Skip to content

Commit

Permalink
feat(voltron): update voltron to 0.0.33
Browse files Browse the repository at this point in the history
  • Loading branch information
henryjin0511 committed Aug 6, 2023
1 parent f78c3c9 commit 3687c23
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,5 +1,9 @@
## 0.0.32

- fix navigation bar color error after modal show

## 0.0.32

- fix crash on debug mode

## 0.0.31
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.32
version: 0.0.33
homepage: https://hippyjs.org
repository: https://github.com/Tencent/Hippy

Expand Down Expand Up @@ -60,7 +60,7 @@ dependencies:
connectivity_plus: ^3.0.6
uuid: ^3.0.6
ffi: ^2.0.0
voltron_renderer: 0.0.21
voltron_renderer: 0.0.23
voltron_vfs: 0.0.6
voltron_ffi: 0.0.5

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.23

- fix navigation bar color error after modal show

## 0.0.22

- fix crash on debug mode
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.22
version: 0.0.23
homepage: https://hippyjs.org
repository: https://github.com/Tencent/Hippy

Expand Down

0 comments on commit 3687c23

Please sign in to comment.