Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
negativetwelve committed Sep 3, 2017
1 parent 145e1d1 commit 9c3d7e9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.2.4",
"version": "0.3.0",
"npmClient": "yarn",
"useWorkspaces": true
}
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.2.4",
"version": "0.3.0",
"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.2.4",
"version": "0.3.0",
"description": "Cross-platform Switch component for React and React Native.",
"license": "MIT",
"author": "Mark Miyashita <negativetwelve@gmail.com>",
Expand Down
6 changes: 3 additions & 3 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.2.4",
"version": "0.3.0",
"description": "Cross-platform React components for ReactDOM and React Native.",
"license": "MIT",
"author": "Mark Miyashita <negativetwelve@gmail.com>",
Expand All @@ -19,8 +19,8 @@
"build"
],
"dependencies": {
"react-x-render": "^0.2.4",
"react-x-switch": "^0.2.4"
"react-x-render": "^0.3.0",
"react-x-switch": "^0.3.0"
},
"peerDependencies": {
"react": "*"
Expand Down

0 comments on commit 9c3d7e9

Please sign in to comment.