Skip to content

Commit

Permalink
chore(release): released 2.13.13
Browse files Browse the repository at this point in the history
  • Loading branch information
zoomchan-cxj committed Jul 20, 2022
1 parent eadd0fd commit aa030e2
Show file tree
Hide file tree
Showing 30 changed files with 17,447 additions and 17,372 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.13.13](https://github.com/Tencent/Hippy/compare/2.13.12...2.13.13) (2022-07-20)


### Bug Fixes

* **android:** set default background color to TRANSPARENT ([eadd0fd](https://github.com/Tencent/Hippy/commit/eadd0fd7127c30e2391292b7a7378f5291054ad3))





## [2.13.12](https://github.com/Tencent/Hippy/compare/2.13.11...2.13.12) (2022-07-13)


Expand Down
2 changes: 1 addition & 1 deletion android/sdk/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ NDK_VERSION=23.1.7779620
# Equals to setting android.defaultConfig.versionCode and versionName property
# in the build.gradle file.
#
VERSION_NAME=2.13.12
VERSION_NAME=2.13.13
VERSION_CODE=1

#
Expand Down
6 changes: 3 additions & 3 deletions examples/android-demo/res/vendor.android.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions examples/ios-demo/res/vendor.ios.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion hippy.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Pod::Spec.new do |s|
puts 'hippy.podspec read begins'
s.name = 'hippy'
s.version = '2.13.12'
s.version = '2.13.13'
s.summary = 'Hippy library for iOS'

# This description is used to generate tags and improve search results.
Expand Down
2 changes: 1 addition & 1 deletion ios/sdk/base/HippyBridge.mm
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
NSString *const HippyJavaScriptDidFailToLoadNotification = @"HippyJavaScriptDidFailToLoadNotification";
NSString *const HippyDidInitializeModuleNotification = @"HippyDidInitializeModuleNotification";
NSString *const HippyBusinessDidLoadNotification = @"HippyBusinessDidLoadNotification";
NSString *const _HippySDKVersion = @"2.13.12";
NSString *const _HippySDKVersion = @"2.13.13";

static NSMutableArray<Class> *HippyModuleClasses;
NSArray<Class> *HippyGetModuleClasses(void) {
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "2.13.12"
"version": "2.13.13"
}
8 changes: 8 additions & 0 deletions packages/hippy-debug-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.13.13](https://github.com/Tencent/Hippy/compare/2.13.12...2.13.13) (2022-07-20)

**Note:** Version bump only for package @hippy/debug-server





## [2.13.12](https://github.com/Tencent/Hippy/compare/2.13.11...2.13.12) (2022-07-13)

**Note:** Version bump only for package @hippy/debug-server
Expand Down
Loading

0 comments on commit aa030e2

Please sign in to comment.