Skip to content

Commit

Permalink
v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
negativetwelve committed Sep 12, 2017
1 parent c5d8a97 commit b27d52b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.0.0",
"version": "0.5.0",
"version": "0.5.1",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion packages/react-x-keychain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-x-keychain",
"version": "0.5.0",
"version": "0.5.1",
"description": "Cross-platform persistent storage for ReactDOM (cookies) and React Native (keychain) apps.",
"license": "MIT",
"author": "Mark Miyashita <negativetwelve@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-x-render/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-x-render",
"version": "0.5.0",
"version": "0.5.1",
"description": "Render React components conditionally using if and unless.",
"license": "MIT",
"author": "Mark Miyashita <negativetwelve@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-x-switch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-x-switch",
"version": "0.5.0",
"version": "0.5.1",
"description": "Cross-platform Switch component for React and React Native.",
"license": "MIT",
"author": "Mark Miyashita <negativetwelve@gmail.com>",
Expand Down
8 changes: 4 additions & 4 deletions packages/react-x/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-x",
"version": "0.5.0",
"version": "0.5.1",
"description": "Cross-platform React components for ReactDOM and React Native.",
"license": "MIT",
"author": "Mark Miyashita <negativetwelve@gmail.com>",
Expand All @@ -19,9 +19,9 @@
"build"
],
"dependencies": {
"react-x-keychain": "^0.5.0",
"react-x-render": "^0.5.0",
"react-x-switch": "^0.5.0"
"react-x-keychain": "^0.5.1",
"react-x-render": "^0.5.1",
"react-x-switch": "^0.5.1"
},
"peerDependencies": {
"react": "*"
Expand Down

0 comments on commit b27d52b

Please sign in to comment.