Skip to content

Commit

Permalink
Merge pull request #343 from github/release-v2.6.0
Browse files Browse the repository at this point in the history
release v2.6.0
  • Loading branch information
joelhawksley authored May 14, 2020
2 parents 7201752 + 981c1e2 commit 399048e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# master

# 2.6.0

* Add `config.view_component.preview_route` to set the endpoint for component previews. By default `/rails/view_components` is used.

*Juan Manuel Ramallo*
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
view_component (2.5.1)
view_component (2.6.0)
activesupport (>= 5.0.0, < 7.0)

GEM
Expand Down
4 changes: 2 additions & 2 deletions lib/view_component/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
module ViewComponent
module VERSION
MAJOR = 2
MINOR = 5
PATCH = 1
MINOR = 6
PATCH = 0

STRING = [MAJOR, MINOR, PATCH].join(".")
end
Expand Down

0 comments on commit 399048e

Please sign in to comment.