Skip to content

Commit df12595

Browse files
committed
tag for alpha2
1 parent 3c31183 commit df12595

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

docs/CHANGELOG.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,13 @@ nav_order: 6
1010

1111
## main
1212

13-
## 4.0.0
13+
## 4.0.0.alpha2
14+
15+
* Add `#current_template` accessor and `Template#path` for diagnostic usage.
16+
17+
*Joel Hawksley*
18+
19+
## 4.0.0.alpha1
1420

1521
Almost six years after releasing [v1.0.0](https://github.com/ViewComponent/view_component/releases/tag/v1.0.0), we're proud to ship ViewComponent 4. This release marks a shift towards a Long Term Support model for the project, having reached significant feature maturity. While contributions are always welcome, we're unlikely to accept further breaking changes or major feature additions.
1622

@@ -136,10 +142,6 @@ This release makes the following breaking changes:
136142

137143
*Joel Hawksley*
138144

139-
* Add `#current_template` accessor and `Template#path` for diagnostic usage.
140-
141-
*Joel Hawksley*
142-
143145
## 3.22.0
144146

145147
* Rewrite `ViewComponents at GitHub` documentation as more general `Best practices`.

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 = "alpha1"
8+
PRE = "alpha2"
99

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

0 commit comments

Comments
 (0)