Skip to content

Releases: seek-oss/sku

[email protected]

25 Mar 04:57
e5710f4
Compare
Choose a tag to compare

Minor Changes

Patch Changes

  • Remove empty-dir dependency (#935)

  • Replace command-line-args with minimist for parsing CLI arguments (#940)

  • Emit incremental TypeScript build info for faster subsequent type checking (#938)

[email protected]

05 Mar 04:12
53898a8
Compare
Choose a tag to compare

Patch Changes

  • Update webpack-dev-server to v5 (#930)

  • Stop passing --quiet flag to the Storybook CLI when running sku storybook (#929)

    This flag was added to suppress verbose CLI output, but as of Storybook CLI v7.1.0 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:

    pnpm run sku storybook --quiet

[email protected]

01 Feb 00:18
cffd49e
Compare
Choose a tag to compare

Patch Changes

  • Update dependencies (#917)

[email protected]

23 Jan 06:07
0626fc9
Compare
Choose a tag to compare

Patch Changes

  • Report braid-design-system version via telemetry (#913)

[email protected]

16 Jan 02:11
fcd340c
Compare
Choose a tag to compare

Patch Changes

  • Fix running lint-staged when package.json files are staged (#918)

[email protected]

27 Nov 05:37
205a989
Compare
Choose a tag to compare

Patch Changes

  • Fixes a bug where .cjs and .mjs files were not being transpiled for browser targets (#906)

[email protected]

27 Nov 03:14
56f71e0
Compare
Choose a tag to compare

Patch Changes

  • Fix package manager detection in non-monorepos (#907)

[email protected]

23 Nov 05:14
5a3a780
Compare
Choose a tag to compare

Patch Changes

  • Bump some dependencies (#904)

[email protected]

20 Nov 04:29
8ad4bbf
Compare
Choose a tag to compare

Patch Changes

  • Remove node-emoji dependency (#902)

[email protected]

20 Nov 03:47
d787d50
Compare
Choose a tag to compare

Patch Changes

  • Asynchronously import node-emoji to fix ESM require issue (#900)