Skip to content

Commit

Permalink
Merge pull request #279 from github/v2.2.0
Browse files Browse the repository at this point in the history
release v2.2.0
  • Loading branch information
joelhawksley authored Mar 31, 2020
2 parents 05c4fe4 + 04fefb0 commit 127c312
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

# v2.2.0

* Add support for `config.action_view.annotate_template_file_names` (coming in Rails 6.1).

*Joel Hawksley*
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
view_component (2.1.0)
view_component (2.2.0)
capybara (~> 3)

GEM
Expand Down Expand Up @@ -74,7 +74,7 @@ GEM
parser (>= 2.4)
smart_properties
builder (3.2.4)
capybara (3.31.0)
capybara (3.32.0)
addressable
mini_mime (>= 0.1.3)
nokogiri (~> 1.8)
Expand Down
2 changes: 1 addition & 1 deletion lib/view_component/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module ViewComponent
module VERSION
MAJOR = 2
MINOR = 1
MINOR = 2
PATCH = 0

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

0 comments on commit 127c312

Please sign in to comment.