Skip to content

Commit

Permalink
Merge pull request #148 from primer/release-v0.0.16
Browse files Browse the repository at this point in the history
Release v0.0.16
  • Loading branch information
jonrohan authored Nov 25, 2020
2 parents d1ef890 + 04d0923 commit 21ff695
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,16 @@

## main

## 0.0.16

* Adding a `spinner` slot to the `BlankslateComponent` that uses the `SpinnerComponent` added in `0.0.10`.

*Jon Rohan*

* Bumping node engine to version `15.x`

*Jon Rohan*

## 0.0.15

* Add ability to disable `limit` on Counter.
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.15)
primer_view_components (0.0.16)
octicons_helper (>= 9.0.0, < 12.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 = 15
PATCH = 16

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

1 comment on commit 21ff695

@vercel
Copy link

@vercel vercel bot commented on 21ff695 Nov 25, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.