diff --git a/.github/workflows/publish_to_dart_dev.yml b/.github/workflows/publish_to_dart_dev.yml index d1c1fbdad1..43b5d92c07 100644 --- a/.github/workflows/publish_to_dart_dev.yml +++ b/.github/workflows/publish_to_dart_dev.yml @@ -1,6 +1,9 @@ name: Publish Kraken To pub.dev -on: [workflow_dispatch] +on: + release: + types: [created] + workflow_dispatch: # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: diff --git a/kraken/CHANGELOG.md b/kraken/CHANGELOG.md index 6b2edeaa50..6cca964282 100644 --- a/kraken/CHANGELOG.md +++ b/kraken/CHANGELOG.md @@ -1,3 +1,15 @@ +## 0.10.2 + +**Bug Fixed** + ++ Fix report error cause stack overflow. https://github.com/openkraken/kraken/pull/1164 ++ Fix object-fit not work due to image resize optimization. https://github.com/openkraken/kraken/pull/1165 ++ Fix crash when reload. https://github.com/openkraken/kraken/pull/1167 ++ Fix referer and origin. https://github.com/openkraken/kraken/pull/1170 ++ Fix large file content may fail. https://github.com/openkraken/kraken/pull/1176 ++ Fix native event memory align on 32 bit devices. https://github.com/openkraken/kraken/pull/1182 ++ Fix image load error cause crash. https://github.com/openkraken/kraken/pull/1187 + ## 0.10.1 **Bug Fixed** diff --git a/kraken/pubspec.yaml b/kraken/pubspec.yaml index b1a55e9e4d..f2f10ffe74 100644 --- a/kraken/pubspec.yaml +++ b/kraken/pubspec.yaml @@ -1,6 +1,6 @@ name: kraken description: A high-performance, web standards-compliant rendering engine. -version: 0.10.1+1-beta.1 +version: 0.10.2 homepage: https://openkraken.com environment: