Skip to content

Commit 5053118

Browse files
committed
chore(release): v5.0.3
1 parent 35154d9 commit 5053118

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

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

33
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
44

5+
#### [5.0.3](https://github.com/Raiper34/ngx-simple-text-editor/compare/5.0.2...5.0.3)
6+
7+
- fix(color-picker): attempt to fix nondeterministic color-picker bug logic rewriting [`14ca5c3`](https://github.com/Raiper34/ngx-simple-text-editor/commit/14ca5c3ef2ccda467f367afe275b1b76b3185870)
8+
59
#### [5.0.2](https://github.com/Raiper34/ngx-simple-text-editor/compare/5.0.1...5.0.2)
610

11+
> 9 January 2025
12+
713
- fix(editor): every click in the toolbar button has been performed form submission [`#24`](https://github.com/Raiper34/ngx-simple-text-editor/issues/24)
814

915
<!-- auto-changelog-above -->

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": "ngx-simple-text-editor-app",
3-
"version": "5.0.2",
3+
"version": "5.0.3",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",

projects/ngx-simple-text-editor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-simple-text-editor",
3-
"version": "5.0.2",
3+
"version": "5.0.3",
44
"description": "Ngx Simple Text editor or ST editor is a simple native text editor component for Angular 9+.",
55
"repository": "https://github.com/Raiper34/ngx-simple-text-editor",
66
"homepage": "https://ngx-simple-text-editor.netlify.app",

0 commit comments

Comments
 (0)