Skip to content

Commit

Permalink
Release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
carlpoole committed Jan 27, 2022
1 parent c536553 commit 74de78b
Show file tree
Hide file tree
Showing 9 changed files with 47 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
11 changes: 11 additions & 0 deletions android/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion android/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> (https://ionic.io)",
Expand Down
11 changes: 11 additions & 0 deletions ios/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ios/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> (https://ionic.io)",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"tagVersionPrefix": ""
}
},
"version": "0.3.1",
"version": "0.4.1",
"capacitorVersion": "3.4.0"
}
8 changes: 8 additions & 0 deletions plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugin/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugin/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

1 comment on commit 74de78b

@vercel
Copy link

@vercel vercel bot commented on 74de78b Jan 27, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.