Skip to content

Commit 4bbea1c

Browse files
authored
Merge pull request #2430 from ViewComponent/release-4-0-2
release 4.0.2
2 parents 26c2798 + b1ab0d3 commit 4bbea1c

File tree

7 files changed

+8
-6
lines changed

7 files changed

+8
-6
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 (4.0.1)
4+
view_component (4.0.2)
55
activesupport (>= 7.1.0, < 8.1)
66
concurrent-ruby (~> 1)
77

docs/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ nav_order: 6
1010

1111
## main
1212

13+
## 4.0.2
14+
1315
* Share the view context in tests to prevent out-of-order rendering issues for certain advanced use-cases, eg. testing instances of Rails' `FormBuilder`.
1416
* Fix double rendering issue for partials that yield.
1517

docs/_data/library.yml

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

gemfiles/rails_7.1.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 (4.0.1)
4+
view_component (4.0.2)
55
activesupport (>= 7.1.0, < 8.1)
66
concurrent-ruby (~> 1)
77

gemfiles/rails_7.2.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 (4.0.1)
4+
view_component (4.0.2)
55
activesupport (>= 7.1.0, < 8.1)
66
concurrent-ruby (~> 1)
77

gemfiles/rails_8.0.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 (4.0.1)
4+
view_component (4.0.2)
55
activesupport (>= 7.1.0, < 8.1)
66
concurrent-ruby (~> 1)
77

lib/view_component/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module ViewComponent
44
module VERSION
55
MAJOR = 4
66
MINOR = 0
7-
PATCH = 1
7+
PATCH = 2
88
PRE = nil
99

1010
STRING = [MAJOR, MINOR, PATCH, PRE].compact.join(".")

0 commit comments

Comments
 (0)