Skip to content

Commit 1145062

Browse files
committed
v2.4.12
1 parent 906a8d2 commit 1145062

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"lerna": "2.5.1",
33
"packages": ["packages/*"],
4-
"version": "2.4.11",
4+
"version": "2.4.12",
55
"npmClient": "yarn",
66
"useWorkspaces": true,
77
"publishConfig": {

packages/datx-jsonapi-angular/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datx/jsonapi-angular",
3-
"version": "2.4.11",
3+
"version": "2.4.12",
44
"scripts": {
55
"ng": "ng",
66
"build": "ng build datx-jsonapi-angular && npm run copy-license && npm run copy-readme",
@@ -27,9 +27,9 @@
2727
"@angular/platform-browser": "~14.2.0",
2828
"@angular/platform-browser-dynamic": "~14.1.2",
2929
"@angular/router": "~14.2.0",
30-
"@datx/core": "2.4.11",
31-
"@datx/jsonapi": "2.4.11",
32-
"@datx/network": "2.4.11",
30+
"@datx/core": "2.4.12",
31+
"@datx/jsonapi": "2.4.12",
32+
"@datx/network": "2.4.12",
3333
"@datx/utils": "2.4.8",
3434
"@types/jest": "^28.1.1",
3535
"@types/node": "^18.7.6",

packages/datx-jsonapi/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datx/jsonapi",
3-
"version": "2.4.11",
3+
"version": "2.4.12",
44
"description": "DatX mixin for JSON API support",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.esm.js",
@@ -73,8 +73,8 @@
7373
]
7474
},
7575
"dependencies": {
76-
"@datx/core": "2.4.11",
77-
"@datx/network": "2.4.11",
76+
"@datx/core": "2.4.12",
77+
"@datx/network": "2.4.12",
7878
"@datx/utils": "2.4.8"
7979
}
8080
}

packages/datx-network/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datx/network",
3-
"version": "2.4.11",
3+
"version": "2.4.12",
44
"description": "DatX network layer",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.esm.js",
@@ -69,7 +69,7 @@
6969
]
7070
},
7171
"dependencies": {
72-
"@datx/core": "2.4.11",
72+
"@datx/core": "2.4.12",
7373
"@datx/utils": "2.4.8"
7474
}
7575
}

packages/datx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datx/core",
3-
"version": "2.4.11",
3+
"version": "2.4.12",
44
"description": "A MobX data store",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.esm.js",

0 commit comments

Comments
 (0)