Skip to content

Commit 8055e47

Browse files
chore(release): 2.0.0-next.1 [skip ci]
# [2.0.0-next.1](v1.0.2...v2.0.0-next.1) (2025-01-13) ### Bug Fixes * basic-tests github action ([#38](#38)) ([634425a](634425a)) * Remove unnecessary permissions from AndroidManifest.xml ([#39](#39)) ([90fb0b2](90fb0b2)) * use proper repository and bugs urls ([d2c0bcf](d2c0bcf)) ### Features * updates plugin to be cap7 ready ([2d1b119](2d1b119)) ### BREAKING CHANGES * There were Capacitor 7 changes, that require a major version update.
1 parent a13b83f commit 8055e47

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# [2.0.0-next.1](https://github.com/ionic-team/capacitor-os-inappbrowser/compare/v1.0.2...v2.0.0-next.1) (2025-01-13)
2+
3+
4+
### Bug Fixes
5+
6+
* basic-tests github action ([#38](https://github.com/ionic-team/capacitor-os-inappbrowser/issues/38)) ([634425a](https://github.com/ionic-team/capacitor-os-inappbrowser/commit/634425a23ea0eecb3de645335f594823e59312dc))
7+
* 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))
8+
* use proper repository and bugs urls ([d2c0bcf](https://github.com/ionic-team/capacitor-os-inappbrowser/commit/d2c0bcf740b2c4ffae5a28efa5c5541547245e69))
9+
10+
11+
### Features
12+
13+
* updates plugin to be cap7 ready ([2d1b119](https://github.com/ionic-team/capacitor-os-inappbrowser/commit/2d1b119abb2bbe3d2a4e5274bfdd9ff5c96de24b))
14+
15+
16+
### BREAKING CHANGES
17+
18+
* There were Capacitor 7 changes, that require a major version update.
19+
120
# [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)
221

322

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor/inappbrowser",
3-
"version": "2.0.0-dev.1",
3+
"version": "2.0.0-next.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",
@@ -95,4 +95,4 @@
9595
"src": "android"
9696
}
9797
}
98-
}
98+
}

0 commit comments

Comments
 (0)