Skip to content

Commit 36cd615

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.2.1...v2.0.0) (2025-01-27) ### Features * adding feature to the component be uncontrolled ([cf945b9](cf945b9)) * extends type from React.InputHTMLAttributes<HTMLInputElement> ([662d82d](662d82d)) ### BREAKING CHANGES * onInputChange is now onChange
1 parent 821b9a1 commit 36cd615

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [2.0.0](https://github.com/matheusrocha89/react-click-edit/compare/v1.2.1...v2.0.0) (2025-01-27)
2+
3+
4+
### Features
5+
6+
* adding feature to the component be uncontrolled ([cf945b9](https://github.com/matheusrocha89/react-click-edit/commit/cf945b975bb39404c6a01b783ca7855256069e51))
7+
* extends type from React.InputHTMLAttributes<HTMLInputElement> ([662d82d](https://github.com/matheusrocha89/react-click-edit/commit/662d82d4affa6d516d4618d8ab4f79d544911241))
8+
9+
10+
### BREAKING CHANGES
11+
12+
* onInputChange is now onChange
13+
114
## [1.2.1](https://github.com/matheusrocha89/react-click-edit/compare/v1.2.0...v1.2.1) (2025-01-23)
215

316

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": "@nobrainers/react-click-edit",
3-
"version": "1.2.1",
3+
"version": "2.0.0",
44
"description": "No Brainer input click to edit",
55
"main": "dist/click-edit.umd.js",
66
"module": "dist/click-edit.es.js",

0 commit comments

Comments
 (0)