Skip to content

Commit

Permalink
Release of v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aedart committed Mar 7, 2024
1 parent 8bef15a commit 8570693
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
"version": "0.9.0",
"version": "0.10.0",
"useNx": true,
"useWorkspaces": true,
"packages": [
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aedart/contracts",
"version": "0.9.0",
"version": "0.10.0",
"description": "The Ion contracts package. Contains types, interfaces and unique identifiers",
"keywords": [
"Ion",
Expand Down
4 changes: 2 additions & 2 deletions packages/support/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aedart/support",
"version": "0.9.0",
"version": "0.10.0",
"description": "The Ion support package",
"keywords": [
"Support",
Expand Down Expand Up @@ -74,7 +74,7 @@
"!dist/**/*.map"
],
"peerDependencies": {
"@aedart/contracts": "^0.9.0",
"@aedart/contracts": "^0.10.0",
"@types/lodash-es": "^4.17.12",
"lodash-es": "^4.17.21"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/vuepress-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aedart/vuepress-utils",
"version": "0.9.0",
"version": "0.10.0",
"description": "A few utilities for Vuepress.",
"keywords": [
"Vuepress",
Expand Down
2 changes: 1 addition & 1 deletion packages/xyz/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aedart/xyz",
"version": "0.9.0",
"version": "0.10.0",
"description": "A private package used for testing, examples and tinkering",
"keywords": [
"Tests",
Expand Down

0 comments on commit 8570693

Please sign in to comment.