Skip to content

Commit c5d81a8

Browse files
committed
chore(release): released 2.17.1
1 parent 26f04c2 commit c5d81a8

33 files changed

+134
-164
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.17.1](https://github.com/Tencent/Hippy/compare/2.17.0...2.17.1) (2023-08-28)
7+
8+
9+
### Features
10+
11+
* **hippy-react:** modal visible default true and optional props ([#3446](https://github.com/Tencent/Hippy/issues/3446)) ([26f04c2](https://github.com/Tencent/Hippy/commit/26f04c2c238c0678e984a1423e5bd7dd2893525c))
12+
13+
14+
15+
16+
617
# [2.17.0](https://github.com/Tencent/Hippy/compare/2.16.5...2.17.0) (2023-08-07)
718

819

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

+3-3
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

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "2.17.0",
6+
"version": "2.17.1",
77
"tagVersionPrefix": ""
88
}

package-lock.json

+1-90
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/hippy-react-web/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.17.1](https://github.com/Tencent/Hippy/compare/2.17.0...2.17.1) (2023-08-28)
7+
8+
9+
### Features
10+
11+
* **hippy-react:** modal visible default true and optional props ([#3446](https://github.com/Tencent/Hippy/issues/3446)) ([26f04c2](https://github.com/Tencent/Hippy/commit/26f04c2c238c0678e984a1423e5bd7dd2893525c))
12+
13+
14+
15+
16+
617
# [2.17.0](https://github.com/Tencent/Hippy/compare/2.16.5...2.17.0) (2023-08-07)
718

819

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

+7-45
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/hippy-react-web/package.json

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

packages/hippy-react/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.17.1](https://github.com/Tencent/Hippy/compare/2.17.0...2.17.1) (2023-08-28)
7+
8+
9+
### Features
10+
11+
* **hippy-react:** modal visible default true and optional props ([#3446](https://github.com/Tencent/Hippy/issues/3446)) ([26f04c2](https://github.com/Tencent/Hippy/commit/26f04c2c238c0678e984a1423e5bd7dd2893525c))
12+
13+
14+
15+
16+
617
# [2.17.0](https://github.com/Tencent/Hippy/compare/2.16.5...2.17.0) (2023-08-07)
718

819

0 commit comments

Comments
 (0)