Skip to content

Commit

Permalink
released v3.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenlingasMx committed Sep 27, 2022
1 parent 6e968fe commit 7a0ec82
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 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": "3.0.6",
"version": "3.0.7",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand All @@ -10,7 +10,7 @@
"lint": "eslint ."
},
"dependencies": {
"@uiw/react-native": "3.0.6",
"@uiw/react-native": "3.0.7",
"react": "18.0.0",
"react-native": "0.69.1",
"react-native-svg": "12.1.1"
Expand Down
4 changes: 2 additions & 2 deletions example/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "examples",
"version": "3.0.6",
"version": "3.0.7",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand All @@ -13,7 +13,7 @@
"@react-native-community/masked-view": "~0.1.11",
"@react-navigation/native": "~6.0.11",
"@react-navigation/stack": "~6.2.2",
"@uiw/react-native": "3.0.6",
"@uiw/react-native": "3.0.7",
"react": "18.0.0",
"react-native": "0.69.1",
"react-native-gesture-handler": "~2.5.0",
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": "3.0.6",
"version": "3.0.7",
"packages": ["example/*", "packages/*", "website"],
"npmClient": "yarn",
"npmClientArgs": ["--production", "--no-optional"],
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-native",
"version": "3.0.6",
"version": "3.0.7",
"description": "UIW for React Native",
"homepage": "https://uiwjs.github.io/react-native-uiw/",
"main": "lib/index.js",
Expand Down Expand Up @@ -55,14 +55,14 @@
"@types/lodash": "4.14.172",
"@types/react-native": "0.69.1",
"@uiw/icons": "2.5.3",
"@validator.tool/hook": "2.2.4",
"ahooks": "2.10.14",
"color": "4.2.3",
"lodash": "4.17.21",
"prop-types": "15.7.2",
"react-native-gesture-handler": "2.0.0",
"react-native-root-siblings": "4.1.1",
"react-native-svg": "12.1.1",
"@validator.tool/hook":"2.2.4"
"react-native-svg": "12.1.1"
},
"peerDependencies": {
"react": ">=16.9.0",
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": "3.0.6",
"version": "3.0.7",
"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": "3.0.6",
"version": "3.0.7",
"description": "Documentation site for React Native UIW.",
"private": true,
"scripts": {
Expand All @@ -15,7 +15,7 @@
"dependencies": {
"@uiw/react-code-preview": "3.0.0",
"@uiw/react-markdown-preview": "3.4.7",
"@uiw/react-native": "3.0.6",
"@uiw/react-native": "3.0.7",
"@uiw/react-native-template": "3.0.0",
"@uiw/reset.css": "~1.0.6",
"react": "18.0.0",
Expand Down

0 comments on commit 7a0ec82

Please sign in to comment.