diff --git a/CHANGELOG.md b/CHANGELOG.md index c30ec1b1..e954807a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.4.1](https://github.com/ionic-team/ionic-portals/compare/0.4.0...0.4.1) (2022-01-27) + + +### Bug Fixes + +* **android:** restore portal link when fragment recreated ([#114](https://github.com/ionic-team/ionic-portals/issues/114)) ([8ab627e](https://github.com/ionic-team/ionic-portals/commit/8ab627e3ae7af079a095e9deb5a59e13ec7ceffa)) +* Remove missing .xcframework files ([#113](https://github.com/ionic-team/ionic-portals/issues/113)) ([e9aac61](https://github.com/ionic-team/ionic-portals/commit/e9aac611ebe05d5d52f503486ac26eb6a7f25709)) + + + + + ## [0.3.1](https://github.com/ionic-team/ionic-portals/compare/0.3.0...0.3.1) (2021-12-17) diff --git a/android/CHANGELOG.md b/android/CHANGELOG.md index cfc73cd4..750c7a31 100644 --- a/android/CHANGELOG.md +++ b/android/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.4.1](https://github.com/ionic-team/ionic-portals/compare/0.4.0...0.4.1) (2022-01-27) + + +### Bug Fixes + +* **android:** restore portal link when fragment recreated ([#114](https://github.com/ionic-team/ionic-portals/issues/114)) ([8ab627e](https://github.com/ionic-team/ionic-portals/commit/8ab627e3ae7af079a095e9deb5a59e13ec7ceffa)) + + + + + ## [0.3.1](https://github.com/ionic-team/ionic-portals/compare/0.3.0...0.3.1) (2021-12-17) diff --git a/android/package.json b/android/package.json index d6b14786..1384cbac 100644 --- a/android/package.json +++ b/android/package.json @@ -1,6 +1,6 @@ { "name": "ionic-portals-android", - "version": "0.3.1", + "version": "0.4.1", "description": "Ionic Portals", "homepage": "https://ionic.io/portals", "author": "Ionic Team (https://ionic.io)", diff --git a/ios/CHANGELOG.md b/ios/CHANGELOG.md index 1ba38b5f..453601f7 100644 --- a/ios/CHANGELOG.md +++ b/ios/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.4.1](https://github.com/ionic-team/ionic-portals/compare/0.4.0...0.4.1) (2022-01-27) + + +### Bug Fixes + +* Remove missing .xcframework files ([#113](https://github.com/ionic-team/ionic-portals/issues/113)) ([e9aac61](https://github.com/ionic-team/ionic-portals/commit/e9aac611ebe05d5d52f503486ac26eb6a7f25709)) + + + + + ## [0.3.1](https://github.com/ionic-team/ionic-portals/compare/0.3.0...0.3.1) (2021-12-17) **Note:** Version bump only for package ionic-portals-ios diff --git a/ios/package.json b/ios/package.json index 0502e225..c482d150 100644 --- a/ios/package.json +++ b/ios/package.json @@ -1,6 +1,6 @@ { "name": "ionic-portals-ios", - "version": "0.4.0", + "version": "0.4.1", "description": "Ionic Portals", "homepage": "https://ionic.io/portals", "author": "Ionic Team (https://ionic.io)", diff --git a/lerna.json b/lerna.json index c183797b..043076a2 100644 --- a/lerna.json +++ b/lerna.json @@ -16,6 +16,6 @@ "tagVersionPrefix": "" } }, - "version": "0.3.1", + "version": "0.4.1", "capacitorVersion": "3.4.0" } diff --git a/plugin/CHANGELOG.md b/plugin/CHANGELOG.md index 58126271..2c126e93 100644 --- a/plugin/CHANGELOG.md +++ b/plugin/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.4.1](https://github.com/ionic-team/ionic-portals/compare/0.4.0...0.4.1) (2022-01-27) + +**Note:** Version bump only for package @ionic/portals + + + + + ## [0.3.1](https://github.com/ionic-team/ionic-portals/compare/0.3.0...0.3.1) (2021-12-17) **Note:** Version bump only for package @ionic/portals diff --git a/plugin/package-lock.json b/plugin/package-lock.json index 5b1eb303..6438010f 100644 --- a/plugin/package-lock.json +++ b/plugin/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ionic/portals", - "version": "0.3.1", + "version": "0.4.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/plugin/package.json b/plugin/package.json index 63d8ece2..b3811e34 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@ionic/portals", - "version": "0.3.1", + "version": "0.4.1", "description": "SDK Plugin for Ionic Portals", "homepage": "https://ionic.io/portals", "main": "dist/index.cjs.js",