Skip to content

Commit

Permalink
Merge pull request #249 from primer/release-v0.0.19
Browse files Browse the repository at this point in the history
release v0.0.19
  • Loading branch information
manuelpuyol authored Feb 18, 2021
2 parents 58b3b12 + 5fe2bb6 commit 386ac0c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 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.19

* Add support for functional colors to `color` system argument.

*Jake Shorty
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.18)
primer_view_components (0.0.19)
octicons_helper (>= 9.0.0, < 13.0.0)
rails (>= 5.0.0, < 7.0)
view_component (>= 2.0.0, < 3.0)
Expand Down Expand Up @@ -116,10 +116,10 @@ GEM
nokogiri (1.11.1)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
octicons (11.3.0)
octicons (12.0.0)
nokogiri (>= 1.6.3.1)
octicons_helper (11.3.0)
octicons (= 11.3.0)
octicons_helper (12.0.0)
octicons (= 12.0.0)
rails
parallel (1.20.1)
parser (3.0.0.0)
Expand Down
8 changes: 4 additions & 4 deletions demo/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
primer_view_components (0.0.18)
primer_view_components (0.0.19)
octicons_helper (>= 9.0.0, < 13.0.0)
rails (>= 5.0.0, < 7.0)
view_component (>= 2.0.0, < 3.0)
Expand Down Expand Up @@ -110,10 +110,10 @@ GEM
nokogiri (1.11.1)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
octicons (11.3.0)
octicons (12.0.0)
nokogiri (>= 1.6.3.1)
octicons_helper (11.3.0)
octicons (= 11.3.0)
octicons_helper (12.0.0)
octicons (= 12.0.0)
rails
pry (0.13.1)
coderay (~> 1.1)
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 = 18
PATCH = 19

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

1 comment on commit 386ac0c

@vercel
Copy link

@vercel vercel bot commented on 386ac0c Feb 18, 2021

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.