Skip to content

Commit 21ff695

Browse files
authored
Merge pull request #148 from primer/release-v0.0.16
Release v0.0.16
2 parents d1ef890 + 04d0923 commit 21ff695

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

33
## main
44

5+
## 0.0.16
6+
57
* Adding a `spinner` slot to the `BlankslateComponent` that uses the `SpinnerComponent` added in `0.0.10`.
68

79
*Jon Rohan*
810

11+
* Bumping node engine to version `15.x`
12+
13+
*Jon Rohan*
14+
915
## 0.0.15
1016

1117
* Add ability to disable `limit` on Counter.

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.15)
4+
primer_view_components (0.0.16)
55
octicons_helper (>= 9.0.0, < 12.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 = 15
8+
PATCH = 16
99

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

0 commit comments

Comments
 (0)