Skip to content

Commit

Permalink
Merge pull request #176 from alioguzhan/release-please--branches--master
Browse files Browse the repository at this point in the history
chore(master): release 7.0.0
  • Loading branch information
alioguzhan authored Dec 30, 2024
2 parents 61ae00c + bec6a85 commit a3f3a88
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "6.0.0"
".": "7.0.0"
}
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

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

## [7.0.0](https://github.com/alioguzhan/react-editext/compare/v6.0.0...v7.0.0) (2024-12-30)


### ⚠ BREAKING CHANGES

* remove deprecated `mainContainerClassName` prop
* drop support for Node 14 and 16

### Bug Fixes

* wrong logic for editContainerClassName precedence ([b0cf594](https://github.com/alioguzhan/react-editext/commit/b0cf5946e55402a55f25f2cd1b0ba42b9efa5dd7))


### Miscellaneous Chores

* drop support for Node 14 and 16 ([ea71a3b](https://github.com/alioguzhan/react-editext/commit/ea71a3b41767290129e133eff88d3053597973f4))


### Code Refactoring

* remove deprecated `mainContainerClassName` prop ([d9ad9d4](https://github.com/alioguzhan/react-editext/commit/d9ad9d42b1d648e44c0d4b3cc75c6b7954282c8c))

## [6.0.0](https://github.com/alioguzhan/react-editext/compare/v5.1.0...v6.0.0) (2023-03-25)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-editext",
"version": "6.0.0",
"version": "7.0.0",
"description": "Editable Text Component for React Applications",
"keywords": [
"react",
Expand Down

0 comments on commit a3f3a88

Please sign in to comment.