Skip to content

Commit

Permalink
v2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkoKukovec committed Jun 12, 2023
1 parent 04fc574 commit 7364ddc
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 27 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.6.0",
"version": "2.6.1",
"npmClient": "yarn",
"useWorkspaces": true,
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/datx-codemod/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@datx/codemod",
"version": "2.5.1-beta.5",
"version": "2.6.1",
"description": "DatX codemods",
"repository": {
"type": "git",
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.6.0",
"version": "2.6.1",
"scripts": {
"ng": "ng",
"build": "ng build datx-jsonapi-angular && npm run copy-license && npm run copy-readme && node ./prepublish.js",
Expand Down Expand Up @@ -29,10 +29,10 @@
"@angular/platform-browser": "~14.2.0",
"@angular/platform-browser-dynamic": "~14.1.2",
"@angular/router": "~14.2.0",
"@datx/core": "2.5.1",
"@datx/jsonapi": "2.5.1",
"@datx/core": "2.6.1",
"@datx/jsonapi": "2.6.1",
"@datx/jsonapi-types": "2.5.1",
"@datx/network": "2.5.1",
"@datx/network": "2.6.1",
"@datx/utils": "2.5.1",
"@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.5.1",
"version": "2.6.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.1",
"@datx/core": "2.6.1",
"@datx/jsonapi-types": "2.5.1",
"@datx/network": "2.5.1",
"@datx/network": "2.6.1",
"@datx/utils": "2.5.1"
}
}
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.5.1",
"version": "2.6.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.1",
"@datx/core": "2.6.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.1",
"version": "2.6.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.1",
"@datx/jsonapi": "2.5.1"
"@datx/core": "2.6.1",
"@datx/jsonapi": "2.6.1"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^22.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/datx-test-data-factory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@datx/test-data-factory",
"version": "2.5.1",
"version": "2.6.1",
"description": "DatX companion lib for generating test data with ease!",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand Down
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.5.1",
"version": "2.6.1",
"description": "A MobX data store",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2019,7 +2019,7 @@ __metadata:
languageName: unknown
linkType: soft

"@datx/core@2.5.1, @datx/core@workspace:packages/datx":
"@datx/core@2.6.1, @datx/core@workspace:packages/datx":
version: 0.0.0-use.local
resolution: "@datx/core@workspace:packages/datx"
dependencies:
Expand Down Expand Up @@ -2055,10 +2055,10 @@ __metadata:
"@angular/platform-browser": ~14.2.0
"@angular/platform-browser-dynamic": ~14.1.2
"@angular/router": ~14.2.0
"@datx/core": 2.5.1
"@datx/jsonapi": 2.5.1
"@datx/core": 2.6.1
"@datx/jsonapi": 2.6.1
"@datx/jsonapi-types": 2.5.1
"@datx/network": 2.5.1
"@datx/network": 2.6.1
"@datx/utils": 2.5.1
"@types/jest": ^28.1.1
"@types/node": ^18.7.6
Expand Down Expand Up @@ -2099,13 +2099,13 @@ __metadata:
languageName: unknown
linkType: soft

"@datx/jsonapi@2.5.1, @datx/jsonapi@workspace:packages/datx-jsonapi":
"@datx/jsonapi@2.6.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.1
"@datx/core": 2.6.1
"@datx/jsonapi-types": 2.5.1
"@datx/network": 2.5.1
"@datx/network": 2.6.1
"@datx/utils": 2.5.1
"@rollup/plugin-commonjs": ^22.0.0
"@rollup/plugin-node-resolve": ^13.3.0
Expand All @@ -2128,11 +2128,11 @@ __metadata:
languageName: unknown
linkType: soft

"@datx/network@2.5.1, @datx/network@workspace:packages/datx-network":
"@datx/network@2.6.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.1
"@datx/core": 2.6.1
"@datx/utils": 2.5.1
"@rollup/plugin-commonjs": ^22.0.0
"@rollup/plugin-node-resolve": ^13.3.0
Expand All @@ -2156,8 +2156,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@datx/swr@workspace:packages/datx-swr"
dependencies:
"@datx/core": 2.5.1
"@datx/jsonapi": 2.5.1
"@datx/core": 2.6.1
"@datx/jsonapi": 2.6.1
"@rollup/plugin-commonjs": ^22.0.0
"@rollup/plugin-node-resolve": ^13.3.0
"@rollup/plugin-typescript": ^8.3.2
Expand Down

0 comments on commit 7364ddc

Please sign in to comment.