Skip to content

Commit

Permalink
v2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivica Batinic committed Apr 20, 2023
1 parent 9b04894 commit d6f4a07
Show file tree
Hide file tree
Showing 9 changed files with 41 additions and 41 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",
"version": "2.5.1",
"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",
"version": "2.5.1",
"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",
"@datx/jsonapi": "2.5.0",
"@datx/jsonapi-types": "2.5.0",
"@datx/network": "2.5.0",
"@datx/utils": "2.5.0",
"@datx/core": "2.5.1",
"@datx/jsonapi": "2.5.1",
"@datx/jsonapi-types": "2.5.1",
"@datx/network": "2.5.1",
"@datx/utils": "2.5.1",
"@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",
"version": "2.5.1",
"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",
"version": "2.5.1",
"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",
"@datx/jsonapi-types": "2.5.0",
"@datx/network": "2.5.0",
"@datx/utils": "2.5.0"
"@datx/core": "2.5.1",
"@datx/jsonapi-types": "2.5.1",
"@datx/network": "2.5.1",
"@datx/utils": "2.5.1"
}
}
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",
"version": "2.5.1",
"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",
"@datx/utils": "2.5.0"
"@datx/core": "2.5.1",
"@datx/utils": "2.5.1"
}
}
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",
"version": "2.5.1",
"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",
"@datx/jsonapi": "2.5.0"
"@datx/core": "2.5.1",
"@datx/jsonapi": "2.5.1"
},
"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",
"version": "2.5.1",
"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",
"version": "2.5.1",
"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"
"@datx/utils": "2.5.1"
}
}
38 changes: 19 additions & 19 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1884,11 +1884,11 @@ __metadata:
languageName: node
linkType: hard

"@datx/[email protected].0, @datx/core@workspace:packages/datx":
"@datx/[email protected].1, @datx/core@workspace:packages/datx":
version: 0.0.0-use.local
resolution: "@datx/core@workspace:packages/datx"
dependencies:
"@datx/utils": 2.5.0
"@datx/utils": 2.5.1
"@rollup/plugin-commonjs": ^22.0.0
"@rollup/plugin-node-resolve": ^13.3.0
"@rollup/plugin-typescript": ^8.3.2
Expand Down Expand Up @@ -1920,11 +1920,11 @@ __metadata:
"@angular/platform-browser": ~14.2.0
"@angular/platform-browser-dynamic": ~14.1.2
"@angular/router": ~14.2.0
"@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
"@datx/core": 2.5.1
"@datx/jsonapi": 2.5.1
"@datx/jsonapi-types": 2.5.1
"@datx/network": 2.5.1
"@datx/utils": 2.5.1
"@types/jest": ^28.1.1
"@types/node": ^18.7.6
jest: ^28.1.1
Expand All @@ -1941,7 +1941,7 @@ __metadata:
languageName: unknown
linkType: soft

"@datx/[email protected].0, @datx/jsonapi-types@workspace:packages/datx-jsonapi-types":
"@datx/[email protected].1, @datx/jsonapi-types@workspace:packages/datx-jsonapi-types":
version: 0.0.0-use.local
resolution: "@datx/jsonapi-types@workspace:packages/datx-jsonapi-types"
dependencies:
Expand All @@ -1962,14 +1962,14 @@ __metadata:
languageName: unknown
linkType: soft

"@datx/[email protected].0, @datx/jsonapi@workspace:packages/datx-jsonapi":
"@datx/[email protected].1, @datx/jsonapi@workspace:packages/datx-jsonapi":
version: 0.0.0-use.local
resolution: "@datx/jsonapi@workspace:packages/datx-jsonapi"
dependencies:
"@datx/core": 2.5.0
"@datx/jsonapi-types": 2.5.0
"@datx/network": 2.5.0
"@datx/utils": 2.5.0
"@datx/core": 2.5.1
"@datx/jsonapi-types": 2.5.1
"@datx/network": 2.5.1
"@datx/utils": 2.5.1
"@rollup/plugin-commonjs": ^22.0.0
"@rollup/plugin-node-resolve": ^13.3.0
"@rollup/plugin-typescript": ^8.3.2
Expand All @@ -1991,12 +1991,12 @@ __metadata:
languageName: unknown
linkType: soft

"@datx/[email protected].0, @datx/network@workspace:packages/datx-network":
"@datx/[email protected].1, @datx/network@workspace:packages/datx-network":
version: 0.0.0-use.local
resolution: "@datx/network@workspace:packages/datx-network"
dependencies:
"@datx/core": 2.5.0
"@datx/utils": 2.5.0
"@datx/core": 2.5.1
"@datx/utils": 2.5.1
"@rollup/plugin-commonjs": ^22.0.0
"@rollup/plugin-node-resolve": ^13.3.0
"@rollup/plugin-typescript": ^8.3.2
Expand All @@ -2019,8 +2019,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@datx/swr@workspace:packages/datx-swr"
dependencies:
"@datx/core": 2.5.0
"@datx/jsonapi": 2.5.0
"@datx/core": 2.5.1
"@datx/jsonapi": 2.5.1
"@rollup/plugin-commonjs": ^22.0.0
"@rollup/plugin-node-resolve": ^13.3.0
"@rollup/plugin-typescript": ^8.3.2
Expand Down Expand Up @@ -2053,7 +2053,7 @@ __metadata:
languageName: unknown
linkType: soft

"@datx/[email protected].0, @datx/utils@workspace:packages/datx-utils":
"@datx/[email protected].1, @datx/utils@workspace:packages/datx-utils":
version: 0.0.0-use.local
resolution: "@datx/utils@workspace:packages/datx-utils"
dependencies:
Expand Down

0 comments on commit d6f4a07

Please sign in to comment.