Skip to content

Commit

Permalink
Update Storyteller to v0.6.0 (#307)
Browse files Browse the repository at this point in the history
# Problem

Storyteller has some updates for nameless storybooks and a QOL change to
useStorybooks that we'd like to consume

# Solution

Bumped Storyteller to v0.6.0 and updated usage of useStorybooks to be
compatible

# Checklist

- [x] Ran `lune run test` locally before merging
  • Loading branch information
vocksel authored Dec 12, 2024
1 parent 56e3e95 commit 42e091c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Plugin/PluginApp.luau
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ local function App(props: Props)
Sidebar = React.createElement(Sidebar, {
selectStory = selectStory,
selectStorybook = selectStorybook,
storybooks = storybooks,
storybooks = storybooks.available,
}),
}),

Expand Down
2 changes: 1 addition & 1 deletion wally.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ exclude = ["*"]

[dependencies]
ModuleLoader = "flipbook-labs/[email protected]"
Storyteller = "flipbook-labs/storyteller@0.5.0"
Storyteller = "flipbook-labs/storyteller@0.6.0"
React = "jsdotlua/[email protected]"
ReactRoblox = "jsdotlua/[email protected]"
ReactSpring = "chriscerie/[email protected]"
Expand Down

0 comments on commit 42e091c

Please sign in to comment.