Skip to content

Commit 42b3f3c

Browse files
authored
Merge pull request #401 from primer/release-v0-0-32
release 0.0.32
2 parents 9c3b1d8 + a941cb0 commit 42b3f3c

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## main
44

5+
## 0.0.32
6+
57
* Allow passing the icon name as a positional argument to `OcticonComponent`.
68

79
*Manuel Puyol*

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
primer_view_components (0.0.31)
4+
primer_view_components (0.0.32)
55
octicons_helper (>= 9.0.0, < 13.0.0)
66
rails (>= 5.0.0, < 7.0)
77
view_component (>= 2.0.0, < 3.0)

demo/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
primer_view_components (0.0.31)
4+
primer_view_components (0.0.32)
55
octicons_helper (>= 9.0.0, < 13.0.0)
66
rails (>= 5.0.0, < 7.0)
77
view_component (>= 2.0.0, < 3.0)

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 = 31
8+
PATCH = 32
99

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primer/view-components",
3-
"version": "0.0.31",
3+
"version": "0.0.32",
44
"description": "ViewComponents for the Primer Design System",
55
"main": "app/assets/javascripts/primer_view_components.js",
66
"module": "app/components/primer/primer.js",

0 commit comments

Comments
 (0)