Skip to content

Commit

Permalink
v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkoKukovec committed Oct 15, 2021
1 parent 5207f5a commit 5312a8c
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "2.2.3",
"version": "2.3.0",
"npmClient": "yarn",
"useWorkspaces": true,
"publishConfig": {
Expand Down
8 changes: 4 additions & 4 deletions packages/datx-jsonapi-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@datx/jsonapi-angular",
"version": "2.2.3",
"version": "2.3.0",
"description": "DatX mixin for Angular JSON API support",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand Down Expand Up @@ -76,8 +76,8 @@
]
},
"dependencies": {
"@datx/core": "^2.2.3",
"@datx/jsonapi": "^2.2.3",
"@datx/utils": "^2.2.3"
"@datx/core": "^2.3.0",
"@datx/jsonapi": "^2.3.0",
"@datx/utils": "^2.3.0"
}
}
8 changes: 4 additions & 4 deletions packages/datx-jsonapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@datx/jsonapi",
"version": "2.2.3",
"version": "2.3.0",
"description": "DatX mixin for JSON API support",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand Down Expand Up @@ -71,8 +71,8 @@
]
},
"dependencies": {
"@datx/core": "^2.2.3",
"@datx/network": "^2.2.3",
"@datx/utils": "^2.2.3"
"@datx/core": "^2.3.0",
"@datx/network": "^2.3.0",
"@datx/utils": "^2.3.0"
}
}
6 changes: 3 additions & 3 deletions packages/datx-network/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@datx/network",
"version": "2.2.3",
"version": "2.3.0",
"description": "DatX network layer",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand Down Expand Up @@ -66,7 +66,7 @@
]
},
"dependencies": {
"@datx/core": "^2.2.3",
"@datx/utils": "^2.2.3"
"@datx/core": "^2.3.0",
"@datx/utils": "^2.3.0"
}
}
4 changes: 2 additions & 2 deletions packages/datx-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@datx/utils",
"version": "2.2.3",
"version": "2.3.0",
"description": "DatX lib utils for mixins",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand All @@ -24,9 +24,9 @@
"@rollup/plugin-commonjs": "^21.0.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"@rollup/plugin-typescript": "^8.2.1",
"jest": "^27.0.5",
"@types/jest": "^27.0.0",
"@types/node": "^16.0.0",
"jest": "^27.0.5",
"mobx": "^6.0.4",
"rollup": "^2.38.0",
"rollup-plugin-exclude-dependencies-from-bundle": "^1.1.17",
Expand Down
6 changes: 3 additions & 3 deletions packages/datx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@datx/core",
"version": "2.2.3",
"version": "2.3.0",
"description": "A MobX data store",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand All @@ -19,9 +19,9 @@
"@rollup/plugin-commonjs": "^21.0.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"@rollup/plugin-typescript": "^8.2.1",
"jest": "^27.0.5",
"@types/jest": "^27.0.0",
"@types/node": "^16.0.0",
"jest": "^27.0.5",
"rollup": "^2.38.0",
"rollup-plugin-exclude-dependencies-from-bundle": "^1.1.17",
"ts-jest": "^27.0.3",
Expand Down Expand Up @@ -59,6 +59,6 @@
]
},
"dependencies": {
"@datx/utils": "^2.2.3"
"@datx/utils": "^2.3.0"
}
}

0 comments on commit 5312a8c

Please sign in to comment.