Skip to content

Commit 121dc47

Browse files
author
Dan Giralté (Ionic)
committed
Release 0.5.0
1 parent f7cdda5 commit 121dc47

File tree

10 files changed

+38
-6
lines changed

10 files changed

+38
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.5.0](https://github.com/ionic-team/ionic-portals/compare/0.4.2...0.5.0) (2022-02-16)
7+
8+
**Note:** Version bump only for package root
9+
10+
11+
12+
13+
614
## [0.4.1](https://github.com/ionic-team/ionic-portals/compare/0.4.0...0.4.1) (2022-01-27)
715

816

android/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.5.0](https://github.com/ionic-team/ionic-portals/compare/0.4.2...0.5.0) (2022-02-16)
7+
8+
**Note:** Version bump only for package ionic-portals-android
9+
10+
11+
12+
13+
614
## [0.4.1](https://github.com/ionic-team/ionic-portals/compare/0.4.0...0.4.1) (2022-01-27)
715

816

android/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ionic-portals-android",
3-
"version": "0.4.1",
3+
"version": "0.5.0",
44
"description": "Ionic Portals",
55
"homepage": "https://ionic.io/portals",
66
"author": "Ionic Team <hi@ionic.io> (https://ionic.io)",

ios/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.5.0](https://github.com/ionic-team/ionic-portals/compare/0.4.2...0.5.0) (2022-02-16)
7+
8+
**Note:** Version bump only for package ionic-portals-ios
9+
10+
11+
12+
13+
614
## [0.4.1](https://github.com/ionic-team/ionic-portals/compare/0.4.0...0.4.1) (2022-01-27)
715

816

ios/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ios/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ionic-portals-ios",
3-
"version": "0.4.2",
3+
"version": "0.5.0",
44
"description": "Ionic Portals",
55
"homepage": "https://ionic.io/portals",
66
"author": "Ionic Team <hi@ionic.io> (https://ionic.io)",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"tagVersionPrefix": ""
1717
}
1818
},
19-
"version": "0.4.1",
19+
"version": "0.5.0",
2020
"capacitorVersion": "3.4.1"
2121
}

plugin/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.5.0](https://github.com/ionic-team/ionic-portals/compare/0.4.2...0.5.0) (2022-02-16)
7+
8+
**Note:** Version bump only for package @ionic/portals
9+
10+
11+
12+
13+
614
## [0.4.1](https://github.com/ionic-team/ionic-portals/compare/0.4.0...0.4.1) (2022-01-27)
715

816
**Note:** Version bump only for package @ionic/portals

plugin/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ionic/portals",
3-
"version": "0.4.1",
3+
"version": "0.5.0",
44
"description": "SDK Plugin for Ionic Portals",
55
"homepage": "https://ionic.io/portals",
66
"main": "dist/index.cjs.js",

0 commit comments

Comments
 (0)