Skip to content

Commit

Permalink
Merge pull request #291 from github/v2.2.2
Browse files Browse the repository at this point in the history
version v2.2.2
  • Loading branch information
joelhawksley authored Apr 7, 2020
2 parents 8d2ae18 + 16af2b7 commit f1f6360
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 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.2

* Add `Base.format` for better compatibility with `ActionView::Template`.

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

GEM
Expand Down Expand Up @@ -74,7 +74,7 @@ GEM
parser (>= 2.4)
smart_properties
builder (3.2.4)
capybara (3.32.0)
capybara (3.32.1)
addressable
mini_mime (>= 0.1.3)
nokogiri (~> 1.8)
Expand Down Expand Up @@ -112,7 +112,7 @@ GEM
parallel (1.19.1)
parser (2.7.0.5)
ast (~> 2.4.0)
public_suffix (4.0.3)
public_suffix (4.0.4)
rack (2.2.2)
rack-test (1.1.0)
rack (>= 1.0, < 3)
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 @@ -4,7 +4,7 @@ module ViewComponent
module VERSION
MAJOR = 2
MINOR = 2
PATCH = 1
PATCH = 2

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

0 comments on commit f1f6360

Please sign in to comment.