Skip to content

Commit

Permalink
Release of v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aedart committed Feb 2, 2024
1 parent 766d061 commit 87a51c5
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 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.6.1",
"version": "0.7.0",
"useNx": true,
"useWorkspaces": true,
"packages": [
Expand Down
10 changes: 5 additions & 5 deletions 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.6.1",
"version": "0.7.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.6.1",
"version": "0.7.0",
"description": "The Ion support package",
"keywords": [
"Support",
Expand Down Expand Up @@ -54,7 +54,7 @@
"!dist/**/*.map"
],
"peerDependencies": {
"@aedart/contracts": "^0.6.1",
"@aedart/contracts": "^0.7.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.6.1",
"version": "0.7.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.6.1",
"version": "0.7.0",
"description": "A private package used for testing, examples and tinkering",
"keywords": [
"Tests",
Expand Down

0 comments on commit 87a51c5

Please sign in to comment.