Skip to content

Commit 08c986d

Browse files
authored
Merge pull request #18 from FrontEndDev-org/release-please--branches--v1.x--components--use-props
chore(v1.x): release 1.1.0
2 parents 5438531 + 8dc4df8 commit 08c986d

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/FrontEndDev-org/use-props/compare/v1.0.0...v1.1.0) (2023-10-26)
4+
5+
6+
### Features
7+
8+
* 增加 Props<P, E> 泛型,支持传入 Element 具体类型 ([e17b1ba](https://github.com/FrontEndDev-org/use-props/commit/e17b1bad678442690ab3288652bb6ad76b5d7861))
9+
10+
11+
### Bug Fixes
12+
13+
* 修复构建后类型不正确的问题 ([243c5d1](https://github.com/FrontEndDev-org/use-props/commit/243c5d1f9de0211dc0998ccd6bab8a4443c506cd))
14+
315
## 1.0.0 (2023-10-19)
416

517

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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "use-props",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "react useProps 方法,用于智能合并组件入参,方便组件开发",
55
"scripts": {
66
"prepare": "husky install",

0 commit comments

Comments
 (0)