diff --git a/Gemfile.lock b/Gemfile.lock index f8d0ead..34f599b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - view_component_storybook (0.10.0) + view_component_storybook (0.10.1) view_component (>= 2.36) GEM diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index a6bafb4..687d4d5 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -7,6 +7,8 @@ title: Changelog ## main +## 0.10.1 + * Allow Object Controls with arrays of simple values ## 0.10.0 diff --git a/lib/view_component/storybook/version.rb b/lib/view_component/storybook/version.rb index f4e6d51..365042b 100644 --- a/lib/view_component/storybook/version.rb +++ b/lib/view_component/storybook/version.rb @@ -2,6 +2,6 @@ module ViewComponent module Storybook - VERSION = "0.10.0" + VERSION = "0.10.1" end end