Skip to content

Commit 486cb0e

Browse files
authored
Merge pull request #75 from primer/release-0.0.8
Update gem version to 0.0.8
2 parents c5191fa + 3eb681e commit 486cb0e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# main
22

3+
# 0.0.8
4+
35
* Add support for border margins, such as: `border_top: 0`.
46

57
*Natasha Umer*

lib/primer/view_components/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module ViewComponents
55
module VERSION
66
MAJOR = 0
77
MINOR = 0
8-
PATCH = 7
8+
PATCH = 8
99

1010
STRING = [MAJOR, MINOR, PATCH].join(".")
1111
end

0 commit comments

Comments
 (0)