Skip to content

Commit

Permalink
bump gem to 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonspalmer committed Feb 14, 2022
1 parent 933319d commit a688b6d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
view_component_storybook (0.11.0)
view_component_storybook (0.11.1)
view_component (>= 2.36)

GEM
Expand Down
4 changes: 4 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ title: Changelog

## main

## 0.11.1

* Fix for stories_route by when using deprecated `require "view_component/storybook/engine\"`

## 0.11.0

* Add support for dry-initializer
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.0"
VERSION = "0.11.1"
end
end

0 comments on commit a688b6d

Please sign in to comment.