From 3b5c4d9d1a9686a84b947230ab996988054a9e7f Mon Sep 17 00:00:00 2001 From: "chenghuai.dtc" Date: Wed, 2 Mar 2022 20:02:43 +0800 Subject: [PATCH 1/2] release: 0.10.2 --- kraken/CHANGELOG.md | 12 ++++++++++++ kraken/pubspec.yaml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) 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: From a58b3942940d0125ee86967421f5ed0122bf11b1 Mon Sep 17 00:00:00 2001 From: "chenghuai.dtc" Date: Wed, 2 Mar 2022 20:03:43 +0800 Subject: [PATCH 2/2] chore: upgrade github ci --- .github/workflows/publish_to_dart_dev.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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: