diff --git a/.changeset/curvy-steaks-rush.md b/.changeset/curvy-steaks-rush.md deleted file mode 100644 index f70019a98..000000000 --- a/.changeset/curvy-steaks-rush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@frontify/guideline-blocks-settings": patch ---- - -feat(RTE): prevent text overflow from button diff --git a/packages/guideline-blocks-settings/CHANGELOG.md b/packages/guideline-blocks-settings/CHANGELOG.md index 9ea4171d1..9e81d9deb 100644 --- a/packages/guideline-blocks-settings/CHANGELOG.md +++ b/packages/guideline-blocks-settings/CHANGELOG.md @@ -1,5 +1,11 @@ # @frontify/guideline-blocks-settings +## 0.36.13 + +### Patch Changes + +- [#1173](https://github.com/Frontify/brand-sdk/pull/1173) [`9b3e98f`](https://github.com/Frontify/brand-sdk/commit/9b3e98f45fcbe920bed7e638c7422803696e2907) Thanks [@peter-tudosa](https://github.com/peter-tudosa)! - feat(RTE): prevent text overflow from button + ## 0.36.12 ### Patch Changes diff --git a/packages/guideline-blocks-settings/package.json b/packages/guideline-blocks-settings/package.json index bc1623c9e..7d34b1708 100644 --- a/packages/guideline-blocks-settings/package.json +++ b/packages/guideline-blocks-settings/package.json @@ -1,7 +1,7 @@ { "name": "@frontify/guideline-blocks-settings", "type": "module", - "version": "0.36.12", + "version": "0.36.13", "description": "Provides types and helpers for the guideline block development", "author": "Frontify Developers ", "repository": {