Skip to content

Commit ab0e694

Browse files
v3.1.0
1 parent 0c7a728 commit ab0e694

File tree

14 files changed

+21
-21
lines changed

14 files changed

+21
-21
lines changed

components/primitives/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-x/primitives",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "Set of primitive components to render React and React Native.",
55
"license": "MIT",
66
"author": "Mark Miyashita <[email protected]>",

components/svg/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-x/svg",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "Cross-platform SVG support for React and React Native.",
55
"license": "MIT",
66
"author": "Mark Miyashita <[email protected]>",

components/switch/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-x/switch",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "Cross-platform Switch component for React and React Native.",
55
"license": "MIT",
66
"author": "Mark Miyashita <[email protected]>",

components/text-input/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-x/text-input",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "Cross-platform TextInput component for React and React Native.",
55
"license": "MIT",
66
"author": "Mark Miyashita <[email protected]>",

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "2.0.0",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"npmClient": "yarn",
55
"useWorkspaces": true,
66
"command": {

modules/clipboard/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-x/clipboard",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "Cross-platform clipboard for ReactDOM and React Native apps.",
55
"license": "MIT",
66
"author": "Mark Miyashita <[email protected]>",

modules/geolocation/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-x/geolocation",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "Cross-platform geolocation for ReactDOM and React Native apps.",
55
"license": "MIT",
66
"author": "Mark Miyashita <[email protected]>",

modules/keychain/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-x/keychain",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "Cross-platform persistent storage for ReactDOM (cookies) and React Native (keychain) apps.",
55
"license": "MIT",
66
"author": "Mark Miyashita <[email protected]>",

modules/linking/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-x/linking",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "Cross-platform linking for ReactDOM and React Native apps.",
55
"license": "MIT",
66
"author": "Mark Miyashita <[email protected]>",

modules/storage/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-x/storage",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "Cross-platform storage for ReactDOM (localStorage) and React Native (AsyncStorage) apps.",
55
"license": "MIT",
66
"author": "Mark Miyashita <[email protected]>",

packages/react-x/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-x",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "Cross-platform React interfaces for ReactDOM and React Native.",
55
"license": "MIT",
66
"author": "Mark Miyashita <[email protected]>",
@@ -19,13 +19,13 @@
1919
"build"
2020
],
2121
"dependencies": {
22-
"@react-x/clipboard": "3.0.0",
23-
"@react-x/keychain": "3.0.0",
24-
"@react-x/primitives": "3.0.0",
25-
"@react-x/storage": "3.0.0",
26-
"@react-x/svg": "3.0.0",
27-
"@react-x/switch": "3.0.0",
28-
"@react-x/text-input": "3.0.0"
22+
"@react-x/clipboard": "3.1.0",
23+
"@react-x/keychain": "3.1.0",
24+
"@react-x/primitives": "3.1.0",
25+
"@react-x/storage": "3.1.0",
26+
"@react-x/svg": "3.1.0",
27+
"@react-x/switch": "3.1.0",
28+
"@react-x/text-input": "3.1.0"
2929
},
3030
"peerDependencies": {
3131
"react": "*"

tools/babel-preset/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-x/babel-preset",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"devDependencies": {
55
"@babel/cli": "^7.4.4",
66
"@babel/core": "^7.4.4",

tools/jest-preset-dom/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-x/jest-preset-dom",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "Default jest configuration for react-x for dom components.",
55
"license": "MIT",
66
"author": "Mark Miyashita <[email protected]>",

tools/jest-preset-native/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-x/jest-preset-native",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "Default jest configuration for react-x for native components.",
55
"license": "MIT",
66
"author": "Mark Miyashita <[email protected]>",

0 commit comments

Comments
 (0)