diff --git a/Gemfile.lock b/Gemfile.lock index 13a71cff2..e5e4e9eed 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - view_component (2.74.0) + view_component (2.74.1) activesupport (>= 5.0.0, < 8.0) concurrent-ruby (~> 1.0) method_source (~> 1.0) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 7d5f4db53..816b8e95a 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -10,6 +10,8 @@ nav_order: 5 ## main +## 2.74.1 + * Add more users of ViewComponent to docs. *Joel Hawksley* diff --git a/docs/_data/library.yml b/docs/_data/library.yml index c16d83813..018acd5b8 100644 --- a/docs/_data/library.yml +++ b/docs/_data/library.yml @@ -1 +1 @@ -version: 2.74.0 +version: 2.74.1 diff --git a/lib/view_component/version.rb b/lib/view_component/version.rb index 0a6a84729..996308b50 100644 --- a/lib/view_component/version.rb +++ b/lib/view_component/version.rb @@ -4,7 +4,7 @@ module ViewComponent module VERSION MAJOR = 2 MINOR = 74 - PATCH = 0 + PATCH = 1 STRING = [MAJOR, MINOR, PATCH].join(".") end