Skip to content

Commit

Permalink
Merge pull request #515 from primer/release-v0-0-39
Browse files Browse the repository at this point in the history
release 0.0.39
  • Loading branch information
manuelpuyol authored Apr 29, 2021
2 parents 4f1a9b1 + ac6ae29 commit 7c653b1
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 11 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.39

* Promote `CloseButton` to beta.

*Manuel Puyol*
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.38)
primer_view_components (0.0.39)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
octicons (>= 13.0.0)
Expand Down
2 changes: 1 addition & 1 deletion app/assets/javascripts/primer_view_components.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/assets/javascripts/primer_view_components.js.map

Large diffs are not rendered by default.

8 changes: 2 additions & 6 deletions demo/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
PATH
remote: ..
specs:
primer_view_components (0.0.38)
primer_view_components (0.0.39)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
octicons_helper (>= 13.0.0)
octicons (>= 13.0.0)
view_component (>= 2.0.0, < 3.0)

GEM
Expand Down Expand Up @@ -56,10 +56,6 @@ GEM
racc (~> 1.4)
octicons (13.0.0)
nokogiri (>= 1.6.3.1)
octicons_helper (13.0.0)
actionview
octicons (= 13.0.0)
railties
puma (4.3.6)
nio4r (~> 2.0)
racc (1.5.2)
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 = 38
PATCH = 39

STRING = [MAJOR, MINOR, PATCH].join(".")
end
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@primer/view-components",
"version": "0.0.38",
"version": "0.0.39",
"description": "ViewComponents for the Primer Design System",
"main": "app/assets/javascripts/primer_view_components.js",
"module": "app/components/primer/primer.js",
Expand Down

1 comment on commit 7c653b1

@vercel
Copy link

@vercel vercel bot commented on 7c653b1 Apr 29, 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.