Skip to content

Commit e81f916

Browse files
committed
release 4.0.0.alpha4
1 parent 307feaa commit e81f916

File tree

3 files changed

+8
-6
lines changed

3 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.0.alpha3)
4+
view_component (4.0.0.alpha4)
55
activesupport (>= 7.1.0, < 8.1)
66
concurrent-ruby (~> 1)
77

docs/CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ nav_order: 6
1010

1111
## main
1212

13+
## 4.0.0.alpha4
14+
15+
* BREAKING: Remove default initializer from `ViewComponent::Base`. Previously, `ViewComponent::Base` defined a catch-all initializer that allowed components without an initializer defined to be passed arbitrary arguments.
16+
17+
*Joel Hawksley*
18+
1319
* Graduate `SlotableDefault` to be included by default.
1420

1521
*Joel Hawksley*
@@ -18,10 +24,6 @@ nav_order: 6
1824

1925
*Bill Watts*, *Joel Hawksley*
2026

21-
* BREAKING: Remove default initializer from `ViewComponent::Base`. Previously, `ViewComponent::Base` defined a catch-all initializer that allowed components without an initializer defined to be passed arbitrary arguments.
22-
23-
*Joel Hawksley*
24-
2527
## 4.0.0.alpha3
2628

2729
* BREAKING: Remove dependency on `ActionView::Base`, eliminating the need for capture compatibility patch.

lib/view_component/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module VERSION
55
MAJOR = 4
66
MINOR = 0
77
PATCH = 0
8-
PRE = "alpha3"
8+
PRE = "alpha4"
99

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

0 commit comments

Comments
 (0)