From 19df77c87bab289d862225b29cce600fb13eaffc Mon Sep 17 00:00:00 2001 From: Cameron Dutro Date: Fri, 12 Apr 2024 16:02:51 -0700 Subject: [PATCH] release 3.12.0 (#2014) --- Gemfile.lock | 2 +- docs/CHANGELOG.md | 2 ++ docs/_data/library.yml | 2 +- lib/view_component/version.rb | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index ab178bec8..53b2c3e20 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - view_component (3.11.0) + view_component (3.12.0) activesupport (>= 5.2.0, < 8.0) concurrent-ruby (~> 1.0) method_source (~> 1.0) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index d514af6ea..833a12b53 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -10,6 +10,8 @@ nav_order: 5 ## main +## 3.12.0 + * Remove offline links from resources. *Paulo Henrique Meneses* diff --git a/docs/_data/library.yml b/docs/_data/library.yml index 5cef2f66d..295ef48f5 100644 --- a/docs/_data/library.yml +++ b/docs/_data/library.yml @@ -1 +1 @@ -version: 3.11.0 +version: 3.12.0 diff --git a/lib/view_component/version.rb b/lib/view_component/version.rb index 0f7c9ed60..fb1225fc5 100644 --- a/lib/view_component/version.rb +++ b/lib/view_component/version.rb @@ -3,7 +3,7 @@ module ViewComponent module VERSION MAJOR = 3 - MINOR = 11 + MINOR = 12 PATCH = 0 PRE = nil