Skip to content

Commit a414c12

Browse files
committed
chore: release 0.7.0
1 parent c340e0b commit a414c12

3 files changed

Lines changed: 5 additions & 6 deletions

File tree

example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example-app",
3-
"version": "0.5.0",
3+
"version": "0.7.0",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",
@@ -38,4 +38,4 @@
3838
"engines": {
3939
"node": ">=18"
4040
}
41-
}
41+
}

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
{
22
"name": "react-native-nitro-in-app-browser",
3-
"packageManager": "bun@1.1.31",
43
"private": true,
5-
"version": "0.5.0",
4+
"version": "0.7.0",
65
"repository": "https://github.com/patrickkabwe/react-native-nitro-in-app-browser.git",
76
"author": "Patrick Kabwe <me@patrickkabwe.com> (https://github.com/patrickkabwe)",
87
"scripts": {
98
"bootstrap": "bun --filter=\"**\" install && bun tsc && bun --filter=\"in-browser-app-example\" pods",
109
"typescript": "bun --filter=\"**\" typescript",
11-
"release": "release-it",
10+
"release": "release-it --only-version",
1211
"clean": "rm -rf react-native-nitro-in-app-browser/tsconfig.tsbuildinfo react-native-nitro-in-app-browser/node_modules react-native-nitro-in-app-browser/lib"
1312
},
1413
"workspaces": [

react-native-nitro-in-app-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-nitro-in-app-browser",
3-
"version": "0.5.0",
3+
"version": "0.7.0",
44
"description": "A React Native Nitro module for in-app browser",
55
"main": "./lib/commonjs/index.js",
66
"module": "./lib/module/index.js",

0 commit comments

Comments
 (0)