Skip to content

Commit ab426a6

Browse files
committed
chore(release): released 2.12.5
1 parent 0851998 commit ab426a6

File tree

30 files changed

+100
-25
lines changed

30 files changed

+100
-25
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.12.5](https://github.com/Tencent/Hippy/compare/2.12.4...2.12.5) (2022-03-09)
7+
8+
9+
### Bug Fixes
10+
11+
* **core:** fix multi-context mode exception handling crash ([0851998](https://github.com/Tencent/Hippy/commit/08519980373853076e52d0014c85c7ad7989b459))
12+
13+
14+
15+
16+
617
## [2.12.4](https://github.com/Tencent/Hippy/compare/2.12.3...2.12.4) (2022-03-07)
718

819

android/sdk/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ NDK_VERSION=23.1.7779620
5050
# Equals to setting android.defaultConfig.versionCode and versionName property
5151
# in the build.gradle file.
5252
#
53-
VERSION_NAME=2.12.4
53+
VERSION_NAME=2.12.5
5454
VERSION_CODE=1
5555

5656
#

examples/android-demo/res/vendor.android.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/ios-demo/res/vendor.ios.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

hippy.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Pod::Spec.new do |s|
1010
puts 'hippy.podspec read begins'
1111
s.name = 'hippy'
12-
s.version = '2.12.4'
12+
s.version = '2.12.5'
1313
s.summary = 'Hippy library for iOS'
1414

1515
# This description is used to generate tags and improve search results.

ios/sdk/base/HippyBridge.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
NSString *const HippyJavaScriptDidFailToLoadNotification = @"HippyJavaScriptDidFailToLoadNotification";
4444
NSString *const HippyDidInitializeModuleNotification = @"HippyDidInitializeModuleNotification";
4545
NSString *const HippyBusinessDidLoadNotification = @"HippyBusinessDidLoadNotification";
46-
NSString *const _HippySDKVersion = @"2.12.4";
46+
NSString *const _HippySDKVersion = @"2.12.5";
4747

4848
static NSMutableArray<Class> *HippyModuleClasses;
4949
NSArray<Class> *HippyGetModuleClasses(void) {

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "2.12.4"
6+
"version": "2.12.5"
77
}

packages/hippy-debug-server/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.12.5](https://github.com/Tencent/Hippy/tree/master/packages/hippy-debug-server/compare/2.12.4...2.12.5) (2022-03-09)
7+
8+
**Note:** Version bump only for package @hippy/debug-server
9+
10+
11+
12+
13+
614
## [2.12.4](https://github.com/Tencent/Hippy/tree/master/packages/hippy-debug-server/compare/2.12.3...2.12.4) (2022-03-07)
715

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

packages/hippy-debug-server/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/hippy-debug-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hippy/debug-server",
3-
"version": "2.12.4",
3+
"version": "2.12.5",
44
"description": "Dev server for hippy-core.",
55
"repository": "https://github.com/Tencent/Hippy/tree/master/packages/hippy-debug-server",
66
"homepage": "http://hippyjs.org",

0 commit comments

Comments
 (0)