Skip to content

Commit

Permalink
chore(release): released 2.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zoomchan-cxj committed Feb 28, 2022
1 parent a1fb410 commit 86804e5
Show file tree
Hide file tree
Showing 30 changed files with 103 additions and 27 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.12.3](https://github.com/Tencent/Hippy/compare/2.12.2...2.12.3) (2022-02-28)


### Bug Fixes

* **android:** use context.getResources() get windowDisplayMetrics ([a1fb410](https://github.com/Tencent/Hippy/commit/a1fb410d2a0526c36c8ea0dab3e5dd18f28c6286))
* **core:** fix parse uri crash ([c77a853](https://github.com/Tencent/Hippy/commit/c77a853315b7de63330f79332b7c19ad98b9532f))





## [2.12.2](https://github.com/Tencent/Hippy/compare/2.12.1...2.12.2) (2022-01-26)


Expand Down
2 changes: 1 addition & 1 deletion android/sdk/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ NDK_VERSION=23.1.7779620
# Equals to setting android.defaultConfig.versionCode and versionName property
# in the build.gradle file.
#
VERSION_NAME=2.12.2
VERSION_NAME=2.12.3
VERSION_CODE=1

#
Expand Down
12 changes: 6 additions & 6 deletions core/src/napi/jsc/native_source_code_ios.cc

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions core/src/napi/v8/native_source_code_android.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
*
* The file is generated by js2cpp for Hippy.
* js2cpp is maintenance by Hippy Team <[email protected]>
* Copyright © 2018-2021 Tencent. All rights reserved.
* Copyright © 2018-2022 Tencent. All rights reserved.
*
* Generated at Mon Dec 06 2021 17:15:09 GMT+0800 (China Standard Time).
* Generated at Mon Feb 28 2022 09:51:45 GMT+0800 (China Standard Time).
* DO NOT EDIT IT.
*/

Expand Down
2 changes: 1 addition & 1 deletion hippy.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Pod::Spec.new do |s|
puts 'hippy.podspec read begins'
s.name = 'hippy'
s.version = '2.12.2'
s.version = '2.12.3'
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
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
NSString *const HippyJavaScriptDidFailToLoadNotification = @"HippyJavaScriptDidFailToLoadNotification";
NSString *const HippyDidInitializeModuleNotification = @"HippyDidInitializeModuleNotification";
NSString *const HippyBusinessDidLoadNotification = @"HippyBusinessDidLoadNotification";
NSString *const _HippySDKVersion = @"2.12.2";
NSString *const _HippySDKVersion = @"2.12.3";

static NSMutableArray<Class> *HippyModuleClasses;
NSArray<Class> *HippyGetModuleClasses(void) {
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "2.12.2"
"version": "2.12.3"
}
8 changes: 8 additions & 0 deletions packages/hippy-debug-server/CHANGELOG.md
Original file line number Diff line number Diff line change
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.12.3](https://github.com/Tencent/Hippy/compare/2.12.2...2.12.3) (2022-02-28)

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





## [2.12.2](https://github.com/Tencent/Hippy/tree/master/packages/hippy-debug-server/compare/2.12.1...2.12.2) (2022-01-26)

**Note:** Version bump only for package @hippy/debug-server
Expand Down
2 changes: 1 addition & 1 deletion packages/hippy-debug-server/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-debug-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hippy/debug-server",
"version": "2.12.2",
"version": "2.12.3",
"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
Original file line number Diff line number Diff line change
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.12.3](https://github.com/Tencent/Hippy/compare/2.12.2...2.12.3) (2022-02-28)

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





## [2.12.2](https://github.com/Tencent/Hippy/tree/master/packages/hippy-react-web/compare/2.12.1...2.12.2) (2022-01-26)

**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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hippy/react-web",
"version": "2.12.2",
"version": "2.12.3",
"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
Original file line number Diff line number Diff line change
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.12.3](https://github.com/Tencent/Hippy/compare/2.12.2...2.12.3) (2022-02-28)

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





## [2.12.2](https://github.com/Tencent/Hippy/tree/master/packages/hippy-react/compare/2.12.1...2.12.2) (2022-01-26)


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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hippy/react",
"version": "2.12.2",
"version": "2.12.3",
"description": "Hippy react framework",
"main": "dist/index.js",
"homepage": "http://hippyjs.org",
Expand Down
8 changes: 8 additions & 0 deletions packages/hippy-vue-css-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
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.12.3](https://github.com/Tencent/Hippy/compare/2.12.2...2.12.3) (2022-02-28)

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





## [2.12.2](https://github.com/Tencent/Hippy/tree/master/packages/hippy-vue-css-loader/compare/2.12.1...2.12.2) (2022-01-26)

**Note:** Version bump only for package @hippy/vue-css-loader
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hippy/vue-css-loader",
"version": "2.12.2",
"version": "2.12.3",
"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-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
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.12.3](https://github.com/Tencent/Hippy/compare/2.12.2...2.12.3) (2022-02-28)

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





## [2.12.2](https://github.com/Tencent/Hippy/tree/master/packages/hippy-vue-loader/compare/2.12.1...2.12.2) (2022-01-26)

**Note:** Version bump only for package @hippy/vue-loader
Expand Down
2 changes: 1 addition & 1 deletion packages/hippy-vue-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-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hippy/vue-loader",
"version": "2.12.2",
"version": "2.12.3",
"description": "Vue single-file component loader for Webpack",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/hippy-vue-native-components/CHANGELOG.md
Original file line number Diff line number Diff line change
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.12.3](https://github.com/Tencent/Hippy/compare/2.12.2...2.12.3) (2022-02-28)

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





## [2.12.2](https://github.com/Tencent/Hippy/tree/master/packages/hippy-vue-native-components/compare/2.12.1...2.12.2) (2022-01-26)


Expand Down
2 changes: 1 addition & 1 deletion packages/hippy-vue-native-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hippy/vue-native-components",
"version": "2.12.2",
"version": "2.12.3",
"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
Original file line number Diff line number Diff line change
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.12.3](https://github.com/Tencent/Hippy/compare/2.12.2...2.12.3) (2022-02-28)

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





## [2.12.2](https://github.com/Tencent/Hippy/tree/master/packages/hippy-vue-router/compare/2.12.1...2.12.2) (2022-01-26)

**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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hippy/vue-router",
"version": "2.12.2",
"version": "2.12.3",
"description": "Official router for hippy-vue",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/hippy-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
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.12.3](https://github.com/Tencent/Hippy/compare/2.12.2...2.12.3) (2022-02-28)

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





## [2.12.2](https://github.com/Tencent/Hippy/tree/master/packages/hippy-vue/compare/2.12.1...2.12.2) (2022-01-26)

**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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hippy/vue",
"version": "2.12.2",
"version": "2.12.3",
"description": "Vue binding for Hippy native framework",
"author": "XQ Kuang <[email protected]>",
"license": "Apache-2.0",
Expand Down

0 comments on commit 86804e5

Please sign in to comment.