Skip to content

Commit

Permalink
released v3.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenlingasMx committed Mar 10, 2023
1 parent 9e3b348 commit 7d7b4fc
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 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.1.7",
"version": "3.1.8",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand All @@ -10,7 +10,7 @@
"lint": "eslint ."
},
"dependencies": {
"@uiw/react-native": "3.1.7",
"@uiw/react-native": "3.1.8",
"react": "18.0.0",
"react-native": "0.69.7",
"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.1.7",
"version": "3.1.8",
"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.1.7",
"@uiw/react-native": "3.1.8",
"react": "18.0.0",
"react-native": "0.69.7",
"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.1.7",
"version": "3.1.8",
"packages": ["example/*", "packages/*", "website"],
"npmClient": "yarn",
"npmClientArgs": ["--production", "--no-optional"],
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": "3.1.7",
"version": "3.1.8",
"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": "3.1.7",
"version": "3.1.8",
"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.1.7",
"version": "3.1.8",
"description": "Documentation site for React Native UIW.",
"private": true,
"scripts": {
Expand All @@ -19,7 +19,7 @@
"@uiw/icons": "2.5.3",
"@uiw/react-code-preview": "3.0.0",
"@uiw/react-markdown-preview": "^4.1.6",
"@uiw/react-native": "3.1.7",
"@uiw/react-native": "3.1.8",
"@uiw/react-native-template": "3.0.0",
"@uiw/reset.css": "~1.0.6",
"@validator.tool/hook": "2.2.4",
Expand Down

0 comments on commit 7d7b4fc

Please sign in to comment.