diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b7c5e34c..fb21acc77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 1.27.0 (2024-05-08) + +**Note:** Version bump only for package tui-editor + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + # 1.26.0 (2024-05-07) ### Bug Fixes diff --git a/lerna.json b/lerna.json index d1c60a58a..54c436662 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "1.26.0", + "version": "1.27.0", "packages": ["projects/*"], "concurrency": 1, "stream": true, diff --git a/package-lock.json b/package-lock.json index b8a29528d..9cc19b028 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44577,7 +44577,7 @@ }, "projects/tui-editor": { "name": "@tinkoff/tui-editor", - "version": "1.26.0", + "version": "1.27.0", "license": "Apache-2.0", "dependencies": { "@maskito/angular": "1.9.0", diff --git a/projects/tui-editor/CHANGELOG.md b/projects/tui-editor/CHANGELOG.md index 1a97357c9..0e9095fc9 100644 --- a/projects/tui-editor/CHANGELOG.md +++ b/projects/tui-editor/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 1.27.0 (2024-05-08) + +**Note:** Version bump only for package @tinkoff/tui-editor + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + # 1.26.0 (2024-05-07) ### Bug Fixes diff --git a/projects/tui-editor/package.json b/projects/tui-editor/package.json index 21ee5ff74..0df47984d 100644 --- a/projects/tui-editor/package.json +++ b/projects/tui-editor/package.json @@ -1,6 +1,6 @@ { "name": "@tinkoff/tui-editor", - "version": "1.26.0", + "version": "1.27.0", "description": "Rich text editor extension package for Taiga UI", "keywords": [ "angular",