Skip to content

Commit

Permalink
feat(voltron): update voltron render version (#2859)
Browse files Browse the repository at this point in the history
  • Loading branch information
henryjin0511 authored Jan 13, 2023
1 parent 31e62ec commit e98a31a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions framework/voltron/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.11

- update voltron_render to 0.0.5 to fix workerManager destroy crash

## 0.0.10

- update voltron_render to 0.0.4 to fix toDeepVoltronMap func
Expand Down
4 changes: 2 additions & 2 deletions framework/voltron/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

name: voltron
description: A flutter plugin project to render hippy page.
version: 0.0.10
version: 0.0.11
homepage: https://hippyjs.org
repository: https://github.com/Tencent/Hippy

Expand Down Expand Up @@ -62,7 +62,7 @@ dependencies:
connectivity_plus: ^2.3.0
uuid: ^3.0.6
ffi: ^1.0.0
voltron_renderer: 0.0.4
voltron_renderer: 0.0.5
voltron_vfs: 0.0.1
voltron_ffi: 0.0.1

Expand Down
4 changes: 4 additions & 0 deletions renderer/voltron/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.5

- fix workerManager destroy crash

## 0.0.4

- fix toDeepVoltronMap func
Expand Down
2 changes: 1 addition & 1 deletion renderer/voltron/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

name: voltron_renderer
description: voltron renderer
version: 0.0.4
version: 0.0.5
homepage: https://hippyjs.org
repository: https://github.com/Tencent/Hippy

Expand Down

0 comments on commit e98a31a

Please sign in to comment.