diff --git a/Gemfile.lock b/Gemfile.lock index 067e8e7..d4cbc29 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - view_component_storybook (0.11.1) + view_component_storybook (0.12.0) view_component (>= 2.54) GEM @@ -228,8 +228,9 @@ GEM tzinfo (2.0.5) concurrent-ruby (~> 1.0) unicode-display_width (2.3.0) - view_component (2.54.0) + view_component (2.79.0) activesupport (>= 5.0.0, < 8.0) + concurrent-ruby (~> 1.0) method_source (~> 1.0) websocket-driver (0.7.5) websocket-extensions (>= 0.1.0) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 489f931..9a8d0ff 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -7,9 +7,16 @@ title: Changelog ## main +## 0.12.0 + +* Allow configuration of story titles via new `stories_title_generator` configuration lambda +* Added control descriptions +* Fixed bug with autoload paths +* Fixed Documentation typos + ## 0.11.1 -* Fix for stories_route by when using deprecated `require "view_component/storybook/engine\"` +* Fix for stories_route by when using deprecated `require "view_component/storybook/engine"` ## 0.11.0 diff --git a/lib/view_component/storybook/version.rb b/lib/view_component/storybook/version.rb index 02417c0..21130b1 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.11.1" + VERSION = "0.12.0" end end