Skip to content

Commit 83ce95b

Browse files
committed
chore(release): released 2.1.1
1 parent ba8836d commit 83ce95b

File tree

26 files changed

+89
-18
lines changed

26 files changed

+89
-18
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.1.1](https://github.com/Tencent/Hippy/compare/2.1.0...2.1.1) (2020-11-11)
7+
8+
9+
### Bug Fixes
10+
11+
* **hippy-vue:** fixed focus event support for div ([#387](https://github.com/Tencent/Hippy/issues/387)) ([21d8b58](https://github.com/Tencent/Hippy/commit/21d8b58946f546bc2313c163818f525b0da8ef9a))
12+
* **hippy-vue:** fixed tryConvertNumber bug & some compatible issue ([ba8836d](https://github.com/Tencent/Hippy/commit/ba8836d9b3c3461f013d325c0e86c84233e3ede6))
13+
14+
15+
16+
617
# [2.1.0](https://github.com/Tencent/Hippy/compare/2.0.3...2.1.0) (2020-10-29)
718

819

android/sdk/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ publish {
511511
repoName = 'Hippy'
512512
groupId = 'com.tencent.hippy'
513513
artifactId = 'hippy-release'
514-
publishVersion = '2.1.0'
514+
publishVersion = '2.1.1'
515515
dryRun = false
516516
desc = 'Hippy library for Android'
517517
website = 'https://github.com/Tencent/Hippy'

core/napi/jsc/native-source-code-ios.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* js2cpp is maintenance by Hippy Team <[email protected]>
66
* Copyright © 2018-2020 Tencent. All rights reserved.
77
*
8-
* Generated at Thu Oct 29 2020 22:43:31 GMT+0800 (China Standard Time).
8+
* Generated at Wed Nov 11 2020 23:24:34 GMT+0800 (China Standard Time).
99
* DO NOT EDIT IT.
1010
*/
1111
#include "core/napi/native-source-code.h"

core/napi/v8/native-source-code-android.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* js2cpp is maintenance by Hippy Team <[email protected]>
66
* Copyright © 2018-2020 Tencent. All rights reserved.
77
*
8-
* Generated at Thu Oct 29 2020 22:43:31 GMT+0800 (China Standard Time).
8+
* Generated at Wed Nov 11 2020 23:24:34 GMT+0800 (China Standard Time).
99
* DO NOT EDIT IT.
1010
*/
1111
#include "core/napi/native-source-code.h"

hippy.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'hippy'
11-
s.version = '2.1.0'
11+
s.version = '2.1.1'
1212
s.summary = 'hippy lib for ios'
1313

1414
# 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
@@ -40,7 +40,7 @@
4040
NSString *const HippyJavaScriptDidFailToLoadNotification = @"HippyJavaScriptDidFailToLoadNotification";
4141
NSString *const HippyDidInitializeModuleNotification = @"HippyDidInitializeModuleNotification";
4242
NSString *const HippyBusinessDidLoadNotification = @"HippyBusinessDidLoadNotification";
43-
NSString *const _HippySDKVersion = @"2.1.0";
43+
NSString *const _HippySDKVersion = @"2.1.1";
4444

4545
static NSMutableArray<Class> *HippyModuleClasses;
4646
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.1.0"
6+
"version": "2.1.1"
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.1.1](https://github.com/Tencent/Hippy/tree/master/packages/hippy-debug-server/compare/2.1.0...2.1.1) (2020-11-11)
7+
8+
**Note:** Version bump only for package @hippy/debug-server
9+
10+
11+
12+
13+
614
# [2.1.0](https://github.com/Tencent/Hippy/tree/master/packages/hippy-debug-server/compare/2.0.3...2.1.0) (2020-10-29)
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.1.0",
3+
"version": "2.1.1",
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.1.1](https://github.com/Tencent/Hippy/tree/master/packages/hippy-react-web/compare/2.0.3...2.1.1) (2020-11-11)
7+
8+
**Note:** Version bump only for package @hippy/react-web
9+
10+
11+
12+
13+
614
# [2.1.0](https://github.com/Tencent/Hippy/tree/master/packages/hippy-react-web/compare/2.0.3...2.1.0) (2020-10-29)
715

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

0 commit comments

Comments
 (0)