Skip to content

Commit 3c82037

Browse files
committed
chore(release): released 2.10.0
1 parent 6938ed8 commit 3c82037

File tree

28 files changed

+105
-24
lines changed

28 files changed

+105
-24
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.0](https://github.com/Tencent/Hippy/compare/2.9.2...2.10.0) (2021-10-12)
7+
8+
9+
### Features
10+
11+
* **core:** seperate console & ConsoleModule ([dd9d80a](https://github.com/Tencent/Hippy/commit/dd9d80a4e5bdf9048bf61f31866c59266e1aeaf6))
12+
* **hippy-react:** update react 17 ([df6bccb](https://github.com/Tencent/Hippy/commit/df6bccba5d6e74fcb88e343e77ff6425e46442f4))
13+
* **hippy-vue,hippy-react:** add text shadow ([a891690](https://github.com/Tencent/Hippy/commit/a8916904cca88f09bdee55511dce670bf09571fa))
14+
15+
16+
17+
18+
619
## [2.9.2](https://github.com/Tencent/Hippy/compare/2.9.1...2.9.2) (2021-10-12)
720

821

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.9.2
30+
VERSION_NAME=2.10.0
3131
VERSION_CODE=1
3232

3333
#ABI

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

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

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/index.ios.js

Lines changed: 1 addition & 1 deletion
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.9.2'
12+
s.version = '2.10.0'
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.9.2";
45+
NSString *const _HippySDKVersion = @"2.10.0";
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.9.2"
6+
"version": "2.10.0"
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.0](https://github.com/Tencent/Hippy/tree/master/packages/hippy-debug-server/compare/2.9.2...2.10.0) (2021-10-12)
7+
8+
**Note:** Version bump only for package @hippy/debug-server
9+
10+
11+
12+
13+
614
## [2.9.2](https://github.com/Tencent/Hippy/tree/master/packages/hippy-debug-server/compare/2.9.1...2.9.2) (2021-10-12)
715

816

0 commit comments

Comments
 (0)