Skip to content

Commit

Permalink
release 0.0.47 (#691)
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelpuyol authored Jul 20, 2021
1 parent 87e454f commit 2fff69c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ The category for changes related to documentation, testing and tooling. Also, fo

## main

## 0.0.47

### Breaking changes

* Restrict tag for `Popover` to `:div` and `Popover` heading slot to headings.
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.46)
primer_view_components (0.0.47)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
octicons (>= 13.0.0)
Expand Down
2 changes: 1 addition & 1 deletion 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.46)
primer_view_components (0.0.47)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
octicons (>= 13.0.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 = 46
PATCH = 47

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.46",
"version": "0.0.47",
"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 2fff69c

@vercel
Copy link

@vercel vercel bot commented on 2fff69c Jul 20, 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.