From 9f61796a47c9dbddf4c93f9f0c461c776647fa44 Mon Sep 17 00:00:00 2001 From: Cameron Dutro Date: Mon, 30 Oct 2023 11:15:10 -0700 Subject: [PATCH] release 3.7.0 (#1890) --- Gemfile.lock | 5 +---- docs/CHANGELOG.md | 2 ++ docs/_data/library.yml | 2 +- lib/view_component/version.rb | 2 +- 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index b34a88362..36a3745ae 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - view_component (3.6.0) + view_component (3.7.0) activesupport (>= 5.2.0, < 8.0) concurrent-ruby (~> 1.0) method_source (~> 1.0) @@ -333,9 +333,6 @@ DEPENDENCIES jbuilder (~> 2) m (~> 1) minitest (~> 5.18) - net-imap - net-pop - net-smtp pry (~> 0.13) puma (~> 6) rails (~> 7.0.0) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 3a30fc682..bbffb3fb8 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -10,6 +10,8 @@ nav_order: 5 ## main +## 3.7.0 + * Support Rails 7.1 in CI. *Reegan Viljoen* diff --git a/docs/_data/library.yml b/docs/_data/library.yml index b04df676e..47055da8a 100644 --- a/docs/_data/library.yml +++ b/docs/_data/library.yml @@ -1 +1 @@ -version: 3.6.0 +version: 3.7.0 diff --git a/lib/view_component/version.rb b/lib/view_component/version.rb index 792015941..97e05f08f 100644 --- a/lib/view_component/version.rb +++ b/lib/view_component/version.rb @@ -3,7 +3,7 @@ module ViewComponent module VERSION MAJOR = 3 - MINOR = 6 + MINOR = 7 PATCH = 0 PRE = nil