From 8e9dc960644f46e54b894d1462f88ba807069680 Mon Sep 17 00:00:00 2001 From: Kirill Platonov Date: Thu, 12 Aug 2021 18:17:48 +0300 Subject: [PATCH] Bump version for 0.1.2 --- Gemfile.lock | 6 +++--- demo/Gemfile.lock | 2 +- lib/polaris/view_components/version.rb | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 503c707f..f89fd541 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - polaris_view_components (0.1.1) + polaris_view_components (0.1.2) rails (>= 5.0.0, < 7.0.0) view_component (~> 2.0, >= 2.0.0) @@ -87,7 +87,7 @@ GEM activesupport (>= 5.0) i18n (1.8.10) concurrent-ruby (~> 1.0) - loofah (2.11.0) + loofah (2.12.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.7.1) @@ -148,7 +148,7 @@ GEM thor (1.1.0) tzinfo (2.0.4) concurrent-ruby (~> 1.0) - view_component (2.36.0) + view_component (2.37.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 9b8707d1..c91d1175 100644 --- a/demo/Gemfile.lock +++ b/demo/Gemfile.lock @@ -14,7 +14,7 @@ GIT PATH remote: .. specs: - polaris_view_components (0.1.1) + polaris_view_components (0.1.2) rails (>= 5.0.0, < 7.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 9f929b06..efd4f279 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.1.1" + VERSION = "0.1.2" end end