diff --git a/lerna.json b/lerna.json
index d184f961..e67917ab 100644
--- a/lerna.json
+++ b/lerna.json
@@ -1,10 +1,10 @@
{
"capacitorVersion": "7.0.0",
- "iosMinVersion": "13.0",
+ "iosMinVersion": "14.0",
"androidMinSdk": "23",
- "rnMinVersion": "0.74.2",
+ "rnMinVersion": "0.75.4",
"androidLiveUpdatesVersion": "0.5.5",
- "rnVersion": "0.7.1",
+ "rnVersion": "0.8.0",
"iosVersion": "0.12.0",
"androidVersion": "0.12.0",
"cliVersion": "0.3.1",
diff --git a/website/docs/for-capacitor/upgrade-guides.md b/website/docs/for-capacitor/upgrade-guides.md
index 26a612ba..40ca5ee8 100644
--- a/website/docs/for-capacitor/upgrade-guides.md
+++ b/website/docs/for-capacitor/upgrade-guides.md
@@ -3,6 +3,30 @@ title: Upgrade Guides
sidebar_label: Upgrade Guides
---
+## @ionic-enterprise/federated-capacitor 0.3.0
+
+This update supports Capacitor version 7.
+
+## @ionic-enterprise/federated-capacitor 0.2.4
+
+Adds a new function `refreshMicroApps()` to allow for the update of web apps through Live Updates without refreshing the currently loaded apps.
+
+## @ionic-enterprise/federated-capacitor 0.2.3
+
+Changes the use of Appflow CLI to the new Portals CLI internally.
+
+## @ionic-enterprise/federated-capacitor 0.2.2
+
+Provides ability for iOS users to override `capacitorDidLoad()` on iOS.
+
+## @ionic-enterprise/federated-capacitor 0.2.1
+
+Addressed a bug where the config was not correctly loaded on Android.
+
+## @ionic-enterprise/federated-capacitor 0.2.0
+
+This update supports Capacitor version 6.
+
## @ionic-enterprise/federated-capacitor 0.1.7
### Differential Support
diff --git a/website/docs/for-react-native/changelog.json b/website/docs/for-react-native/changelog.json
index 34787e91..054ca4ad 100644
--- a/website/docs/for-react-native/changelog.json
+++ b/website/docs/for-react-native/changelog.json
@@ -1,4 +1,17 @@
[
+ {
+ "productTitle": "Portals React Native",
+ "pageUrl": "https://ionic.io/docs/portals/for-react-native/changelog",
+ "repo": "ionic-team/ionic-portals-react-native",
+ "mdBody": "### What's Changed\n* **feat!**: BREAKING update for Capacitor 7 ([#60](https://github.com/ionic-team/ionic-portals-react-native/pull/60))\n\n",
+ "body": "
What's Changed
\n\n- feat!: BREAKING update for Capacitor 7 (#60)
\n
\n",
+ "name": "0.8.0",
+ "raw_published_at": "2025-01-22T22:22:24Z",
+ "published_at": "January 22 2025",
+ "tag_name": "0.8.0",
+ "type": "minor",
+ "version": "0.8.0"
+ },
{
"productTitle": "Portals React Native",
"pageUrl": "https://ionic.io/docs/portals/for-react-native/changelog",
diff --git a/website/docs/for-react-native/upgrade-guides.md b/website/docs/for-react-native/upgrade-guides.md
index 45aeb194..1f47aeef 100644
--- a/website/docs/for-react-native/upgrade-guides.md
+++ b/website/docs/for-react-native/upgrade-guides.md
@@ -6,6 +6,18 @@ sidebar_label: Upgrade Guides
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
+## Portals for React Native 0.7.0 -> 0.8.0
+
+Portals for React Native version `0.8.0` is compatible with Portals Web Plugin version `0.12.x`.
+
+:::caution
+Portals 0.8.0 is a notable update that upgrades the Capacitor dependency to version 7. Care should be taken to update dependencies across your web content and native apps to ensure compatibility.
+:::
+
+First review the [Capacitor 7 Update Guide](https://capacitorjs.com/docs/updating/7-0) for an overview of necessary changes. Some will not be relevant for Portals apps, but this will be a useful reference in case you encounter issues with your upgrade.
+
+This version depends on version React Native version 0.75.4 to support Capacitor 7.
+
## Portals for React Native 0.6.0 -> 0.7.0
Portals for React Native version `0.7.0` is compatible with Portals Web Plugin version `0.10.x`. This release removes all of the functions that were deprecated in `0.6.0`.
diff --git a/website/docs/for-web/changelog.json b/website/docs/for-web/changelog.json
index b3bd873c..d6b78ea2 100644
--- a/website/docs/for-web/changelog.json
+++ b/website/docs/for-web/changelog.json
@@ -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**: Capacitor 7 Upgrades ([#291](https://github.com/ionic-team/ionic-portals/pull/291))\n\n",
+ "body": "What's Changed
\n\n- feat: Capacitor 7 Upgrades (#291)
\n
\n",
+ "name": "0.12.0",
+ "raw_published_at": "2025-01-21T21:28:17Z",
+ "published_at": "January 21 2025",
+ "tag_name": "0.12.0",
+ "type": "minor",
+ "version": "0.12.0"
+ },
{
"productTitle": "Portals Web Plugin",
"pageUrl": "https://ionic.io/docs/portals/for-web/changelog",