Skip to content

Commit

Permalink
v1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkoKukovec committed May 12, 2022
1 parent 88c96a4 commit 916a435
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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": "1.1.3",
"version": "1.1.4",
"npmClient": "yarn",
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions packages/datx-jsonapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "datx-jsonapi",
"version": "1.1.3",
"version": "1.1.4",
"description": "DatX mixin for JSON API support",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand Down Expand Up @@ -73,7 +73,7 @@
}
},
"dependencies": {
"datx": "^1.1.3",
"datx": "^1.1.4",
"datx-utils": "^1.1.0"
}
}
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",
"version": "1.1.3",
"version": "1.1.4",
"description": "A MobX data store",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
Expand Down

0 comments on commit 916a435

Please sign in to comment.