diff --git a/.changeset/fast-jokes-stare.md b/.changeset/fast-jokes-stare.md deleted file mode 100644 index 569dd59bb..000000000 --- a/.changeset/fast-jokes-stare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'sku': patch ---- - -Update `webpack-dev-server` to v5 diff --git a/.changeset/tidy-lamps-obey.md b/.changeset/tidy-lamps-obey.md deleted file mode 100644 index 2e9cc1118..000000000 --- a/.changeset/tidy-lamps-obey.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -'sku': patch ---- - -Stop passing `--quiet` flag to the Storybook CLI when running `sku storybook` - -This flag was added to suppress verbose CLI output, but as of [Storybook CLI v7.1.0][release notes] this also hides the dev server info which includes the URL to access the Storybook UI. - -The flag has now been removed to provide a better default experience when using the Storybook CLI. -Users can still pass `--quiet` to suppress verbose output if desired: - -```sh -pnpm run sku storybook --quiet -``` - -[release notes]: https://github.com/storybookjs/storybook/releases/tag/v7.1.0-alpha.38 diff --git a/packages/sku/CHANGELOG.md b/packages/sku/CHANGELOG.md index cfa9bdd47..1c1a3ca95 100644 --- a/packages/sku/CHANGELOG.md +++ b/packages/sku/CHANGELOG.md @@ -1,5 +1,24 @@ # sku +## 12.4.11 + +### Patch Changes + +- Update `webpack-dev-server` to v5 ([#930](https://github.com/seek-oss/sku/pull/930)) + +- Stop passing `--quiet` flag to the Storybook CLI when running `sku storybook` ([#929](https://github.com/seek-oss/sku/pull/929)) + + This flag was added to suppress verbose CLI output, but as of [Storybook CLI v7.1.0][release notes] this also hides the dev server info which includes the URL to access the Storybook UI. + + The flag has now been removed to provide a better default experience when using the Storybook CLI. + Users can still pass `--quiet` to suppress verbose output if desired: + + ```sh + pnpm run sku storybook --quiet + ``` + + [release notes]: https://github.com/storybookjs/storybook/releases/tag/v7.1.0-alpha.38 + ## 12.4.10 ### Patch Changes diff --git a/packages/sku/package.json b/packages/sku/package.json index cc51e88f5..3f14d465b 100644 --- a/packages/sku/package.json +++ b/packages/sku/package.json @@ -1,6 +1,6 @@ { "name": "sku", - "version": "12.4.10", + "version": "12.4.11", "description": "Front-end development toolkit, powered by Webpack, Babel, CSS Modules, Less and Jest", "main": "index.js", "bin": {