Skip to content

Commit

Permalink
Release of v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aedart committed Apr 9, 2024
1 parent 0038424 commit 5dd92ca
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 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.10.0",
"version": "0.11.0",
"useNx": true,
"useWorkspaces": true,
"packages": [
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions packages/container/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aedart/container",
"version": "0.10.0",
"version": "0.11.0",
"description": "Service Container",
"keywords": [
"Service Container",
Expand Down Expand Up @@ -37,8 +37,8 @@
"NOTICE"
],
"peerDependencies": {
"@aedart/contracts": "^0.10.0",
"@aedart/support": "^0.10.0"
"@aedart/contracts": "^0.11.0",
"@aedart/support": "^0.11.0"
},
"scripts": {
"compile": "rollup -c",
Expand Down
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.10.0",
"version": "0.11.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.10.0",
"version": "0.11.0",
"description": "The Ion support package",
"keywords": [
"Support",
Expand Down Expand Up @@ -85,7 +85,7 @@
"NOTICE"
],
"peerDependencies": {
"@aedart/contracts": "^0.10.0",
"@aedart/contracts": "^0.11.0",
"@types/lodash-es": "^4.17.12",
"lodash-es": "^4.17.21",
"tslib": "^2.6.2"
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.10.0",
"version": "0.11.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.10.0",
"version": "0.11.0",
"description": "A private package used for testing, examples and tinkering",
"keywords": [
"Tests",
Expand Down

0 comments on commit 5dd92ca

Please sign in to comment.