Skip to content

Commit 6dd9ac9

Browse files
authored
release 2.69.0 (#1478)
1 parent c5308ae commit 6dd9ac9

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
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.68.0)
4+
view_component (2.69.0)
55
activesupport (>= 5.0.0, < 8.0)
66
concurrent-ruby (~> 1.0)
77
method_source (~> 1.0)

docs/CHANGELOG.md

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

1818
## main
1919

20+
## 2.69.0
21+
2022
* Update Prism to version 1.28.0.
2123

2224
*Thomas Hutterer*

docs/_data/library.yml

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

lib/view_component/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module ViewComponent
44
module VERSION
55
MAJOR = 2
6-
MINOR = 68
6+
MINOR = 69
77
PATCH = 0
88

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

0 commit comments

Comments
 (0)