Skip to content

Commit

Permalink
v3.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jamonholmgren committed Nov 17, 2020
1 parent de18984 commit 9980c40
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
@@ -1,6 +1,6 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "3.17.2",
"version": "3.17.3",
"hoist": true
}
2 changes: 1 addition & 1 deletion packages/mobx-state-tree/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mobx-state-tree",
"version": "3.17.2",
"version": "3.17.3",
"description": "Opinionated, transactional, MobX powered state container",
"main": "dist/mobx-state-tree.js",
"umd:main": "dist/mobx-state-tree.umd.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/mst-middlewares/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mst-middlewares",
"version": "3.17.2",
"version": "3.17.3",
"description": "The MST package ships with some prebuilt middlewares, which serves mainly as examples on how to write your own middleware. The source of each middleware can be found in this github directory, you are encouraged to read them!",
"main": "dist/mst-middlewares.js",
"umd:main": "dist/mst-middlewares.umd.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"jest": "^26.1.0",
"jest-junit": "^11.0.1",
"mobx": "^5.15.4",
"mobx-state-tree": "^3.17.2",
"mobx-state-tree": "^3.17.3",
"rollup": "^2.18.1",
"rollup-plugin-commonjs": "^10.0.0",
"rollup-plugin-filesize": "^9.0.1",
Expand Down

0 comments on commit 9980c40

Please sign in to comment.