Skip to content

Commit 8116a2a

Browse files
committed
chore(release): released 2.10.3
1 parent 8ce311a commit 8116a2a

File tree

26 files changed

+107
-22
lines changed

26 files changed

+107
-22
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@
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.10.3](https://github.com/Tencent/Hippy/compare/2.10.2...2.10.3) (2021-11-16)
7+
8+
9+
### Bug Fixes
10+
11+
* **android:** element y position use root view location ([3542a59](https://github.com/Tencent/Hippy/commit/3542a59a6b7b40808e36382d4761b26282b5f6a8))
12+
* **android:** view pager use Number cast obj to int ([f5c982f](https://github.com/Tencent/Hippy/commit/f5c982f0f5ffd924fca559cf58734dbc798f1e35))
13+
* **hippy-react:** fixed insertBefore moveChild condition ([b2d71eb](https://github.com/Tencent/Hippy/commit/b2d71ebee6bec5813da930e4f907d445cc1282ee))
14+
* **hippy-vue:** remove vue other attributes converted to number ([8ce311a](https://github.com/Tencent/Hippy/commit/8ce311a175ea1616168e3621e1c43a3eef9a1b30))
15+
* **ios:** crash fixed,improve stability ([#1042](https://github.com/Tencent/Hippy/issues/1042)) ([383daba](https://github.com/Tencent/Hippy/commit/383daba3a6b947f7bdd0027e8c028c194f0d1a89))
16+
* **ios:** fix layout nan value ([7b394fb](https://github.com/Tencent/Hippy/commit/7b394fba92b663abba1ddbdcc5f6d77ceb6d63cd))
17+
* **ios:** ignore multiline property for password type textinput ([72c0879](https://github.com/Tencent/Hippy/commit/72c08794089fa821ce58c02db11e6b3b4f562c71))
18+
* **ios:** improve stability ([ec2686f](https://github.com/Tencent/Hippy/commit/ec2686f96ad5c9abcae09d03135f87c07b2d715a))
19+
20+
21+
### Features
22+
23+
* **core:** modify console module log level ([809627d](https://github.com/Tencent/Hippy/commit/809627dbdc3828026328342bdd8046886d9360c4))
24+
25+
26+
27+
28+
629
## [2.10.2](https://github.com/Tencent/Hippy/compare/2.10.1...2.10.2) (2021-11-02)
730

831

android/sdk/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ NDK_VERSION=21.4.7075529
2727

2828
#maven central sdk version
2929
#1.0.0-SNAPSHOT
30-
VERSION_NAME=2.10.2
30+
VERSION_NAME=2.10.3
3131
VERSION_CODE=1
3232

3333
#ABI

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.10.2'
12+
s.version = '2.10.3'
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
@@ -42,7 +42,7 @@
4242
NSString *const HippyJavaScriptDidFailToLoadNotification = @"HippyJavaScriptDidFailToLoadNotification";
4343
NSString *const HippyDidInitializeModuleNotification = @"HippyDidInitializeModuleNotification";
4444
NSString *const HippyBusinessDidLoadNotification = @"HippyBusinessDidLoadNotification";
45-
NSString *const _HippySDKVersion = @"2.10.2";
45+
NSString *const _HippySDKVersion = @"2.10.3";
4646

4747
static NSMutableArray<Class> *HippyModuleClasses;
4848
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.10.2"
6+
"version": "2.10.3"
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.10.3](https://github.com/Tencent/Hippy/tree/master/packages/hippy-debug-server/compare/2.10.2...2.10.3) (2021-11-16)
7+
8+
**Note:** Version bump only for package @hippy/debug-server
9+
10+
11+
12+
13+
614
## [2.10.2](https://github.com/Tencent/Hippy/tree/master/packages/hippy-debug-server/compare/2.10.1...2.10.2) (2021-11-02)
715

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

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.10.2",
3+
"version": "2.10.3",
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",

packages/hippy-react-web/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.10.3](https://github.com/Tencent/Hippy/tree/master/packages/hippy-react-web/compare/2.10.2...2.10.3) (2021-11-16)
7+
8+
**Note:** Version bump only for package @hippy/react-web
9+
10+
11+
12+
13+
614
## [2.10.2](https://github.com/Tencent/Hippy/tree/master/packages/hippy-react-web/compare/2.10.1...2.10.2) (2021-11-02)
715

816
**Note:** Version bump only for package @hippy/react-web

0 commit comments

Comments
 (0)