Skip to content

Commit

Permalink
v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
negativetwelve committed Apr 5, 2018
1 parent b525e72 commit d71050a
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,6 +1,6 @@
{
"lerna": "2.0.0",
"version": "2.4.0",
"version": "2.5.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-preset-react-x-dom/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-preset-react-x-dom",
"version": "2.4.0",
"version": "2.5.0",
"description": "Default jest configuration for react-x for dom components.",
"license": "MIT",
"author": "Mark Miyashita <negativetwelve@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-preset-react-x-native/package.json
@@ -1,6 +1,6 @@
{
"name": "jest-preset-react-x-native",
"version": "2.4.0",
"version": "2.5.0",
"description": "Default jest configuration for react-x for native components.",
"license": "MIT",
"author": "Mark Miyashita <negativetwelve@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-x-clipboard/package.json
@@ -1,6 +1,6 @@
{
"name": "react-x-clipboard",
"version": "2.4.0",
"version": "2.5.0",
"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
@@ -1,6 +1,6 @@
{
"name": "react-x-keychain",
"version": "2.4.0",
"version": "2.5.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
@@ -1,6 +1,6 @@
{
"name": "react-x-primitives",
"version": "2.4.0",
"version": "2.5.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
@@ -1,6 +1,6 @@
{
"name": "react-x-render",
"version": "2.4.0",
"version": "2.5.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-svg/package.json
@@ -1,6 +1,6 @@
{
"name": "react-x-svg",
"version": "2.4.0",
"version": "2.5.0",
"description": "Cross-platform SVG support for 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
@@ -1,6 +1,6 @@
{
"name": "react-x-switch",
"version": "2.4.0",
"version": "2.5.0",
"description": "Cross-platform Switch component for React and React Native.",
"license": "MIT",
"author": "Mark Miyashita <negativetwelve@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-x-text-input/package.json
@@ -1,6 +1,6 @@
{
"name": "react-x-text-input",
"version": "2.4.0",
"version": "2.5.0",
"description": "Cross-platform TextInput 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
@@ -1,6 +1,6 @@
{
"name": "react-x",
"version": "2.4.0",
"version": "2.5.0",
"description": "Cross-platform React interfaces for ReactDOM and React Native.",
"license": "MIT",
"author": "Mark Miyashita <negativetwelve@gmail.com>",
Expand All @@ -20,12 +20,12 @@
"components.js"
],
"dependencies": {
"react-x-clipboard": "2.4.0",
"react-x-keychain": "2.4.0",
"react-x-primitives": "2.4.0",
"react-x-render": "2.4.0",
"react-x-svg": "2.4.0",
"react-x-switch": "2.4.0"
"react-x-clipboard": "2.5.0",
"react-x-keychain": "2.5.0",
"react-x-primitives": "2.5.0",
"react-x-render": "2.5.0",
"react-x-svg": "2.5.0",
"react-x-switch": "2.5.0"
},
"peerDependencies": {
"react": "*"
Expand Down

0 comments on commit d71050a

Please sign in to comment.