Skip to content

Commit e10c031

Browse files
committed
chore: release 0.5.0
1 parent d4e4694 commit e10c031

3 files changed

Lines changed: 18 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.0.1",
3+
"version": "0.5.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: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "react-native-nitro-in-app-browser",
33
"packageManager": "bun@1.1.31",
44
"private": true,
5-
"version": "0.4.1",
5+
"version": "0.5.0",
66
"repository": "https://github.com/patrickkabwe/react-native-nitro-in-app-browser.git",
77
"author": "Patrick Kabwe <me@patrickkabwe.com> (https://github.com/patrickkabwe)",
88
"scripts": {
@@ -34,6 +34,18 @@
3434
"release": true
3535
},
3636
"plugins": {
37+
"@release-it/bumper": {
38+
"out": [
39+
{
40+
"file": "react-native-nitro-in-app-browser/package.json",
41+
"path": "version"
42+
},
43+
{
44+
"file": "example/package.json",
45+
"path": "version"
46+
}
47+
]
48+
},
3749
"@release-it/conventional-changelog": {
3850
"preset": {
3951
"name": "conventionalcommits",
@@ -67,4 +79,4 @@
6779
"react": "18.3.1",
6880
"react-native": "0.76.5"
6981
}
70-
}
82+
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-nitro-in-app-browser",
3-
"version": "0.4.1",
3+
"version": "0.5.0",
44
"description": "A React Native Nitro module for in-app browser",
55
"main": "./lib/commonjs/index.js",
66
"module": "./lib/module/index.js",
@@ -139,4 +139,4 @@
139139
]
140140
]
141141
}
142-
}
142+
}

0 commit comments

Comments
 (0)