Skip to content

Commit 6871ebb

Browse files
chore(release): 2.0.0-dev.1 [skip ci]
# [2.0.0-dev.1](v1.1.0-dev.2...v2.0.0-dev.1) (2025-01-13) ### Bug Fixes * Remove unnecessary permissions from AndroidManifest.xml ([#39](#39)) ([90fb0b2](90fb0b2)) ### BREAKING CHANGES * There were Capacitor 7 changes, that require a major version update.
1 parent 90fb0b2 commit 6871ebb

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [2.0.0-dev.1](https://github.com/ionic-team/capacitor-os-inappbrowser/compare/v1.1.0-dev.2...v2.0.0-dev.1) (2025-01-13)
2+
3+
4+
### Bug Fixes
5+
6+
* Remove unnecessary permissions from AndroidManifest.xml ([#39](https://github.com/ionic-team/capacitor-os-inappbrowser/issues/39)) ([90fb0b2](https://github.com/ionic-team/capacitor-os-inappbrowser/commit/90fb0b2bdf282b896dec3f6433ddb44082f99509))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* There were Capacitor 7 changes, that require a major version update.
12+
113
# [1.1.0-dev.2](https://github.com/ionic-team/capacitor-os-inappbrowser/compare/v1.1.0-dev.1...v1.1.0-dev.2) (2025-01-08)
214

315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor/inappbrowser",
3-
"version": "1.1.0-dev.2",
3+
"version": "2.0.0-dev.1",
44
"description": "The InAppBrowser Plugin provides a web browser view that allows you to load any web page externally. It behaves as a standard web browser and is useful to load untrusted content without risking your application's security. It offers three different ways to open URLs; in a WebView, in an in-app system browser (Custom Tabs for Android and SFSafariViewController for iOS), and in the device's default browser.",
55
"main": "./dist/plugin.cjs",
66
"module": "./dist/plugin.mjs",

0 commit comments

Comments
 (0)