Skip to content

Commit

Permalink
🔖 v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fabienjuif committed Mar 24, 2020
1 parent b817093 commit 929d120
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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.0"
"version": "0.8.1"
}
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@myrtille/core",
"description": "A one-way state manager without reducers.",
"version": "0.8.0",
"version": "0.8.1",
"main": "index.js",
"license": "MIT",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"@myrtille/util": "^0.8.0"
"@myrtille/util": "^0.8.1"
},
"keywords": [
"state",
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.0",
"version": "0.8.1",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@myrtille/core": "^0.8.0",
"@myrtille/core": "^0.8.1",
"immer": "^6.0.2"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@myrtille/react",
"description": "An immutable (with immer mutations) one-way state manager without reducers.",
"version": "0.8.0",
"version": "0.8.1",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@myrtille/util": "^0.8.0"
"@myrtille/util": "^0.8.1"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/util/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@myrtille/util",
"description": "Util sources for @myrtille.",
"version": "0.8.0",
"version": "0.8.1",
"main": "index.js",
"license": "MIT",
"publishConfig": {
Expand Down

0 comments on commit 929d120

Please sign in to comment.