Skip to content

Commit

Permalink
Merge pull request #18 from FrontEndDev-org/release-please--branches-…
Browse files Browse the repository at this point in the history
…-v1.x--components--use-props

chore(v1.x): release 1.1.0
  • Loading branch information
cloudcome authored Oct 26, 2023
2 parents 5438531 + 8dc4df8 commit 08c986d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.1.0](https://github.com/FrontEndDev-org/use-props/compare/v1.0.0...v1.1.0) (2023-10-26)


### Features

* 增加 Props<P, E> 泛型,支持传入 Element 具体类型 ([e17b1ba](https://github.com/FrontEndDev-org/use-props/commit/e17b1bad678442690ab3288652bb6ad76b5d7861))


### Bug Fixes

* 修复构建后类型不正确的问题 ([243c5d1](https://github.com/FrontEndDev-org/use-props/commit/243c5d1f9de0211dc0998ccd6bab8a4443c506cd))

## 1.0.0 (2023-10-19)


Expand Down
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "use-props",
"version": "1.0.0",
"version": "1.1.0",
"description": "react useProps 方法,用于智能合并组件入参,方便组件开发",
"scripts": {
"prepare": "husky install",
Expand Down

0 comments on commit 08c986d

Please sign in to comment.