Skip to content

Commit

Permalink
chore(release): released 2.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zoomchan-cxj committed Oct 12, 2021
1 parent a5184cf commit f31a9e8
Show file tree
Hide file tree
Showing 28 changed files with 124 additions and 38 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.9.2](https://github.com/Tencent/Hippy/compare/2.9.1...2.9.2) (2021-10-12)


### Bug Fixes

* **hippy-debug-server:** change child_process to cross-spawn ([870ab07](https://github.com/Tencent/Hippy/commit/870ab07d3592eb1865e40cfca617b6b338a4f711))
* **hippy-vue:** update ava package to safe ver ([e9752b4](https://github.com/Tencent/Hippy/commit/e9752b494c66a49938575fd32e9f9234ef643d1f))
* **ios:** also check root tag for touch handler ([58feddf](https://github.com/Tencent/Hippy/commit/58feddf981f3bdd4ae944bc9d323941d247b294b))
* **ios:** fix a potential crash due to null pointer ([#985](https://github.com/Tencent/Hippy/issues/985)) ([77545f2](https://github.com/Tencent/Hippy/commit/77545f21a64d5e624f77104ad3aca4bc88320ba7))
* **ios:** fix potential multi-thread crash ([e2faa1d](https://github.com/Tencent/Hippy/commit/e2faa1dae532f5154b5aa5f4bddc1aa2bbda3484))
* **ios:** fix scroll animation in ios15 ([c31f25e](https://github.com/Tencent/Hippy/commit/c31f25e2d86b56514296a992af39435897db9e09))
* **ios:** improve stability for vfs module ([888d408](https://github.com/Tencent/Hippy/commit/888d408860811317ac0764fd357b6aa3f017f1d7))
* **ios:** improve stability for websocket module ([d5595ea](https://github.com/Tencent/Hippy/commit/d5595ea2f9a9b7a404bbcce27addce7937f93e34))
* **ios:** reset tableview top padding to zero in ios15 ([#1000](https://github.com/Tencent/Hippy/issues/1000)) ([a5184cf](https://github.com/Tencent/Hippy/commit/a5184cfe5d4777ede135cdff52da23ab5b59f89a))
* **vue-example:** fix loop animation height ([dc3d948](https://github.com/Tencent/Hippy/commit/dc3d948b836bcab5a9f7c35ee0be840f4a050b3c))
* **vue-example:** fix loop animation height ([f7dad4d](https://github.com/Tencent/Hippy/commit/f7dad4d53039a74c3550f6c53bb8408e08a107d9))





## [2.9.1](https://github.com/Tencent/Hippy/compare/2.9.0...2.9.1) (2021-09-24)


Expand Down
2 changes: 1 addition & 1 deletion android/sdk/gradle.properties
Expand Up @@ -27,7 +27,7 @@ NDK_VERSION=21.4.7075529

#maven central sdk version
#1.0.0-SNAPSHOT
VERSION_NAME=2.9.1
VERSION_NAME=2.9.2
VERSION_CODE=1

#ABI
Expand Down
2 changes: 1 addition & 1 deletion examples/android-demo/res/index.android.js

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions examples/android-demo/res/vendor.android.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/ios-demo/res/index.ios.js

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions examples/ios-demo/res/vendor.ios.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion hippy.podspec
Expand Up @@ -9,7 +9,7 @@
Pod::Spec.new do |s|
puts 'hippy.podspec read begins'
s.name = 'hippy'
s.version = '2.9.1'
s.version = '2.9.2'
s.summary = 'Hippy library for iOS'

# This description is used to generate tags and improve search results.
Expand Down
2 changes: 1 addition & 1 deletion ios/sdk/base/HippyBridge.mm
Expand Up @@ -42,7 +42,7 @@
NSString *const HippyJavaScriptDidFailToLoadNotification = @"HippyJavaScriptDidFailToLoadNotification";
NSString *const HippyDidInitializeModuleNotification = @"HippyDidInitializeModuleNotification";
NSString *const HippyBusinessDidLoadNotification = @"HippyBusinessDidLoadNotification";
NSString *const _HippySDKVersion = @"2.9.1";
NSString *const _HippySDKVersion = @"2.9.2";

static NSMutableArray<Class> *HippyModuleClasses;
NSArray<Class> *HippyGetModuleClasses(void) {
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "2.9.1"
"version": "2.9.2"
}
11 changes: 11 additions & 0 deletions packages/hippy-debug-server/CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.9.2](https://github.com/Tencent/Hippy/tree/master/packages/hippy-debug-server/compare/2.9.1...2.9.2) (2021-10-12)


### Bug Fixes

* **hippy-debug-server:** change child_process to cross-spawn ([870ab07](https://github.com/Tencent/Hippy/tree/master/packages/hippy-debug-server/commit/870ab07d3592eb1865e40cfca617b6b338a4f711))





## [2.9.1](https://github.com/Tencent/Hippy/tree/master/packages/hippy-debug-server/compare/2.9.0...2.9.1) (2021-09-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/hippy-debug-server/package.json
@@ -1,6 +1,6 @@
{
"name": "@hippy/debug-server",
"version": "2.9.1",
"version": "2.9.2",
"description": "Dev server for hippy-core.",
"repository": "https://github.com/Tencent/Hippy/tree/master/packages/hippy-debug-server",
"homepage": "http://hippyjs.org",
Expand Down
8 changes: 8 additions & 0 deletions packages/hippy-react-web/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.9.2](https://github.com/Tencent/Hippy/tree/master/packages/hippy-react-web/compare/2.9.1...2.9.2) (2021-10-12)

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





## [2.9.1](https://github.com/Tencent/Hippy/tree/master/packages/hippy-react-web/compare/2.9.0...2.9.1) (2021-09-24)

**Note:** Version bump only for package @hippy/react-web
Expand Down
2 changes: 1 addition & 1 deletion packages/hippy-react-web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/hippy-react-web/package.json
@@ -1,6 +1,6 @@
{
"name": "@hippy/react-web",
"version": "2.9.1",
"version": "2.9.2",
"description": "Web Adapter for Hippy React",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/hippy-react/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.9.2](https://github.com/Tencent/Hippy/tree/master/packages/hippy-react/compare/2.9.1...2.9.2) (2021-10-12)

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





## [2.9.1](https://github.com/Tencent/Hippy/tree/master/packages/hippy-react/compare/2.9.0...2.9.1) (2021-09-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/hippy-react/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/hippy-react/package.json
@@ -1,6 +1,6 @@
{
"name": "@hippy/react",
"version": "2.9.1",
"version": "2.9.2",
"description": "Hippy react framework",
"main": "dist/index.js",
"homepage": "http://hippyjs.org",
Expand Down
11 changes: 11 additions & 0 deletions packages/hippy-vue-css-loader/CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.9.2](https://github.com/Tencent/Hippy/tree/master/packages/hippy-vue-css-loader/compare/2.9.1...2.9.2) (2021-10-12)


### Bug Fixes

* **hippy-vue:** update ava package to safe ver ([e9752b4](https://github.com/Tencent/Hippy/tree/master/packages/hippy-vue-css-loader/commit/e9752b494c66a49938575fd32e9f9234ef643d1f))





## [2.9.1](https://github.com/Tencent/Hippy/tree/master/packages/hippy-vue-css-loader/compare/2.9.0...2.9.1) (2021-09-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/hippy-vue-css-loader/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/hippy-vue-css-loader/package.json
@@ -1,6 +1,6 @@
{
"name": "@hippy/vue-css-loader",
"version": "2.9.1",
"version": "2.9.2",
"description": "hippy-vue style loader module for webpack",
"main": "dist/index.js",
"homepage": "http://hippyjs.org",
Expand Down
8 changes: 8 additions & 0 deletions packages/hippy-vue-native-components/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.9.2](https://github.com/Tencent/Hippy/tree/master/packages/hippy-vue-native-components/compare/2.9.1...2.9.2) (2021-10-12)

**Note:** Version bump only for package @hippy/vue-native-components





## [2.9.1](https://github.com/Tencent/Hippy/tree/master/packages/hippy-vue-native-components/compare/2.9.0...2.9.1) (2021-09-24)

**Note:** Version bump only for package @hippy/vue-native-components
Expand Down
2 changes: 1 addition & 1 deletion packages/hippy-vue-native-components/package.json
@@ -1,6 +1,6 @@
{
"name": "@hippy/vue-native-components",
"version": "2.9.1",
"version": "2.9.2",
"description": "Native components middleware for Hippy-Vue, the components only for native, can't compatible with web.",
"main": "dist/index.js",
"homepage": "http://hippyjs.org",
Expand Down
8 changes: 8 additions & 0 deletions packages/hippy-vue-router/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.9.2](https://github.com/Tencent/Hippy/tree/master/packages/hippy-vue-router/compare/2.9.1...2.9.2) (2021-10-12)

**Note:** Version bump only for package @hippy/vue-router





## [2.9.1](https://github.com/Tencent/Hippy/tree/master/packages/hippy-vue-router/compare/2.9.0...2.9.1) (2021-09-24)

**Note:** Version bump only for package @hippy/vue-router
Expand Down
2 changes: 1 addition & 1 deletion packages/hippy-vue-router/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/hippy-vue-router/package.json
@@ -1,6 +1,6 @@
{
"name": "@hippy/vue-router",
"version": "2.9.1",
"version": "2.9.2",
"description": "Official router for hippy-vue",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/hippy-vue/CHANGELOG.md
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.9.2](https://github.com/Tencent/Hippy/tree/master/packages/hippy-vue/compare/2.9.1...2.9.2) (2021-10-12)


### Bug Fixes

* **hippy-vue:** update ava package to safe ver ([e9752b4](https://github.com/Tencent/Hippy/tree/master/packages/hippy-vue/commit/e9752b494c66a49938575fd32e9f9234ef643d1f))





## [2.9.1](https://github.com/Tencent/Hippy/tree/master/packages/hippy-vue/compare/2.9.0...2.9.1) (2021-09-24)

**Note:** Version bump only for package @hippy/vue
Expand Down
2 changes: 1 addition & 1 deletion packages/hippy-vue/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/hippy-vue/package.json
@@ -1,6 +1,6 @@
{
"name": "@hippy/vue",
"version": "2.9.1",
"version": "2.9.2",
"description": "Vue binding for Hippy native framework",
"author": "XQ Kuang <x@kxq.io>",
"license": "Apache-2.0",
Expand Down

0 comments on commit f31a9e8

Please sign in to comment.