Skip to content

Commit

Permalink
Upgrade to Storybook 8
Browse files Browse the repository at this point in the history
  • Loading branch information
hupf committed Mar 18, 2024
1 parent e5bce21 commit 34d87f5
Show file tree
Hide file tree
Showing 6 changed files with 977 additions and 2,593 deletions.
3 changes: 1 addition & 2 deletions .storybook/preview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ import type { Preview } from "@storybook/web-components";

const preview: Preview = {
parameters: {
actions: { argTypesRegex: "^on[A-Z].*" },
controls: {
matchers: {
color: /(background|color)$/i,
date: /Date$/,
date: /Date$/i,
},
},
},
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Puzzle Shell Changelog

# next

- Upgrade to Storybook 8

# 4.1.3

- Update dependencies (incl. Lit 3.1.2)
Expand Down
Loading

0 comments on commit 34d87f5

Please sign in to comment.