diff --git a/Gemfile.lock b/Gemfile.lock index 8856308ff..9a189a6f3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - view_component (2.70.0) + view_component (2.71.0) 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 72ab843bf..36c97875a 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -10,6 +10,8 @@ nav_order: 5 ## main +## 2.71.0 + **ViewComponent has moved to a new organization: [https://github.com/viewcomponent/view_component](https://github.com/viewcomponent/view_component). See [https://github.com/viewcomponent/view_component/issues/1424](https://github.com/viewcomponent/view_component/issues/1424) for more details.** ## 2.70.0 diff --git a/docs/_data/library.yml b/docs/_data/library.yml index ce9561585..30953b765 100644 --- a/docs/_data/library.yml +++ b/docs/_data/library.yml @@ -1 +1 @@ -version: 2.70.0 +version: 2.71.0 diff --git a/lib/view_component/version.rb b/lib/view_component/version.rb index 413377e54..6a013a089 100644 --- a/lib/view_component/version.rb +++ b/lib/view_component/version.rb @@ -3,7 +3,7 @@ module ViewComponent module VERSION MAJOR = 2 - MINOR = 70 + MINOR = 71 PATCH = 0 STRING = [MAJOR, MINOR, PATCH].join(".")