From efc63427e4edc149117432cee3baae96d6264cae Mon Sep 17 00:00:00 2001 From: Kirill Platonov Date: Fri, 29 Oct 2021 09:48:07 +0300 Subject: [PATCH] Bump version for 0.5.0 --- Gemfile.lock | 4 ++-- demo/Gemfile.lock | 2 +- lib/polaris/view_components/version.rb | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index e02f5928..bd872013 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - polaris_view_components (0.4.0) + polaris_view_components (0.5.0) rails (>= 5.0.0, < 8.0.0) view_component (~> 2.0, >= 2.0.0) @@ -150,7 +150,7 @@ GEM thor (1.1.0) tzinfo (2.0.4) concurrent-ruby (~> 1.0) - view_component (2.41.0) + view_component (2.42.0) activesupport (>= 5.0.0, < 8.0) method_source (~> 1.0) websocket-driver (0.7.5) diff --git a/demo/Gemfile.lock b/demo/Gemfile.lock index 21194826..eef86e7a 100644 --- a/demo/Gemfile.lock +++ b/demo/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - polaris_view_components (0.4.0) + polaris_view_components (0.5.0) rails (>= 5.0.0, < 8.0.0) view_component (~> 2.0, >= 2.0.0) diff --git a/lib/polaris/view_components/version.rb b/lib/polaris/view_components/version.rb index 25f70b03..010985a0 100644 --- a/lib/polaris/view_components/version.rb +++ b/lib/polaris/view_components/version.rb @@ -1,5 +1,5 @@ module Polaris module ViewComponents - VERSION = "0.4.0" + VERSION = "0.5.0" end end