Skip to content

Commit

Permalink
Version Packages (#931)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
seek-oss-ci and github-actions[bot] committed Mar 5, 2024
1 parent d2a267d commit 53898a8
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/fast-jokes-stare.md

This file was deleted.

16 changes: 0 additions & 16 deletions .changeset/tidy-lamps-obey.md

This file was deleted.

19 changes: 19 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion 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": {
Expand Down

0 comments on commit 53898a8

Please sign in to comment.