Skip to content

Commit ea4e53d

Browse files
author
Ivica Batinic
committed
v2.5.0
1 parent 00bafc8 commit ea4e53d

File tree

8 files changed

+22
-22
lines changed

8 files changed

+22
-22
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.5.0-beta.11",
4+
"version": "2.5.0",
55
"npmClient": "yarn",
66
"useWorkspaces": true,
77
"publishConfig": {

packages/datx-jsonapi-angular/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datx/jsonapi-angular",
3-
"version": "2.5.0-beta.11",
3+
"version": "2.5.0",
44
"scripts": {
55
"ng": "ng",
66
"build": "ng build datx-jsonapi-angular && npm run copy-license && npm run copy-readme && node ./prepublish.js",
@@ -27,11 +27,11 @@
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.5.0-beta.11",
31-
"@datx/jsonapi": "2.5.0-beta.11",
32-
"@datx/jsonapi-types": "2.5.0-beta.11",
33-
"@datx/network": "2.5.0-beta.11",
34-
"@datx/utils": "2.5.0-beta.11",
30+
"@datx/core": "2.5.0",
31+
"@datx/jsonapi": "2.5.0",
32+
"@datx/jsonapi-types": "2.5.0",
33+
"@datx/network": "2.5.0",
34+
"@datx/utils": "2.5.0",
3535
"@types/jest": "^28.1.1",
3636
"@types/node": "^18.7.6",
3737
"jest": "^28.1.1",

packages/datx-jsonapi-types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datx/jsonapi-types",
3-
"version": "2.5.0-beta.11",
3+
"version": "2.5.0",
44
"description": "DatX JSON:API types",
55
"typings": "dist/index.d.ts",
66
"sideEffects": false,

packages/datx-jsonapi/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datx/jsonapi",
3-
"version": "2.5.0-beta.11",
3+
"version": "2.5.0",
44
"description": "DatX mixin for JSON API support",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.esm.js",
@@ -74,9 +74,9 @@
7474
]
7575
},
7676
"dependencies": {
77-
"@datx/core": "2.5.0-beta.11",
78-
"@datx/jsonapi-types": "2.5.0-beta.11",
79-
"@datx/network": "2.5.0-beta.11",
80-
"@datx/utils": "2.5.0-beta.11"
77+
"@datx/core": "2.5.0",
78+
"@datx/jsonapi-types": "2.5.0",
79+
"@datx/network": "2.5.0",
80+
"@datx/utils": "2.5.0"
8181
}
8282
}

packages/datx-network/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datx/network",
3-
"version": "2.5.0-beta.11",
3+
"version": "2.5.0",
44
"description": "DatX network layer",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.esm.js",
@@ -70,7 +70,7 @@
7070
]
7171
},
7272
"dependencies": {
73-
"@datx/core": "2.5.0-beta.11",
74-
"@datx/utils": "2.5.0-beta.11"
73+
"@datx/core": "2.5.0",
74+
"@datx/utils": "2.5.0"
7575
}
7676
}

packages/datx-swr/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datx/swr",
3-
"version": "2.5.0-beta.11",
3+
"version": "2.5.0",
44
"description": "DatX bindings for SWR",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.esm.js",
@@ -35,8 +35,8 @@
3535
"watch": "rollup --config --watch"
3636
},
3737
"dependencies": {
38-
"@datx/core": "2.5.0-beta.11",
39-
"@datx/jsonapi": "2.5.0-beta.11"
38+
"@datx/core": "2.5.0",
39+
"@datx/jsonapi": "2.5.0"
4040
},
4141
"devDependencies": {
4242
"@rollup/plugin-commonjs": "^22.0.0",

packages/datx-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datx/utils",
3-
"version": "2.5.0-beta.11",
3+
"version": "2.5.0",
44
"description": "DatX lib utils for mixins",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.esm.js",

packages/datx/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datx/core",
3-
"version": "2.5.0-beta.11",
3+
"version": "2.5.0",
44
"description": "A MobX data store",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.esm.js",
@@ -63,6 +63,6 @@
6363
]
6464
},
6565
"dependencies": {
66-
"@datx/utils": "2.5.0-beta.11"
66+
"@datx/utils": "2.5.0"
6767
}
6868
}

0 commit comments

Comments
 (0)