Skip to content

Commit b414440

Browse files
authored
Merge pull request #482 from github/release-v2.19.0
update to v2.19.0
2 parents f0b1141 + 94c101b commit b414440

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

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

33
## master
44

5+
## 2.19.0
6+
57
* Extend documentation for using Stimulus within sidecar directories.
68

79
*Ciprian Redinciuc*

lib/view_component/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
module ViewComponent
44
module VERSION
55
MAJOR = 2
6-
MINOR = 18
7-
PATCH = 2
6+
MINOR = 19
7+
PATCH = 0
88

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

0 commit comments

Comments
 (0)