Skip to content

Commit dcf0879

Browse files
authored
Merge pull request #30 from FrontEndDev-org/release-please--branches--v1.x--components--use-props
chore(v1.x): release 1.2.0
2 parents 090c3c9 + ffa3318 commit dcf0879

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

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

3+
## [1.2.0](https://github.com/FrontEndDev-org/use-props/compare/v1.1.0...v1.2.0) (2023-11-09)
4+
5+
6+
### Features
7+
8+
* 移除 type=module 声明 ([569c74c](https://github.com/FrontEndDev-org/use-props/commit/569c74ce677c6ad6207afd659ae4947698b3eea9))
9+
* 类型优化 ([3cdfdc4](https://github.com/FrontEndDev-org/use-props/commit/3cdfdc4718730bda0bbf3da06209bcc8edc42a8d))
10+
311
## [1.1.0](https://github.com/FrontEndDev-org/use-props/compare/v1.0.0...v1.1.0) (2023-10-26)
412

513

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.1.0",
3+
"version": "1.2.0",
44
"description": "react useProps 方法,用于智能合并组件入参,方便组件开发",
55
"scripts": {
66
"prepare": "husky install",

0 commit comments

Comments
 (0)