Skip to content

Commit

Permalink
release 2.62.0 (#1439)
Browse files Browse the repository at this point in the history
  • Loading branch information
joelhawksley authored Jul 25, 2022
1 parent 4aa1d29 commit 2cb49f1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
view_component (2.61.1)
view_component (2.62.0)
activesupport (>= 5.0.0, < 8.0)
method_source (~> 1.0)

Expand Down
2 changes: 2 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ title: Changelog

## main

## 2.62.0

* Remove the experimental global output buffer feature.
* Restore functionality that used to attempt to compile templates on each call to `#render_in`.
* Un-pin `rails` `main` dependency.
Expand Down
2 changes: 1 addition & 1 deletion docs/_data/library.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version: 2.61.1
version: 2.62.0
4 changes: 2 additions & 2 deletions lib/view_component/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
module ViewComponent
module VERSION
MAJOR = 2
MINOR = 61
PATCH = 1
MINOR = 62
PATCH = 0

STRING = [MAJOR, MINOR, PATCH].join(".")
end
Expand Down

0 comments on commit 2cb49f1

Please sign in to comment.