Skip to content

Commit 2b3ac41

Browse files
committed
chore(release): released 3.3.7
1 parent 970e546 commit 2b3ac41

File tree

38 files changed

+144
-35
lines changed

38 files changed

+144
-35
lines changed

driver/js/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+
## [3.3.7](https://github.com/Tencent/Hippy/compare/3.3.6...3.3.7) (2025-09-25)
7+
8+
9+
### Bug Fixes
10+
11+
* **android:** fix height param size of onContentChange event ([970e546](https://github.com/Tencent/Hippy/commit/970e546acfd8f356b621ae3fac34945d26072085))
12+
* **core:** vsync event used by frame is stopped by animation ending ([70877a5](https://github.com/Tencent/Hippy/commit/70877a59ebcb03bb028c9e78ef15c01352894de4))
13+
* **ios:** textColor not work for multiline textinput ([#4396](https://github.com/Tencent/Hippy/issues/4396)) ([2c076e7](https://github.com/Tencent/Hippy/commit/2c076e742d78e91d5d2f23311d49dccdf784d237))
14+
15+
16+
17+
18+
619
## [3.3.6](https://github.com/Tencent/Hippy/compare/3.3.5...3.3.6) (2025-08-25)
720

821

driver/js/lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"packages/*"
55
],
66
"tagVersionPrefix": "",
7-
"version": "3.3.6"
7+
"version": "3.3.7"
88
}

driver/js/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+
## [3.3.7](https://github.com/Tencent/Hippy/compare/3.3.6...3.3.7) (2025-09-25)
7+
8+
**Note:** Version bump only for package @hippy/react-web
9+
10+
11+
12+
13+
614
## [3.3.6](https://github.com/Tencent/Hippy/compare/3.3.5...3.3.6) (2025-08-25)
715

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

driver/js/packages/hippy-react-web/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

driver/js/packages/hippy-react-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hippy/react-web",
3-
"version": "3.3.6",
3+
"version": "3.3.7",
44
"description": "Web Adapter for Hippy React",
55
"main": "dist/cjs/index.js",
66
"module": "dist/index.js",

driver/js/packages/hippy-react/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+
## [3.3.7](https://github.com/Tencent/Hippy/compare/3.3.6...3.3.7) (2025-09-25)
7+
8+
**Note:** Version bump only for package @hippy/react
9+
10+
11+
12+
13+
614
## [3.3.6](https://github.com/Tencent/Hippy/compare/3.3.5...3.3.6) (2025-08-25)
715

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

driver/js/packages/hippy-react/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

driver/js/packages/hippy-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hippy/react",
3-
"version": "3.3.6",
3+
"version": "3.3.7",
44
"description": "Hippy react framework",
55
"main": "dist/index.js",
66
"homepage": "https://hippyjs.org",

driver/js/packages/hippy-vue-css-loader/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+
## [3.3.7](https://github.com/Tencent/Hippy/compare/3.3.6...3.3.7) (2025-09-25)
7+
8+
**Note:** Version bump only for package @hippy/vue-css-loader
9+
10+
11+
12+
13+
614
## [3.3.6](https://github.com/Tencent/Hippy/compare/3.3.5...3.3.6) (2025-08-25)
715

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

driver/js/packages/hippy-vue-css-loader/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)