diff --git a/lerna.json b/lerna.json index 5f03280..1b1c002 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "packages/*" ], "npmClient": "yarn", - "version": "0.8.0" + "version": "0.8.1" } diff --git a/packages/core/package.json b/packages/core/package.json index 00e504e..3e19657 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "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": { @@ -9,7 +9,7 @@ "registry": "https://registry.npmjs.org/" }, "dependencies": { - "@myrtille/util": "^0.8.0" + "@myrtille/util": "^0.8.1" }, "keywords": [ "state", diff --git a/packages/mutate/package.json b/packages/mutate/package.json index ddea4f2..f6b8730 100644 --- a/packages/mutate/package.json +++ b/packages/mutate/package.json @@ -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": { diff --git a/packages/react/package.json b/packages/react/package.json index 20762a0..777dc17 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -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", diff --git a/packages/util/package.json b/packages/util/package.json index 3da28a3..b06ba9c 100644 --- a/packages/util/package.json +++ b/packages/util/package.json @@ -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": {