Skip to content

Commit

Permalink
chore(release): 2.0.0-next.1 [skip ci]
Browse files Browse the repository at this point in the history
# [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.
  • Loading branch information
semantic-release-bot committed Jan 13, 2025
1 parent a13b83f commit 8055e47
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [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)


### Bug Fixes

* 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))
* 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))
* use proper repository and bugs urls ([d2c0bcf](https://github.com/ionic-team/capacitor-os-inappbrowser/commit/d2c0bcf740b2c4ffae5a28efa5c5541547245e69))


### Features

* updates plugin to be cap7 ready ([2d1b119](https://github.com/ionic-team/capacitor-os-inappbrowser/commit/2d1b119abb2bbe3d2a4e5274bfdd9ff5c96de24b))


### BREAKING CHANGES

* There were Capacitor 7 changes, that require a major version update.

# [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)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor/inappbrowser",
"version": "2.0.0-dev.1",
"version": "2.0.0-next.1",
"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.",
"main": "./dist/plugin.cjs",
"module": "./dist/plugin.mjs",
Expand Down Expand Up @@ -95,4 +95,4 @@
"src": "android"
}
}
}
}

0 comments on commit 8055e47

Please sign in to comment.