diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a6bcb9..4656f67 100644 --- a/CHANGELOG.md +++ b/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.8.0]() (2023-05-17) + +* feat: update to Capacitor 5.0 and Gradle dependency updates +* feat: updates to the pub/sub system +* feat: converts WebVitals feature into an optional plugin +* chore: update dependencies Live Updates + + + + + # [0.7.5]() (2023-04-03) * chore: update dependencies for Capacitor updates and Live Updates feat diff --git a/IonicPortals/build.gradle.kts b/IonicPortals/build.gradle.kts index 866f6d1..74ca4f5 100644 --- a/IonicPortals/build.gradle.kts +++ b/IonicPortals/build.gradle.kts @@ -46,7 +46,7 @@ dependencies { implementation(kotlin("reflect")) api("com.capacitorjs:core:5.0.3") - compileOnly("io.ionic:liveupdates:0.4.0") + compileOnly("io.ionic:liveupdates:0.4.1") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.0") implementation("androidx.core:core-ktx:1.10.0") diff --git a/package.json b/package.json index 9a1274d..e800794 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ionic-portals-android", - "version": "0.8.0-beta.2", + "version": "0.8.0", "description": "Ionic Portals", "homepage": "https://ionic.io/portals", "author": "Ionic Team (https://ionic.io)",