Skip to content

Commit

Permalink
🔖 Prepare 1.0.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nlepage committed Dec 26, 2017
1 parent 820c1a5 commit e4ae0d9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -5,5 +5,5 @@
"packages/*"
],
"useWorkspaces": true,
"version": "1.0.0-rc.2"
"version": "1.0.0-rc.3"
}
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "immutadot",
"version": "1.0.0-rc.2",
"version": "1.0.0-rc.3",
"license": "MIT",
"private": true,
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/immutadot-lodash/package.json
@@ -1,10 +1,10 @@
{
"name": "immutadot-lodash",
"version": "1.0.0-rc.2",
"version": "1.0.0-rc.3",
"main": "index.js",
"license": "MIT",
"peerDependencies": {
"immutadot": "^1.0.0-rc.1",
"immutadot": "^1.0.0-rc.3",
"lodash": "^4.6.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/immutadot/package.json
@@ -1,6 +1,6 @@
{
"name": "immutadot",
"version": "1.0.0-rc.2",
"version": "1.0.0-rc.3",
"description": "immutad●t (pronounced immutadot) is a set of immutable functions using dot notation.",
"keywords": [
"immutable",
Expand Down

0 comments on commit e4ae0d9

Please sign in to comment.