Skip to content

Commit

Permalink
v2.2.0-rc
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstyles committed Mar 15, 2017
1 parent 1e990a5 commit f26281f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"packages/*",
"."
],
"version": "2.2.0",
"version": "2.2.0-rc",
"npmClient": "yarn"
}
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,13 @@
"lerna": "2.0.0-beta.38",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"raid": "^2.1.0",
"raid-addons": "^2.0.0",
"raid": "^2.2.0-rc",
"raid-addons": "^2.2.0-rc",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"reselect": "^2.5.4",
"standard": "^9.0.1",
"styled-jsx": "^0.5.7"
}
},
"version": "2.2.0-rc"
}
2 changes: 1 addition & 1 deletion packages/raid-addons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "raid-addons",
"version": "2.0.0",
"version": "2.2.0-rc",
"description": "Add-ons functions for use with Raid",
"main": "lib/",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/raid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "raid",
"version": "2.1.1",
"version": "2.2.0-rc",
"description": "Centralised state container",
"main": "lib/",
"scripts": {
Expand Down

0 comments on commit f26281f

Please sign in to comment.