Skip to content

Commit

Permalink
🔖 1.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nlepage committed Dec 22, 2017
1 parent 40c5170 commit d986085
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -5,5 +5,5 @@
"packages/*"
],
"useWorkspaces": true,
"version": "1.0.0"
"version": "1.0.0-rc.1"
}
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "immutadot",
"version": "1.0.0",
"version": "1.0.0-rc.1",
"license": "MIT",
"private": true,
"scripts": {
Expand Down
5 changes: 2 additions & 3 deletions packages/immutadot-lodash/package.json
@@ -1,10 +1,10 @@
{
"name": "immutadot-lodash",
"version": "1.0.0",
"version": "1.0.0-rc.1",
"main": "index.js",
"license": "MIT",
"dependencies": {
"immutadot": "~0.3.2",
"immutadot": "^1.0.0-rc.1",
"lodash": "~4.17.4"
},
"devDependencies": {
Expand All @@ -15,7 +15,6 @@
"jsdoc": "~3.5.5",
"lerna": "~2.5.1"
},
"peerDependencies": {},
"scripts": {
"generate:flow": "node ../../misc/generate-flow.js",
"prebuild": "yarn generate:flow",
Expand Down
2 changes: 1 addition & 1 deletion packages/immutadot/package.json
@@ -1,6 +1,6 @@
{
"name": "immutadot",
"version": "0.3.2",
"version": "1.0.0-rc.1",
"description": "immutad●t (pronounced immutadot) is a set of immutable functions using dot notation.",
"keywords": [
"immutable",
Expand Down

0 comments on commit d986085

Please sign in to comment.