Skip to content

Commit

Permalink
Merge pull request #152 from primer/release-v0.0.17
Browse files Browse the repository at this point in the history
release v0.0.17
  • Loading branch information
joelhawksley authored Dec 10, 2020
2 parents cff859e + 26b52af commit 5acd9b1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## main

## 0.0.17

* Ensure all components support inline styles.

*Joel Hawksley*
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
primer_view_components (0.0.16)
primer_view_components (0.0.17)
octicons_helper (>= 9.0.0, < 12.0.0)
rails (>= 5.0.0, < 7.0)
view_component (>= 2.0.0, < 3.0)
Expand Down Expand Up @@ -109,10 +109,10 @@ GEM
nio4r (2.5.4)
nokogiri (1.10.10)
mini_portile2 (~> 2.4.0)
octicons (11.0.0)
octicons (11.2.0)
nokogiri (>= 1.6.3.1)
octicons_helper (11.0.0)
octicons (= 11.0.0)
octicons_helper (11.2.0)
octicons (= 11.2.0)
rails
parallel (1.19.2)
parser (2.7.1.4)
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 = 16
PATCH = 17

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

1 comment on commit 5acd9b1

@vercel
Copy link

@vercel vercel bot commented on 5acd9b1 Dec 10, 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.