Skip to content

Commit a3f3a88

Browse files
authoredDec 30, 2024··
Merge pull request #176 from alioguzhan/release-please--branches--master
chore(master): release 7.0.0
2 parents 61ae00c + bec6a85 commit a3f3a88

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed
 

‎.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "6.0.0"
2+
".": "7.0.0"
33
}

‎CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

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

5+
## [7.0.0](https://github.com/alioguzhan/react-editext/compare/v6.0.0...v7.0.0) (2024-12-30)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* remove deprecated `mainContainerClassName` prop
11+
* drop support for Node 14 and 16
12+
13+
### Bug Fixes
14+
15+
* wrong logic for editContainerClassName precedence ([b0cf594](https://github.com/alioguzhan/react-editext/commit/b0cf5946e55402a55f25f2cd1b0ba42b9efa5dd7))
16+
17+
18+
### Miscellaneous Chores
19+
20+
* drop support for Node 14 and 16 ([ea71a3b](https://github.com/alioguzhan/react-editext/commit/ea71a3b41767290129e133eff88d3053597973f4))
21+
22+
23+
### Code Refactoring
24+
25+
* remove deprecated `mainContainerClassName` prop ([d9ad9d4](https://github.com/alioguzhan/react-editext/commit/d9ad9d42b1d648e44c0d4b3cc75c6b7954282c8c))
26+
527
## [6.0.0](https://github.com/alioguzhan/react-editext/compare/v5.1.0...v6.0.0) (2023-03-25)
628

729

‎package.json

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

0 commit comments

Comments
 (0)
Please sign in to comment.