Skip to content

Commit 2cb49f1

Browse files
authored
release 2.62.0 (#1439)
1 parent 4aa1d29 commit 2cb49f1

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
view_component (2.61.1)
4+
view_component (2.62.0)
55
activesupport (>= 5.0.0, < 8.0)
66
method_source (~> 1.0)
77

docs/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ title: Changelog
99

1010
## main
1111

12+
## 2.62.0
13+
1214
* Remove the experimental global output buffer feature.
1315
* Restore functionality that used to attempt to compile templates on each call to `#render_in`.
1416
* Un-pin `rails` `main` dependency.

docs/_data/library.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version: 2.61.1
1+
version: 2.62.0

lib/view_component/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
module ViewComponent
44
module VERSION
55
MAJOR = 2
6-
MINOR = 61
7-
PATCH = 1
6+
MINOR = 62
7+
PATCH = 0
88

99
STRING = [MAJOR, MINOR, PATCH].join(".")
1010
end

0 commit comments

Comments
 (0)