diff --git a/Gemfile.lock b/Gemfile.lock index d7fade60a..9066dd8a0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - view_component (3.20.0) + view_component (3.21.0) activesupport (>= 5.2.0, < 8.1) concurrent-ruby (~> 1.0) method_source (~> 1.0) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index c1b3c69f0..e67897ce9 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -10,6 +10,8 @@ nav_order: 5 ## main +## 3.21.0 + * Updates testing docs to include an example of how to use with RSpec. *Rylan Bowers* diff --git a/docs/_data/library.yml b/docs/_data/library.yml index 07c611dbe..9f0bcfe81 100644 --- a/docs/_data/library.yml +++ b/docs/_data/library.yml @@ -1 +1 @@ -version: 3.20.0 +version: 3.21.0 diff --git a/lib/view_component/version.rb b/lib/view_component/version.rb index 13e6bd37d..388b7821d 100644 --- a/lib/view_component/version.rb +++ b/lib/view_component/version.rb @@ -3,7 +3,7 @@ module ViewComponent module VERSION MAJOR = 3 - MINOR = 20 + MINOR = 21 PATCH = 0 PRE = nil