Skip to content

Commit 1b49251

Browse files
authored
release 3.0.0.rc2 (#1662)
1 parent 2ed74da commit 1b49251

File tree

5 files changed

+12
-8
lines changed

5 files changed

+12
-8
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 (3.0.0.rc1)
4+
view_component (3.0.0.rc2)
55
activesupport (>= 5.2.0, < 8.0)
66
concurrent-ruby (~> 1.0)
77
method_source (~> 1.0)

docs/CHANGELOG.md

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

1111
## main
1212

13+
## v3.0.0.rc2
14+
15+
Run into an issue with this release? [Let us know](https://github.com/ViewComponent/view_component/issues/1629).
16+
1317
* BREAKING: Rename `SlotV2` to `Slot` and `SlotableV2` to `Slotable`.
1418

1519
*Joel Hawksley*
@@ -34,10 +38,6 @@ nav_order: 5
3438

3539
*Svetlin Simonyan*
3640

37-
* Add Mon Ami to list of companies using ViewComponent.
38-
39-
*Ethan Lee-Tyson*
40-
4141
* Add experimental `config.view_component.capture_compatibility_patch_enabled` option resolving rendering issues related to forms, capture, turbo frames, etc.
4242

4343
*Blake Williams*
@@ -54,6 +54,10 @@ nav_order: 5
5454

5555
*Matt Bearman*
5656

57+
* Add Mon Ami to list of companies using ViewComponent.
58+
59+
*Ethan Lee-Tyson*
60+
5761
## 3.0.0.rc1
5862

5963
1,000+ days and 100+ releases later, the 200+ contributors to ViewComponent are proud to ship v3.0.0!

docs/_data/library.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version: 3.0.0.rc1
1+
version: 3.0.0.rc2

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ ViewComponent is built by over a hundred members of the community, including:
224224
* [Framework](https://frame.work/)
225225
* [FreeAgent](https://www.freeagent.com)
226226
* [G2](https://www.g2.com/) (200+ components)
227-
* [Getblock](https://getblock.io/)
227+
* [Getblock](https://getblock.io/)
228228
* [GitHub](https://github.com/) (900+ components used 15k+ times)
229229
* [GitLab](https://gitlab.com/)
230230
* [HappyCo](https://happy.co)

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 = 3
66
MINOR = 0
77
PATCH = 0
8-
PRE = "rc1"
8+
PRE = "rc2"
99

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

0 commit comments

Comments
 (0)