Skip to content

Commit 24df0ad

Browse files
committed
chore(release): released 2.8.4
1 parent 9837afa commit 24df0ad

File tree

26 files changed

+97
-22
lines changed

26 files changed

+97
-22
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.8.4](https://github.com/Tencent/Hippy/compare/2.8.3...2.8.4) (2021-08-13)
7+
8+
9+
### Bug Fixes
10+
11+
* **android:** fixed gradle config ([9837afa](https://github.com/Tencent/Hippy/commit/9837afa2dc172a9ba63bac46fbf6bb19b5c5a8f4))
12+
13+
14+
### Features
15+
16+
* **hippy-react:** add nativeNode attributes info for debugging ([#923](https://github.com/Tencent/Hippy/issues/923)) ([6af97f7](https://github.com/Tencent/Hippy/commit/6af97f72872024b17e65f2c81aff66788bbd7e93))
17+
18+
19+
20+
21+
622
## [2.8.3](https://github.com/Tencent/Hippy/compare/2.8.2...2.8.3) (2021-08-12)
723

824

android/sdk/gradle.properties

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

2626
#maven central sdk version
2727
#1.0.0-SNAPSHOT
28-
VERSION_NAME=2.8.3
28+
VERSION_NAME=2.8.4
2929
VERSION_CODE=1
3030

3131
#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.8.3'
12+
s.version = '2.8.4'
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.8.3";
45+
NSString *const _HippySDKVersion = @"2.8.4";
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.8.3"
6+
"version": "2.8.4"
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.8.4](https://github.com/Tencent/Hippy/tree/master/packages/hippy-debug-server/compare/2.8.3...2.8.4) (2021-08-13)
7+
8+
**Note:** Version bump only for package @hippy/debug-server
9+
10+
11+
12+
13+
614
## [2.8.3](https://github.com/Tencent/Hippy/tree/master/packages/hippy-debug-server/compare/2.8.2...2.8.3) (2021-08-12)
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.8.3",
3+
"version": "2.8.4",
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.8.4](https://github.com/Tencent/Hippy/tree/master/packages/hippy-react-web/compare/2.8.3...2.8.4) (2021-08-13)
7+
8+
**Note:** Version bump only for package @hippy/react-web
9+
10+
11+
12+
13+
614
## [2.8.3](https://github.com/Tencent/Hippy/tree/master/packages/hippy-react-web/compare/2.8.2...2.8.3) (2021-08-12)
715

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

0 commit comments

Comments
 (0)