Skip to content

Commit

Permalink
chore(release): released 2.15.7
Browse files Browse the repository at this point in the history
  • Loading branch information
zoomchan-cxj committed Feb 24, 2023
1 parent 3e0e914 commit 1d8d888
Show file tree
Hide file tree
Showing 38 changed files with 203 additions and 57 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.15.7](https://github.com/Tencent/Hippy/compare/2.15.6...2.15.7) (2023-02-24)


### Bug Fixes

* **core:** add handle_scope for v8 exception ([#2860](https://github.com/Tencent/Hippy/issues/2860)) ([48e38c8](https://github.com/Tencent/Hippy/commit/48e38c8d3b9ced3f3c593df69444afee5537a9f6))
* **core:** compatile with single callback in native2js ([3e0e914](https://github.com/Tencent/Hippy/commit/3e0e914e66e37490230670b88a33449bfcc6b868))





## [2.15.6](https://github.com/Tencent/Hippy/compare/2.15.5...2.15.6) (2023-02-20)


Expand Down
2 changes: 1 addition & 1 deletion android/sdk/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ NDK_VERSION=25.0.8775105
#
# Specifies SDK version
#
VERSION_NAME=2.15.6
VERSION_NAME=2.15.7

#
# Whether to skip build C/C++ code
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 9 additions & 7 deletions examples/android-demo/res/index.android.js

Large diffs are not rendered by default.

41 changes: 35 additions & 6 deletions examples/android-demo/res/vendor.android.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/ios-demo/res/asyncComponentFromHttp.ios.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/ios-demo/res/asyncComponentFromLocal.ios.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 10 additions & 7 deletions examples/ios-demo/res/index.ios.js

Large diffs are not rendered by default.

Loading

0 comments on commit 1d8d888

Please sign in to comment.