Skip to content

Commit

Permalink
chore: update to 0.8.0 ready for release (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlpoole committed May 17, 2023
1 parent 151b1c4 commit e1769d4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions 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.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
Expand Down
2 changes: 1 addition & 1 deletion IonicPortals/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <hi@ionic.io> (https://ionic.io)",
Expand Down

0 comments on commit e1769d4

Please sign in to comment.