Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
negativetwelve committed Feb 27, 2018
1 parent 585bd8c commit ab8697d
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 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.1.0",
"version": "1.2.0",
"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.1.0",
"version": "1.2.0",
"description": "Cross-platform clipboard for ReactDOM and React Native apps.",
"license": "MIT",
"author": "Mark Miyashita <negativetwelve@gmail.com>",
Expand Down
8 changes: 4 additions & 4 deletions packages/react-x-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-x-components",
"version": "1.1.0",
"version": "1.2.0",
"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-primitives": "^1.1.0",
"react-x-render": "^1.1.0",
"react-x-switch": "^1.1.0"
"react-x-primitives": "^1.2.0",
"react-x-render": "^1.2.0",
"react-x-switch": "^1.2.0"
},
"peerDependencies": {
"react": "*"
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.1.0",
"version": "1.2.0",
"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.1.0",
"version": "1.2.0",
"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.1.0",
"version": "1.2.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-styled/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-x-styled",
"version": "1.1.0",
"version": "1.2.0",
"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.1.0",
"version": "1.2.0",
"description": "Cross-platform Switch component for React and React Native.",
"license": "MIT",
"author": "Mark Miyashita <negativetwelve@gmail.com>",
Expand Down
12 changes: 6 additions & 6 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.1.0",
"version": "1.2.0",
"description": "Cross-platform React interfaces for ReactDOM and React Native.",
"license": "MIT",
"author": "Mark Miyashita <negativetwelve@gmail.com>",
Expand All @@ -20,11 +20,11 @@
"components.js"
],
"dependencies": {
"react-x-clipboard": "^1.1.0",
"react-x-components": "^1.1.0",
"react-x-keychain": "^1.1.0",
"react-x-primitives": "^1.1.0",
"react-x-styled": "^1.1.0"
"react-x-clipboard": "^1.2.0",
"react-x-components": "^1.2.0",
"react-x-keychain": "^1.2.0",
"react-x-primitives": "^1.2.0",
"react-x-styled": "^1.2.0"
},
"peerDependencies": {
"react": "*"
Expand Down

0 comments on commit ab8697d

Please sign in to comment.