From 27f444d72e5a0f96a9386583414a076ff71b1f0c Mon Sep 17 00:00:00 2001 From: Cameron Dutro Date: Tue, 11 Jul 2023 13:28:10 -0700 Subject: [PATCH] release 3.4.0 --- 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 adf5e17a0..82a702316 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - view_component (3.3.0) + view_component (3.4.0) activesupport (>= 5.2.0, < 8.0) concurrent-ruby (~> 1.0) method_source (~> 1.0) @@ -329,9 +329,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 80d7b5b04..5b850808c 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -10,6 +10,8 @@ nav_order: 5 ## main +## 3.4.0 + * Avoid including Rails `url_helpers` into `Preview` class when they're not defined. *Richard Macklin* diff --git a/docs/_data/library.yml b/docs/_data/library.yml index b3d69caa1..ef3f3ccdb 100644 --- a/docs/_data/library.yml +++ b/docs/_data/library.yml @@ -1 +1 @@ -version: 3.3.0 +version: 3.4.0 diff --git a/lib/view_component/version.rb b/lib/view_component/version.rb index a6ce9ab32..8cbaadcc4 100644 --- a/lib/view_component/version.rb +++ b/lib/view_component/version.rb @@ -3,7 +3,7 @@ module ViewComponent module VERSION MAJOR = 3 - MINOR = 3 + MINOR = 4 PATCH = 0 PRE = nil