Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danijelbuhin committed Feb 22, 2021
1 parent 6adcb16 commit 868285d
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "2.0.0",
"version": "2.1.0",
"npmClient": "yarn",
"useWorkspaces": true,
"publishConfig": {
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.0.0",
"version": "2.1.0",
"description": "DatX mixin for Angular JSON API support",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand Down Expand Up @@ -74,8 +74,8 @@
]
},
"dependencies": {
"@datx/core": "^2.0.0",
"@datx/jsonapi": "^2.0.0",
"@datx/utils": "^2.0.0"
"@datx/core": "^2.1.0",
"@datx/jsonapi": "^2.1.0",
"@datx/utils": "^2.1.0"
}
}
8 changes: 4 additions & 4 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.0.0",
"version": "2.1.0",
"description": "DatX mixin for JSON API support",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand Down Expand Up @@ -69,8 +69,8 @@
]
},
"dependencies": {
"@datx/core": "^2.0.0",
"@datx/network": "^2.0.0",
"@datx/utils": "^2.0.0"
"@datx/core": "^2.1.0",
"@datx/network": "^2.1.0",
"@datx/utils": "^2.1.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.0.0",
"version": "2.1.0",
"description": "DatX network layer",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand Down Expand Up @@ -64,7 +64,7 @@
]
},
"dependencies": {
"@datx/core": "^2.0.0",
"@datx/utils": "^2.0.0"
"@datx/core": "^2.1.0",
"@datx/utils": "^2.1.0"
}
}
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.0.0",
"version": "2.1.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.0.4",
"version": "2.1.0",
"description": "A MobX data store",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand Down Expand Up @@ -58,6 +58,6 @@
]
},
"dependencies": {
"@datx/utils": "^2.0.0"
"@datx/utils": "^2.1.0"
}
}

0 comments on commit 868285d

Please sign in to comment.