Skip to content

Commit

Permalink
Release of v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aedart committed Sep 27, 2024
1 parent 84d34d7 commit 69270cf
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 19 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.12.1",
"version": "0.13.0",
"useNx": true,
"useWorkspaces": true,
"packages": [
Expand Down
16 changes: 8 additions & 8 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.12.1",
"version": "0.13.0",
"description": "Service Container",
"keywords": [
"Service Container",
Expand Down Expand Up @@ -37,8 +37,8 @@
"NOTICE"
],
"peerDependencies": {
"@aedart/contracts": "^0.12.1",
"@aedart/support": "^0.12.1"
"@aedart/contracts": "^0.13.0",
"@aedart/support": "^0.13.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.12.1",
"version": "0.13.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.12.1",
"version": "0.13.0",
"description": "The Ion support package",
"keywords": [
"Support",
Expand Down Expand Up @@ -85,7 +85,7 @@
"NOTICE"
],
"peerDependencies": {
"@aedart/contracts": "^0.12.1",
"@aedart/contracts": "^0.13.0",
"@types/lodash-es": "^4.17.12",
"lodash-es": "^4.17.21",
"tslib": "^2.7.0"
Expand Down
6 changes: 3 additions & 3 deletions 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.12.1",
"version": "0.13.0",
"description": "A few utilities for Vuepress.",
"keywords": [
"Vuepress",
Expand Down Expand Up @@ -57,10 +57,10 @@
"@vuepress/bundler-webpack": "^2.0.0-rc.15",
"@vuepress/utils": "^2.0.0-rc.15",
"luxon": "^3.5.0",
"sass": "^1.79.3",
"tslib": "^2.7.0",
"vue": "^3.5.8",
"vuepress": "^2.0.0-rc.15",
"sass": "^1.79.3"
"vuepress": "^2.0.0-rc.15"
},
"scripts": {
"compile": "rollup -c && npx cpx \"src/**/*.vue\" dist",
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.12.1",
"version": "0.13.0",
"description": "A private package used for testing, examples and tinkering",
"keywords": [
"Tests",
Expand Down

0 comments on commit 69270cf

Please sign in to comment.