Skip to content

Commit

Permalink
bump gem to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonspalmer committed Feb 14, 2022
1 parent 9d24fe2 commit 9a393b1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 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.10.1)
view_component_storybook (0.11.0)
view_component (>= 2.36)

GEM
Expand Down Expand Up @@ -206,7 +206,7 @@ GEM
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
unicode-display_width (2.1.0)
view_component (2.48.0)
view_component (2.49.0)
activesupport (>= 5.0.0, < 8.0)
method_source (~> 1.0)
websocket-driver (0.7.5)
Expand Down
5 changes: 5 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ title: Changelog

## main

## 0.11.0

* Add support for dry-initialzier
* Validate Slots

## 0.10.1

* Allow Object Controls with arrays of simple values
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.10.1"
VERSION = "0.11.0"
end
end

0 comments on commit 9a393b1

Please sign in to comment.