Skip to content

Commit

Permalink
bump version to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonspalmer committed Dec 18, 2022
1 parent c9a7079 commit add8d27
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
view_component_storybook (0.11.1)
view_component_storybook (0.12.0)
view_component (>= 2.54)

GEM
Expand Down Expand Up @@ -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)
Expand Down
9 changes: 8 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion lib/view_component/storybook/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module ViewComponent
module Storybook
VERSION = "0.11.1"
VERSION = "0.12.0"
end
end

0 comments on commit add8d27

Please sign in to comment.