From fb20f2cb387dd59b35abbfff120b0b1f6397162c Mon Sep 17 00:00:00 2001 From: Gert Hengeveld Date: Fri, 10 Nov 2023 15:52:53 +0100 Subject: [PATCH 1/2] Fix changelog for 9.0.0 --- CHANGELOG.md | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70df983b9..e39a46d0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,27 +1,12 @@ -# v8.0.0 (Fri Nov 10 2023) - -#### 💥 Breaking Change - -- Drop official support for Node 14/16 [#839](https://github.com/chromaui/chromatic-cli/pull/839) ([@ghengeveld](https://github.com/ghengeveld)) +# v9.0.0 (Fri Nov 10 2023) #### 🚀 Enhancement - Support `projectId` + `userToken` as alternative to `projectToken` for auth [#852](https://github.com/chromaui/chromatic-cli/pull/852) ([@ghengeveld](https://github.com/ghengeveld)) -- Merge Group (Queues) GitHub Action Event Support [#825](https://github.com/chromaui/chromatic-cli/pull/825) ([@mhemmings](https://github.com/mhemmings) [@thafryer](https://github.com/thafryer)) -#### 🐛 Bug Fix - -- Bump browserify-sign from 4.2.1 to 4.2.2 [#848](https://github.com/chromaui/chromatic-cli/pull/848) ([@dependabot[bot]](https://github.com/dependabot[bot])) -- Bump semver from 7.3.5 to 7.5.2 [#778](https://github.com/chromaui/chromatic-cli/pull/778) ([@dependabot[bot]](https://github.com/dependabot[bot])) -- Bump browserify-sign from 4.2.1 to 4.2.2 in /subdir [#849](https://github.com/chromaui/chromatic-cli/pull/849) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@thafryer](https://github.com/thafryer)) -- Configure auto with `prerelease` setting and update readme [#847](https://github.com/chromaui/chromatic-cli/pull/847) ([@ghengeveld](https://github.com/ghengeveld)) - -#### Authors: 4 +#### Authors: 1 -- [@dependabot[bot]](https://github.com/dependabot[bot]) - Gert Hengeveld ([@ghengeveld](https://github.com/ghengeveld)) -- Jarel Fryer ([@thafryer](https://github.com/thafryer)) -- Mark Hemmings ([@mhemmings](https://github.com/mhemmings)) --- From cfc46741c2cbacf77b3999126ef1e767399b21bc Mon Sep 17 00:00:00 2001 From: Gert Hengeveld Date: Fri, 10 Nov 2023 15:53:51 +0100 Subject: [PATCH 2/2] Drop prerelease and graduation config for auto --- package.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/package.json b/package.json index 42154f030..436142879 100644 --- a/package.json +++ b/package.json @@ -203,11 +203,7 @@ "plugins": [ "npm", "released" - ], - "shipit": { - "onlyGraduateWithReleaseLabel": true, - "prerelease": true - } + ] }, "docs": "https://www.chromatic.com/docs/cli", "storybook": {