Skip to content

Commit

Permalink
released v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Aug 4, 2021
1 parent 9d40935 commit 4b117e2
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions example/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@example/base",
"version": "2.0.4",
"version": "2.1.0",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand All @@ -10,7 +10,7 @@
"lint": "eslint ."
},
"dependencies": {
"@uiw/react-native": "^2.0.4",
"@uiw/react-native": "^2.1.0",
"react": "17.0.1",
"react-native": "0.64.2",
"react-native-svg": "12.1.1"
Expand Down
10 changes: 5 additions & 5 deletions example/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "examples",
"version": "0.0.1",
"version": "2.1.0",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand All @@ -10,15 +10,15 @@
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"dependencies": {
"@uiw/react-native": "^2.0.4",
"@react-native-community/masked-view": "0.1.11",
"@react-navigation/native": "6.0.1",
"@react-navigation/stack": "6.0.1",
"@uiw/react-native": "^2.1.0",
"react": "17.0.1",
"react-native": "0.64.1",
"react-native-gesture-handler": "1.10.3",
"react-native-safe-area-context": "3.2.0",
"react-native-screens": "3.5.0",
"react": "17.0.1",
"react-native": "0.64.1"
"react-native-screens": "3.5.0"
},
"devDependencies": {
"@babel/core": "7.12.9",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.4",
"version": "2.1.0",
"packages": [
"example/*",
"packages/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-native",
"version": "2.0.4",
"version": "2.1.0",
"description": "UIW for React Native",
"homepage": "https://uiwjs.github.io/react-native-uiw/",
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-native-doc",
"version": "2.0.3",
"version": "2.1.0",
"license": "MIT",
"homepage": "https://uiwjs.github.io/react-native-uiw/",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "2.0.4",
"version": "2.1.0",
"description": "Documentation site for React Native UIW.",
"private": true,
"scripts": {
Expand All @@ -17,7 +17,7 @@
"@rematch/loading": "2.0.1",
"@uiw/react-code-preview": "1.11.13",
"@uiw/react-markdown-preview": "3.1.3",
"@uiw/react-native": "^2.0.4",
"@uiw/react-native": "^2.1.0",
"@uiw/reset.css": "1.0.4",
"react": "17.0.2",
"react-dom": "17.0.2",
Expand Down

0 comments on commit 4b117e2

Please sign in to comment.