Skip to content

Commit 0471865

Browse files
authored
Merge pull request #185 from alioguzhan/release-please--branches--master
chore(master): release 7.1.0
2 parents 3761dca + d19ba07 commit 0471865

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "7.0.0"
2+
".": "7.1.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [7.1.0](https://github.com/alioguzhan/react-editext/compare/v7.0.0...v7.1.0) (2025-07-27)
6+
7+
8+
### Features
9+
10+
* add `buttonsContainerProps` ([386a905](https://github.com/alioguzhan/react-editext/commit/386a905fde4f7765ab3c4f0176119c49b0904aab))
11+
12+
13+
### Bug Fixes
14+
15+
* add missing `buttonContainer` editext attribute ([386a905](https://github.com/alioguzhan/react-editext/commit/386a905fde4f7765ab3c4f0176119c49b0904aab))
16+
517
## [7.0.0](https://github.com/alioguzhan/react-editext/compare/v6.0.0...v7.0.0) (2024-12-30)
618

719

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-editext",
3-
"version": "7.0.0",
3+
"version": "7.1.0",
44
"description": "Editable Text Component for React Applications",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)