We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c5191fa + 3eb681e commit 486cb0eCopy full SHA for 486cb0e
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# main
2
3
+# 0.0.8
4
+
5
* Add support for border margins, such as: `border_top: 0`.
6
7
*Natasha Umer*
lib/primer/view_components/version.rb
@@ -5,7 +5,7 @@ module ViewComponents
module VERSION
MAJOR = 0
MINOR = 0
8
- PATCH = 7
+ PATCH = 8
9
10
STRING = [MAJOR, MINOR, PATCH].join(".")
11
end
0 commit comments