Skip to content

Commit

Permalink
chore(release): publish @tinkoff/tui-editor
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga-family-bot committed Aug 19, 2024
1 parent b392e94 commit 92f33cf
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.60.0](https://github.com/taiga-family/tui-editor/compare/v1.59.0...v1.60.0) (2024-08-19)

### Bug Fixes

- click on label doesn't allow to type text
([b392e94](https://github.com/taiga-family/tui-editor/commit/b392e94f175e8d2403db1e06667c0c0b30cb05d1))

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.59.0](https://github.com/taiga-family/tui-editor/compare/v1.58.0...v1.59.0) (2024-08-15)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "1.59.0",
"version": "1.60.0",
"packages": ["projects/*"],
"concurrency": 1,
"stream": true,
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions projects/tui-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.60.0](https://github.com/taiga-family/tui-editor/compare/v1.59.0...v1.60.0) (2024-08-19)

### Bug Fixes

- click on label doesn't allow to type text
([b392e94](https://github.com/taiga-family/tui-editor/commit/b392e94f175e8d2403db1e06667c0c0b30cb05d1))

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.59.0](https://github.com/taiga-family/tui-editor/compare/v1.58.0...v1.59.0) (2024-08-15)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion projects/tui-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tinkoff/tui-editor",
"version": "1.59.0",
"version": "1.60.0",
"description": "Rich text editor extension package for Taiga UI",
"keywords": [
"angular",
Expand Down

0 comments on commit 92f33cf

Please sign in to comment.