From 3c4e97d84b13002943898c8d7b9dd7777205cb7b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 14:11:40 +0200 Subject: [PATCH] chore: release packages (#561) Co-authored-by: fulopdaniel --- .changeset/curvy-keys-hide.md | 6 ------ .changeset/friendly-stingrays-jam.md | 5 ----- .changeset/twelve-clocks-decide.md | 6 ------ .changeset/wise-hotels-heal.md | 5 ----- packages/guideline-blocks-settings/CHANGELOG.md | 15 +++++++++++++++ packages/guideline-blocks-settings/package.json | 2 +- packages/sidebar-settings/CHANGELOG.md | 8 ++++++++ packages/sidebar-settings/package.json | 2 +- 8 files changed, 25 insertions(+), 24 deletions(-) delete mode 100644 .changeset/curvy-keys-hide.md delete mode 100644 .changeset/friendly-stingrays-jam.md delete mode 100644 .changeset/twelve-clocks-decide.md delete mode 100644 .changeset/wise-hotels-heal.md diff --git a/.changeset/curvy-keys-hide.md b/.changeset/curvy-keys-hide.md deleted file mode 100644 index 237512b9e..000000000 --- a/.changeset/curvy-keys-hide.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@frontify/guideline-blocks-settings": patch -"@frontify/sidebar-settings": patch ---- - -chore: bump fondue to v12.0.0-beta.319 diff --git a/.changeset/friendly-stingrays-jam.md b/.changeset/friendly-stingrays-jam.md deleted file mode 100644 index ae2804c1f..000000000 --- a/.changeset/friendly-stingrays-jam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@frontify/guideline-blocks-settings": patch ---- - -fix: button plugin add margins to button diff --git a/.changeset/twelve-clocks-decide.md b/.changeset/twelve-clocks-decide.md deleted file mode 100644 index 241e03706..000000000 --- a/.changeset/twelve-clocks-decide.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@frontify/guideline-blocks-settings": patch -"@frontify/sidebar-settings": patch ---- - -chore: bump fondue to v12.0.0-beta.321 diff --git a/.changeset/wise-hotels-heal.md b/.changeset/wise-hotels-heal.md deleted file mode 100644 index a315124db..000000000 --- a/.changeset/wise-hotels-heal.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@frontify/guideline-blocks-settings": patch ---- - -fix(RTE): edit modal styles can be invisible diff --git a/packages/guideline-blocks-settings/CHANGELOG.md b/packages/guideline-blocks-settings/CHANGELOG.md index 999b6e049..684dc39db 100644 --- a/packages/guideline-blocks-settings/CHANGELOG.md +++ b/packages/guideline-blocks-settings/CHANGELOG.md @@ -1,5 +1,20 @@ # @frontify/guideline-blocks-settings +## 0.29.6 + +### Patch Changes + +- [#560](https://github.com/Frontify/brand-sdk/pull/560) [`7460f29`](https://github.com/Frontify/brand-sdk/commit/7460f298fa346f89da7de2a0465c12c077e22f05) Thanks [@ragi96](https://github.com/ragi96)! - chore: bump fondue to v12.0.0-beta.319 + +- [#559](https://github.com/Frontify/brand-sdk/pull/559) [`0a75910`](https://github.com/Frontify/brand-sdk/commit/0a75910955da33d6866af1f42e82280f64118701) Thanks [@ragi96](https://github.com/ragi96)! - fix: button plugin add margins to button + +- [#564](https://github.com/Frontify/brand-sdk/pull/564) [`3684397`](https://github.com/Frontify/brand-sdk/commit/368439792d855bbc5117f97931b7d52f75295677) Thanks [@ragi96](https://github.com/ragi96)! - chore: bump fondue to v12.0.0-beta.321 + +- [#563](https://github.com/Frontify/brand-sdk/pull/563) [`c3b2f6c`](https://github.com/Frontify/brand-sdk/commit/c3b2f6cb86844a10cc7ff2d4ef8802945d5d1e5b) Thanks [@fulopdaniel](https://github.com/fulopdaniel)! - fix(RTE): edit modal styles can be invisible + +- Updated dependencies [[`7460f29`](https://github.com/Frontify/brand-sdk/commit/7460f298fa346f89da7de2a0465c12c077e22f05), [`3684397`](https://github.com/Frontify/brand-sdk/commit/368439792d855bbc5117f97931b7d52f75295677)]: + - @frontify/sidebar-settings@0.6.9 + ## 0.29.5 ### Patch Changes diff --git a/packages/guideline-blocks-settings/package.json b/packages/guideline-blocks-settings/package.json index 9d4eb2cfc..a4642a608 100644 --- a/packages/guideline-blocks-settings/package.json +++ b/packages/guideline-blocks-settings/package.json @@ -1,6 +1,6 @@ { "name": "@frontify/guideline-blocks-settings", - "version": "0.29.5", + "version": "0.29.6", "description": "Provides types and helpers for the guideline block development", "sideEffects": false, "main": "dist/index.umd.js", diff --git a/packages/sidebar-settings/CHANGELOG.md b/packages/sidebar-settings/CHANGELOG.md index 8d11d6d29..ccb1b148a 100644 --- a/packages/sidebar-settings/CHANGELOG.md +++ b/packages/sidebar-settings/CHANGELOG.md @@ -1,5 +1,13 @@ # @frontify/sidebar-settings +## 0.6.9 + +### Patch Changes + +- [#560](https://github.com/Frontify/brand-sdk/pull/560) [`7460f29`](https://github.com/Frontify/brand-sdk/commit/7460f298fa346f89da7de2a0465c12c077e22f05) Thanks [@ragi96](https://github.com/ragi96)! - chore: bump fondue to v12.0.0-beta.319 + +- [#564](https://github.com/Frontify/brand-sdk/pull/564) [`3684397`](https://github.com/Frontify/brand-sdk/commit/368439792d855bbc5117f97931b7d52f75295677) Thanks [@ragi96](https://github.com/ragi96)! - chore: bump fondue to v12.0.0-beta.321 + ## 0.6.8 ### Patch Changes diff --git a/packages/sidebar-settings/package.json b/packages/sidebar-settings/package.json index e73dc8682..490a09b33 100644 --- a/packages/sidebar-settings/package.json +++ b/packages/sidebar-settings/package.json @@ -1,6 +1,6 @@ { "name": "@frontify/sidebar-settings", - "version": "0.6.8", + "version": "0.6.9", "description": "Provides types and helpers for the settings sidebar", "sideEffects": false, "main": "dist/index.umd.js",