Skip to content

Commit

Permalink
released v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Aug 14, 2021
1 parent a3282b8 commit 50fc01f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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.4.0",
"version": "2.5.0",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand All @@ -10,7 +10,7 @@
"lint": "eslint ."
},
"dependencies": {
"@uiw/react-native": "^2.4.0",
"@uiw/react-native": "^2.5.0",
"react": "17.0.1",
"react-native": "0.64.2",
"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": "2.4.0",
"version": "2.5.0",
"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.1",
"@react-navigation/stack": "6.0.1",
"@uiw/react-native": "^2.4.0",
"@uiw/react-native": "^2.5.0",
"react": "17.0.1",
"react-native": "0.64.2",
"react-native-gesture-handler": "1.10.3",
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.4.0",
"version": "2.5.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.4.0",
"version": "2.5.0",
"description": "UIW for React Native",
"homepage": "https://uiwjs.github.io/react-native-uiw/",
"main": "lib/index.js",
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.4.0",
"version": "2.5.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.4.0",
"@uiw/react-native": "^2.5.0",
"@uiw/react-native-template": "2.0.1",
"@uiw/reset.css": "1.0.5",
"react": "17.0.2",
Expand Down

0 comments on commit 50fc01f

Please sign in to comment.