Skip to content

Commit

Permalink
🔖 v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fabienjuif committed Mar 25, 2020
1 parent 3dfe257 commit 98c89f2
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,5 +3,5 @@
"packages/*"
],
"npmClient": "yarn",
"version": "0.8.1"
"version": "0.8.2"
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@myrtille/core",
"description": "A one-way state manager without reducers.",
"version": "0.8.1",
"version": "0.8.2",
"main": "index.js",
"license": "MIT",
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/mutate/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@myrtille/mutate",
"description": "An immutable (with immer mutations) one-way state manager without reducers.",
"version": "0.8.1",
"version": "0.8.2",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@myrtille/core": "^0.8.1",
"@myrtille/core": "^0.8.2",
"immer": "^6.0.2"
},
"publishConfig": {
Expand Down

0 comments on commit 98c89f2

Please sign in to comment.