Skip to content

Commit

Permalink
Merge pull request #46 from primer/release-v0.0.4
Browse files Browse the repository at this point in the history
release v0.0.4
  • Loading branch information
joelhawksley authored Aug 14, 2020
2 parents de969a3 + 3d44947 commit 03c0986
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# main

# 0.0.4

* Added support for mx: and my: :auto.

*Christian Giordano*

* Added support for custom layout sizes.

*Manuel Puyol*
# 0.0.3

* Add support for responsive `float` style argument.
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.3)
primer_view_components (0.0.4)
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 = 3
PATCH = 4

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

0 comments on commit 03c0986

Please sign in to comment.