Skip to content

Commit

Permalink
released v3.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenlingasMx committed Feb 17, 2023
1 parent d86423c commit 0bfb32c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion example/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@example/base",
"version": "3.0.7",
"version": "3.0.8",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand Down
2 changes: 1 addition & 1 deletion example/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "examples",
"version": "3.0.7",
"version": "3.0.8",
"private": true,
"scripts": {
"android": "react-native run-android",
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.7",
"version": "3.0.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.0.7",
"version": "3.0.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.0.7",
"version": "3.0.8",
"license": "MIT",
"homepage": "https://uiwjs.github.io/react-native-uiw/",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "3.0.7",
"version": "3.0.8",
"description": "Documentation site for React Native UIW.",
"private": true,
"scripts": {
Expand Down

0 comments on commit 0bfb32c

Please sign in to comment.