diff --git a/.changeset/mighty-bananas-work.md b/.changeset/mighty-bananas-work.md deleted file mode 100644 index ff5d0d0cd..000000000 --- a/.changeset/mighty-bananas-work.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@frontify/frontify-cli": minor ---- - -fix: to make the OAuth login functionality to work. No action needed. diff --git a/.changeset/wicked-bananas-wait.md b/.changeset/wicked-bananas-wait.md deleted file mode 100644 index e1ef0b063..000000000 --- a/.changeset/wicked-bananas-wait.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@frontify/guideline-blocks-settings": major ---- - -feat: breaking change to bump the package to the latest fondue v13 diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index ee45e9968..5ed1a2e4c 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # @frontify/frontify-cli +## 5.10.0 + +### Minor Changes + +- [#1401](https://github.com/Frontify/brand-sdk/pull/1401) [`316b1f7`](https://github.com/Frontify/brand-sdk/commit/316b1f78bdb24b2061d2ead99e9dfc63414f68e8) Thanks [@michael-georgiadis](https://github.com/michael-georgiadis)! - fix: to make the OAuth login functionality to work. No action needed. + ## 5.9.5 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index e12b28753..39ba231e4 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@frontify/frontify-cli", "type": "module", - "version": "5.9.5", + "version": "5.10.0", "author": "Frontify Developers ", "repository": { "type": "git", diff --git a/packages/guideline-blocks-settings/CHANGELOG.md b/packages/guideline-blocks-settings/CHANGELOG.md index 1dd83687c..989f7643c 100644 --- a/packages/guideline-blocks-settings/CHANGELOG.md +++ b/packages/guideline-blocks-settings/CHANGELOG.md @@ -1,5 +1,11 @@ # @frontify/guideline-blocks-settings +## 2.0.0 + +### Major Changes + +- [#1409](https://github.com/Frontify/brand-sdk/pull/1409) [`c06f65b`](https://github.com/Frontify/brand-sdk/commit/c06f65b205d7cf2308d380671cc038f4e274fd2f) Thanks [@ragi96](https://github.com/ragi96)! - feat: breaking change to bump the package to the latest fondue v13 + ## 1.0.13-alpha.11 ### Patch Changes diff --git a/packages/guideline-blocks-settings/package.json b/packages/guideline-blocks-settings/package.json index ae9b1acfe..62fb1b8d3 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": "1.0.13", + "version": "2.0.0", "description": "Provides types and helpers for the guideline block development", "author": "Frontify Developers ", "repository": {