diff --git a/CHANGELOG.md b/CHANGELOG.md index d234728f20..80bda4f6a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/Gemfile.lock b/Gemfile.lock index c2a21f9c52..821ed3c2a4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) diff --git a/demo/Gemfile.lock b/demo/Gemfile.lock index af9ffe8c9a..4d0c5fff4d 100644 --- a/demo/Gemfile.lock +++ b/demo/Gemfile.lock @@ -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) diff --git a/lib/primer/view_components/version.rb b/lib/primer/view_components/version.rb index 031d2b0fa0..54c149f4f9 100644 --- a/lib/primer/view_components/version.rb +++ b/lib/primer/view_components/version.rb @@ -5,7 +5,7 @@ module ViewComponents module VERSION MAJOR = 0 MINOR = 0 - PATCH = 46 + PATCH = 47 STRING = [MAJOR, MINOR, PATCH].join(".") end diff --git a/package.json b/package.json index e202d8b782..23941ba5e0 100644 --- a/package.json +++ b/package.json @@ -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",