Skip to content

Commit

Permalink
Merge pull request #44 from primer/release-v0.0.3
Browse files Browse the repository at this point in the history
release v0.0.3
  • Loading branch information
joelhawksley authored Aug 13, 2020
2 parents 72c502b + 4908565 commit 9c0fc58
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# main

* Add support for responsive `float` style arguments.
# 0.0.3

* Add support for responsive `float` style argument.

*Joel Hawksley*

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:
primer_view_components (0.0.2)
primer_view_components (0.0.3)
octicons_helper (>= 9.0.0, < 11.0.0)
rails (>= 5.0.0, < 7.0)
view_component (>= 2.0.0, < 3.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/primer/view_components/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module ViewComponents
module VERSION
MAJOR = 0
MINOR = 0
PATCH = 2
PATCH = 3

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

0 comments on commit 9c0fc58

Please sign in to comment.