Skip to content

Commit 5150d46

Browse files
authoredSep 6, 2022
Merge pull request #154 from alioguzhan/release-please--branches--master--components--react-editext
chore(master): release react-editext 5.0.1
2 parents d33fa64 + 627bd0b commit 5150d46

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed
 

‎.release-please-manifest.json

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

‎CHANGELOG.md

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

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

5+
## [5.0.1](https://github.com/alioguzhan/react-editext/compare/react-editext-v5.0.0...react-editext-v5.0.1) (2022-09-06)
6+
7+
8+
### Bug Fixes
9+
10+
* validation prop failed to validate when used with async/await ([c292e6e](https://github.com/alioguzhan/react-editext/commit/c292e6e5b9923896f05e0b7a3fea8790b8d5e1fb)), closes [#152](https://github.com/alioguzhan/react-editext/issues/152)
11+
512
## [5.0.0](https://github.com/alioguzhan/react-editext/compare/v4.2.1...v5.0.0) (2022-07-14)
613

714

‎package.json

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

0 commit comments

Comments
 (0)
Please sign in to comment.