From c8462c2113ca1771b681fc89eb025d8e8b685727 Mon Sep 17 00:00:00 2001 From: Cameron Dutro Date: Thu, 4 Jan 2024 11:39:12 -0800 Subject: [PATCH] release 3.9.0 (#1952) --- 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 9be3a638b..bdbfbf6d4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - view_component (3.8.0) + view_component (3.9.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 477f38250..07a6a6454 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -10,6 +10,8 @@ nav_order: 5 ## main +## 3.9.0 + * Don’t break `rails stats` if ViewComponent path is missing. *Claudio Baccigalupo* diff --git a/docs/_data/library.yml b/docs/_data/library.yml index c9b39e047..ae9726f4a 100644 --- a/docs/_data/library.yml +++ b/docs/_data/library.yml @@ -1 +1 @@ -version: 3.8.0 +version: 3.9.0 diff --git a/lib/view_component/version.rb b/lib/view_component/version.rb index 18bc4b0c6..9139aabbf 100644 --- a/lib/view_component/version.rb +++ b/lib/view_component/version.rb @@ -3,7 +3,7 @@ module ViewComponent module VERSION MAJOR = 3 - MINOR = 8 + MINOR = 9 PATCH = 0 PRE = nil