From 15cece46729cf94bd182a1fc1aa2f6996424e6c7 Mon Sep 17 00:00:00 2001 From: Kirill Platonov Date: Mon, 26 Aug 2024 22:17:35 +0300 Subject: [PATCH] Bump version for 2.2.2 --- Gemfile.lock | 2 +- demo/Gemfile.lock | 2 +- lib/polaris/view_components/version.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index af47aa9c..9078b4a3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - polaris_view_components (2.2.0) + polaris_view_components (2.2.2) rails (>= 5.0.0) view_component (>= 3.0.0, < 4.0.0) diff --git a/demo/Gemfile.lock b/demo/Gemfile.lock index 28acd3b8..5e45ad7f 100644 --- a/demo/Gemfile.lock +++ b/demo/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - polaris_view_components (2.2.0) + polaris_view_components (2.2.2) rails (>= 5.0.0) view_component (>= 3.0.0, < 4.0.0) diff --git a/lib/polaris/view_components/version.rb b/lib/polaris/view_components/version.rb index af05aa6a..ed1c9264 100644 --- a/lib/polaris/view_components/version.rb +++ b/lib/polaris/view_components/version.rb @@ -1,5 +1,5 @@ module Polaris module ViewComponents - VERSION = "2.2.0" + VERSION = "2.2.2" end end