Skip to content

Commit

Permalink
v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
negativetwelve committed Feb 25, 2018
1 parent 0a57f98 commit 8f92a50
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 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": "1.0.3",
"version": "1.0.4",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion packages/react-x-clipboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-x-clipboard",
"version": "1.0.3",
"version": "1.0.4",
"description": "Cross-platform clipboard for ReactDOM and React Native apps.",
"license": "MIT",
"author": "Mark Miyashita <negativetwelve@gmail.com>",
Expand Down
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": "1.0.3",
"version": "1.0.4",
"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-primitives/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-x-primitives",
"version": "1.0.3",
"version": "1.0.4",
"description": "Set of primitive components to render React and React Native.",
"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": "1.0.3",
"version": "1.0.4",
"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-styled/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-x-styled",
"version": "1.0.3",
"version": "1.0.4",
"description": "Cross-platform functions to style components in React and React Native.",
"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": "1.0.3",
"version": "1.0.4",
"description": "Cross-platform Switch component for React and React Native.",
"license": "MIT",
"author": "Mark Miyashita <negativetwelve@gmail.com>",
Expand Down
14 changes: 7 additions & 7 deletions packages/react-x/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-x",
"version": "1.0.3",
"version": "1.0.4",
"description": "Cross-platform React components for ReactDOM and React Native.",
"license": "MIT",
"author": "Mark Miyashita <negativetwelve@gmail.com>",
Expand All @@ -19,12 +19,12 @@
"build"
],
"dependencies": {
"react-x-clipboard": "^1.0.3",
"react-x-keychain": "^1.0.3",
"react-x-primitives": "^1.0.3",
"react-x-render": "^1.0.3",
"react-x-styled": "^1.0.3",
"react-x-switch": "^1.0.3"
"react-x-clipboard": "^1.0.4",
"react-x-keychain": "^1.0.4",
"react-x-primitives": "^1.0.4",
"react-x-render": "^1.0.4",
"react-x-styled": "^1.0.4",
"react-x-switch": "^1.0.4"
},
"peerDependencies": {
"react": "*"
Expand Down

0 comments on commit 8f92a50

Please sign in to comment.