Skip to content

Commit 5b2c32d

Browse files
authored
Merge pull request #415 from github/release-v2.17.0
release v2.17.0
2 parents 4abb842 + 9b858f7 commit 5b2c32d

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# master
22

3+
# 2.17.0
4+
35
* Slots return stripped HTML, removing leading and trailing whitespace.
46

57
*Jason Long, Joel Hawksley*

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.16.0)
4+
view_component (2.17.0)
55
activesupport (>= 5.0.0, < 7.0)
66

77
GEM

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 = 16
6+
MINOR = 17
77
PATCH = 0
88

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

0 commit comments

Comments
 (0)