Skip to content

Commit

Permalink
v2.4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkoKukovec committed Jan 25, 2023
1 parent 906a8d2 commit 1145062
Show file tree
Hide file tree
Showing 5 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,7 +1,7 @@
{
"lerna": "2.5.1",
"packages": ["packages/*"],
"version": "2.4.11",
"version": "2.4.12",
"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.4.11",
"version": "2.4.12",
"scripts": {
"ng": "ng",
"build": "ng build datx-jsonapi-angular && npm run copy-license && npm run copy-readme",
Expand All @@ -27,9 +27,9 @@
"@angular/platform-browser": "~14.2.0",
"@angular/platform-browser-dynamic": "~14.1.2",
"@angular/router": "~14.2.0",
"@datx/core": "2.4.11",
"@datx/jsonapi": "2.4.11",
"@datx/network": "2.4.11",
"@datx/core": "2.4.12",
"@datx/jsonapi": "2.4.12",
"@datx/network": "2.4.12",
"@datx/utils": "2.4.8",
"@types/jest": "^28.1.1",
"@types/node": "^18.7.6",
Expand Down
6 changes: 3 additions & 3 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.4.11",
"version": "2.4.12",
"description": "DatX mixin for JSON API support",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand Down Expand Up @@ -73,8 +73,8 @@
]
},
"dependencies": {
"@datx/core": "2.4.11",
"@datx/network": "2.4.11",
"@datx/core": "2.4.12",
"@datx/network": "2.4.12",
"@datx/utils": "2.4.8"
}
}
4 changes: 2 additions & 2 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.4.11",
"version": "2.4.12",
"description": "DatX network layer",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand Down Expand Up @@ -69,7 +69,7 @@
]
},
"dependencies": {
"@datx/core": "2.4.11",
"@datx/core": "2.4.12",
"@datx/utils": "2.4.8"
}
}
2 changes: 1 addition & 1 deletion packages/datx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@datx/core",
"version": "2.4.11",
"version": "2.4.12",
"description": "A MobX data store",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand Down

0 comments on commit 1145062

Please sign in to comment.