Skip to content

Commit

Permalink
Update changelogs. (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
jthoms1 committed Feb 15, 2024
1 parent 191299d commit 8a6faca
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/package-lock.json

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

13 changes: 13 additions & 0 deletions website/docs/for-android/changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
[
{
"productTitle": "Portals Android",
"pageUrl": "https://ionic.io/docs/portals/for-android/changelog",
"repo": "ionic-team/ionic-portals-android",
"mdBody": "### What's Changed\n* **feat**: support live updates 0.5.0 and will use portal web app directory as a source for differential updates ([#62](https://github.com/ionic-team/ionic-portals-android/pull/62))\n* **fix**: fix transaction exception crashing the app if the view no longer exists ([#63](https://github.com/ionic-team/ionic-portals-android/pull/63))\n* **chore**: updated capacitor dependency to 5.7.+ ([#64](https://github.com/ionic-team/ionic-portals-android/pull/64))\n\n\n",
"body": "<h3>What's Changed</h3>\n<ul>\n<li><strong>feat</strong>: support live updates 0.5.0 and will use portal web app directory as a source for differential updates (<a href=\"https://github.com/ionic-team/ionic-portals-android/pull/62\">#62</a>)</li>\n<li><strong>fix</strong>: fix transaction exception crashing the app if the view no longer exists (<a href=\"https://github.com/ionic-team/ionic-portals-android/pull/63\">#63</a>)</li>\n<li><strong>chore</strong>: updated capacitor dependency to 5.7.+ (<a href=\"https://github.com/ionic-team/ionic-portals-android/pull/64\">#64</a>)</li>\n</ul>\n",
"name": "0.8.4",
"raw_published_at": "2024-02-13T18:48:51Z",
"published_at": "February 13 2024",
"tag_name": "0.8.4",
"type": "patch",
"version": "0.8.4"
},
{
"productTitle": "Portals Android",
"pageUrl": "https://ionic.io/docs/portals/for-android/changelog",
Expand Down
26 changes: 26 additions & 0 deletions website/docs/for-ios/changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,30 @@
[
{
"productTitle": "Portals iOS",
"pageUrl": "https://ionic.io/docs/portals/for-ios/changelog",
"repo": "ionic-team/ionic-portals-ios",
"mdBody": "### What's Changed\n* **feat!**: Add support for live update differentials ([#83](https://github.com/ionic-team/ionic-portals-ios/pull/83))\n* **feat**: Live Update sync extension ([#84](https://github.com/ionic-team/ionic-portals-ios/pull/84))\n\n",
"body": "<h3>What's Changed</h3>\n<ul>\n<li><strong>feat!</strong>: Add support for live update differentials (<a href=\"https://github.com/ionic-team/ionic-portals-ios/pull/83\">#83</a>)</li>\n<li><strong>feat</strong>: Live Update sync extension (<a href=\"https://github.com/ionic-team/ionic-portals-ios/pull/84\">#84</a>)</li>\n</ul>\n",
"name": "0.10.0",
"raw_published_at": "2024-02-12T21:16:33Z",
"published_at": "February 12 2024",
"tag_name": "0.10.0",
"type": "minor",
"version": "0.10.0"
},
{
"productTitle": "Portals iOS",
"pageUrl": "https://ionic.io/docs/portals/for-ios/changelog",
"repo": "ionic-team/ionic-portals-ios",
"mdBody": "### What's Changed\n* **feat**: Add instance level support for swift concurrency on `PortalsPubSub` ([#81](https://github.com/ionic-team/ionic-portals-ios/pull/81))\n\n",
"body": "<h3>What's Changed</h3>\n<ul>\n<li><strong>feat</strong>: Add instance level support for swift concurrency on <code>PortalsPubSub</code> (<a href=\"https://github.com/ionic-team/ionic-portals-ios/pull/81\">#81</a>)</li>\n</ul>\n",
"name": "0.9.1",
"raw_published_at": "2024-01-23T21:50:05Z",
"published_at": "January 23 2024",
"tag_name": "0.9.1",
"type": "patch",
"version": "0.9.1"
},
{
"productTitle": "Portals iOS",
"pageUrl": "https://ionic.io/docs/portals/for-ios/changelog",
Expand Down
13 changes: 13 additions & 0 deletions website/docs/for-web/changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
[
{
"productTitle": "Portals Web Plugin",
"pageUrl": "https://ionic.io/docs/portals/for-web/changelog",
"repo": "ionic-team/ionic-portals",
"mdBody": "### What's Changed\n* **feat!(plugin)**: Remove `SubscriptionCallback` type ([#259](https://github.com/ionic-team/ionic-portals/pull/259))\n\n",
"body": "<h3>What's Changed</h3>\n<ul>\n<li><strong>feat!(plugin)</strong>: Remove <code>SubscriptionCallback</code> type (<a href=\"https://github.com/ionic-team/ionic-portals/pull/259\">#259</a>)</li>\n</ul>\n",
"name": "0.9.0",
"raw_published_at": "2024-02-13T15:22:27Z",
"published_at": "February 13 2024",
"tag_name": "0.9.0",
"type": "minor",
"version": "0.9.0"
},
{
"productTitle": "Portals Web Plugin",
"pageUrl": "https://ionic.io/docs/portals/for-web/changelog",
Expand Down

0 comments on commit 8a6faca

Please sign in to comment.