Skip to content

Commit

Permalink
v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstyles committed Mar 27, 2017
1 parent bcce59a commit fe4c860
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -4,6 +4,6 @@
"packages/*",
"."
],
"version": "2.2.0",
"version": "2.3.0",
"npmClient": "yarn"
}
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -96,13 +96,13 @@
"lerna": "2.0.0-beta.38",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"raid": "^2.2.0",
"raid-addons": "^2.2.0",
"raid": "^2.3.0",
"raid-addons": "^2.3.0",
"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"
"version": "2.3.0"
}
4 changes: 2 additions & 2 deletions packages/raid-addons/package.json
@@ -1,6 +1,6 @@
{
"name": "raid-addons",
"version": "2.2.0",
"version": "2.3.0",
"description": "Add-ons functions for use with Raid",
"main": "lib/",
"scripts": {
Expand Down Expand Up @@ -46,7 +46,7 @@
"babel-register": "^6.16.3",
"coveralls": "^2.11.14",
"nyc": "^10.1.2",
"raid": "*",
"raid": "^2.3.0",
"rimraf": "^2.5.2",
"standard": "^9.0.1",
"tape": "^4.6.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/raid/package.json
@@ -1,6 +1,6 @@
{
"name": "raid",
"version": "2.2.0",
"version": "2.3.0",
"description": "Centralised state container",
"main": "lib/",
"scripts": {
Expand Down

0 comments on commit fe4c860

Please sign in to comment.