Skip to content

Commit

Permalink
v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivica Batinic committed Apr 20, 2023
1 parent 00bafc8 commit ea4e53d
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 22 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.5.0-beta.11",
"version": "2.5.0",
"npmClient": "yarn",
"useWorkspaces": true,
"publishConfig": {
Expand Down
12 changes: 6 additions & 6 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.5.0-beta.11",
"version": "2.5.0",
"scripts": {
"ng": "ng",
"build": "ng build datx-jsonapi-angular && npm run copy-license && npm run copy-readme && node ./prepublish.js",
Expand All @@ -27,11 +27,11 @@
"@angular/platform-browser": "~14.2.0",
"@angular/platform-browser-dynamic": "~14.1.2",
"@angular/router": "~14.2.0",
"@datx/core": "2.5.0-beta.11",
"@datx/jsonapi": "2.5.0-beta.11",
"@datx/jsonapi-types": "2.5.0-beta.11",
"@datx/network": "2.5.0-beta.11",
"@datx/utils": "2.5.0-beta.11",
"@datx/core": "2.5.0",
"@datx/jsonapi": "2.5.0",
"@datx/jsonapi-types": "2.5.0",
"@datx/network": "2.5.0",
"@datx/utils": "2.5.0",
"@types/jest": "^28.1.1",
"@types/node": "^18.7.6",
"jest": "^28.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/datx-jsonapi-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@datx/jsonapi-types",
"version": "2.5.0-beta.11",
"version": "2.5.0",
"description": "DatX JSON:API types",
"typings": "dist/index.d.ts",
"sideEffects": false,
Expand Down
10 changes: 5 additions & 5 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.5.0-beta.11",
"version": "2.5.0",
"description": "DatX mixin for JSON API support",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand Down Expand Up @@ -74,9 +74,9 @@
]
},
"dependencies": {
"@datx/core": "2.5.0-beta.11",
"@datx/jsonapi-types": "2.5.0-beta.11",
"@datx/network": "2.5.0-beta.11",
"@datx/utils": "2.5.0-beta.11"
"@datx/core": "2.5.0",
"@datx/jsonapi-types": "2.5.0",
"@datx/network": "2.5.0",
"@datx/utils": "2.5.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.5.0-beta.11",
"version": "2.5.0",
"description": "DatX network layer",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand Down Expand Up @@ -70,7 +70,7 @@
]
},
"dependencies": {
"@datx/core": "2.5.0-beta.11",
"@datx/utils": "2.5.0-beta.11"
"@datx/core": "2.5.0",
"@datx/utils": "2.5.0"
}
}
6 changes: 3 additions & 3 deletions packages/datx-swr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@datx/swr",
"version": "2.5.0-beta.11",
"version": "2.5.0",
"description": "DatX bindings for SWR",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand Down Expand Up @@ -35,8 +35,8 @@
"watch": "rollup --config --watch"
},
"dependencies": {
"@datx/core": "2.5.0-beta.11",
"@datx/jsonapi": "2.5.0-beta.11"
"@datx/core": "2.5.0",
"@datx/jsonapi": "2.5.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^22.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/datx-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@datx/utils",
"version": "2.5.0-beta.11",
"version": "2.5.0",
"description": "DatX lib utils for mixins",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/datx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@datx/core",
"version": "2.5.0-beta.11",
"version": "2.5.0",
"description": "A MobX data store",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand Down Expand Up @@ -63,6 +63,6 @@
]
},
"dependencies": {
"@datx/utils": "2.5.0-beta.11"
"@datx/utils": "2.5.0"
}
}

0 comments on commit ea4e53d

Please sign in to comment.