Skip to content

Commit e9f61f7

Browse files
chore(release): 2.0.0 [skip ci]
## [2.0.0](v1.2.0...v2.0.0) (2025-08-17) ### ⚠ BREAKING CHANGES * **ios:** No more `NitroInAppBrowserPresentationStyle` enum import required. Use string literals directly for presentation types. ### ✨ Features * **ios:** replace enum import with direct string types for `presentationStyle` ([5508dd5](5508dd5)) ### 🛠️ Other changes * bump up nitro to v0.28.0 ([7776c7c](7776c7c)) * update dependencies and improve iOS build configuration ([1a4751a](1a4751a)) * update Xcode version in iOS build workflow to 16.4 ([2e32094](2e32094)) * update Xcode version in iOS build workflow to latest stable ([f0582c9](f0582c9))
1 parent 64e4281 commit e9f61f7

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## [2.0.0](https://github.com/patrickkabwe/react-native-nitro-in-app-browser/compare/v1.2.0...v2.0.0) (2025-08-17)
2+
3+
### ⚠ BREAKING CHANGES
4+
5+
* **ios:** No more `NitroInAppBrowserPresentationStyle` enum import required. Use string literals directly for presentation types.
6+
7+
### ✨ Features
8+
9+
* **ios:** replace enum import with direct string types for `presentationStyle` ([5508dd5](https://github.com/patrickkabwe/react-native-nitro-in-app-browser/commit/5508dd57f6acf537b4aa3417d6016ab5cf15e7f4))
10+
11+
### 🛠️ Other changes
12+
13+
* bump up nitro to v0.28.0 ([7776c7c](https://github.com/patrickkabwe/react-native-nitro-in-app-browser/commit/7776c7c6efdcdfdcd82ff3b13612693311149278))
14+
* update dependencies and improve iOS build configuration ([1a4751a](https://github.com/patrickkabwe/react-native-nitro-in-app-browser/commit/1a4751a694da4ffdd62292d3ccfeba0f3ff1dea3))
15+
* update Xcode version in iOS build workflow to 16.4 ([2e32094](https://github.com/patrickkabwe/react-native-nitro-in-app-browser/commit/2e320941a9140bd693b7928ded4206f61de6f2d3))
16+
* update Xcode version in iOS build workflow to latest stable ([f0582c9](https://github.com/patrickkabwe/react-native-nitro-in-app-browser/commit/f0582c9ef41cb22db20835adbd4c48c8084aa221))
17+
118
## [1.2.0](https://github.com/patrickkabwe/react-native-nitro-in-app-browser/compare/v1.1.9...v1.2.0) (2025-07-31)
219

320
### ✨ Features

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": "1.2.0",
3+
"version": "2.0.0",
44
"description": "Nitro module package",
55
"main": "./lib/commonjs/index.js",
66
"module": "./lib/module/index.js",
@@ -121,4 +121,4 @@
121121
]
122122
]
123123
}
124-
}
124+
}

0 commit comments

Comments
 (0)