Skip to content

Commit

Permalink
Bump version for 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillplatonov committed Nov 15, 2021
1 parent a2ab3a1 commit 88fcde9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
polaris_view_components (0.5.0)
polaris_view_components (0.6.0)
rails (>= 5.0.0, < 8.0.0)
view_component (~> 2.0, >= 2.0.0)

Expand Down Expand Up @@ -165,9 +165,9 @@ GEM
sprockets (4.0.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.2.2)
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets-rails (3.3.0)
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
sqlite3 (1.4.2)
standard (1.4.0)
Expand All @@ -177,7 +177,7 @@ GEM
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
unicode-display_width (2.1.0)
view_component (2.42.0)
view_component (2.43.1)
activesupport (>= 5.0.0, < 8.0)
method_source (~> 1.0)
websocket-driver (0.7.5)
Expand Down
2 changes: 1 addition & 1 deletion demo/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ GIT
PATH
remote: ..
specs:
polaris_view_components (0.5.0)
polaris_view_components (0.6.0)
rails (>= 5.0.0, < 8.0.0)
view_component (~> 2.0, >= 2.0.0)

Expand Down
2 changes: 1 addition & 1 deletion lib/polaris/view_components/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Polaris
module ViewComponents
VERSION = "0.5.0"
VERSION = "0.6.0"
end
end

0 comments on commit 88fcde9

Please sign in to comment.