diff --git a/.changeset/clever-balloons-tell.md b/.changeset/clever-balloons-tell.md deleted file mode 100644 index 31ea8a30b9..0000000000 --- a/.changeset/clever-balloons-tell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/view-components": patch ---- - -[Bug] Don't fill in the spinner circle svg path diff --git a/.changeset/cool-items-stare.md b/.changeset/cool-items-stare.md deleted file mode 100644 index 173945a00a..0000000000 --- a/.changeset/cool-items-stare.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@primer/view-components': minor ---- - -Add rubocop linter for `IconButton` component - - diff --git a/.changeset/eleven-pillows-explain.md b/.changeset/eleven-pillows-explain.md deleted file mode 100644 index 509da8910f..0000000000 --- a/.changeset/eleven-pillows-explain.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@primer/view-components': patch ---- - -Fixing ActionBar more menu items including buttons with no type - - diff --git a/.changeset/odd-pumas-live.md b/.changeset/odd-pumas-live.md deleted file mode 100644 index dd646d130e..0000000000 --- a/.changeset/odd-pumas-live.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@primer/view-components': patch ---- - -Fix errors in older browsers with :popover-open - - diff --git a/.changeset/rude-owls-prove.md b/.changeset/rude-owls-prove.md deleted file mode 100644 index 30a123453d..0000000000 --- a/.changeset/rude-owls-prove.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@primer/view-components': patch ---- - -Centre anchored-position elements when their anchor is not present - - diff --git a/.changeset/sour-parrots-fetch.md b/.changeset/sour-parrots-fetch.md deleted file mode 100644 index 339815fcfc..0000000000 --- a/.changeset/sour-parrots-fetch.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@primer/view-components': minor ---- - -Moving the render for the ActionBar::Item from the slot initializer to the call method. - - diff --git a/CHANGELOG.md b/CHANGELOG.md index eb7496ca49..9ff6dd0c24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,33 @@ # CHANGELOG +## 0.9.0 + +### Minor Changes + +- [#2205](https://github.com/primer/view_components/pull/2205) [`88ac3095`](https://github.com/primer/view_components/commit/88ac309577b5b735af5067ee6ab2c8c30f48aefc) Thanks [@TylerJDev](https://github.com/TylerJDev)! - Add rubocop linter for `IconButton` component + + + +- [#2223](https://github.com/primer/view_components/pull/2223) [`00b7d5d7`](https://github.com/primer/view_components/commit/00b7d5d78e2f52dc6bc6c54689e50da976289203) Thanks [@jonrohan](https://github.com/jonrohan)! - Moving the render for the ActionBar::Item from the slot initializer to the call method. + + + +### Patch Changes + +- [#2227](https://github.com/primer/view_components/pull/2227) [`bb336bb6`](https://github.com/primer/view_components/commit/bb336bb6f034e20778b4834edae3540c365b9d9f) Thanks [@jonrohan](https://github.com/jonrohan)! - [Bug] Don't fill in the spinner circle svg path + +- [#2237](https://github.com/primer/view_components/pull/2237) [`70a8336f`](https://github.com/primer/view_components/commit/70a8336fda45b144f81c1ece54b17a26037126e4) Thanks [@jonrohan](https://github.com/jonrohan)! - Fixing ActionBar more menu items including buttons with no type + + + +- [#2204](https://github.com/primer/view_components/pull/2204) [`ed1644a2`](https://github.com/primer/view_components/commit/ed1644a2fa5b701611a13513cb903774f3f74152) Thanks [@keithamus](https://github.com/keithamus)! - Fix errors in older browsers with :popover-open + + + +- [#2236](https://github.com/primer/view_components/pull/2236) [`d663e450`](https://github.com/primer/view_components/commit/d663e4508341f5b9ef1788b8a2231782ce3ed44d) Thanks [@keithamus](https://github.com/keithamus)! - Centre anchored-position elements when their anchor is not present + + + ## 0.8.0 ### Minor Changes diff --git a/Gemfile.lock b/Gemfile.lock index 9dfa13d6f7..6816de10cb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - primer_view_components (0.8.0) + primer_view_components (0.9.0) actionview (>= 5.0.0) activesupport (>= 5.0.0) octicons (>= 18.0.0) diff --git a/demo/Gemfile.lock b/demo/Gemfile.lock index 4d5355128d..a51801ded1 100644 --- a/demo/Gemfile.lock +++ b/demo/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: .. specs: - primer_view_components (0.8.0) + primer_view_components (0.9.0) actionview (>= 5.0.0) activesupport (>= 5.0.0) octicons (>= 18.0.0) diff --git a/lib/primer/view_components/version.rb b/lib/primer/view_components/version.rb index bf1a808bd3..97ccaaced2 100644 --- a/lib/primer/view_components/version.rb +++ b/lib/primer/view_components/version.rb @@ -5,7 +5,7 @@ module Primer module ViewComponents module VERSION MAJOR = 0 - MINOR = 8 + MINOR = 9 PATCH = 0 STRING = [MAJOR, MINOR, PATCH].join(".") diff --git a/package-lock.json b/package-lock.json index 988839604f..a8d3aa356d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@primer/view-components", - "version": "0.8.0", + "version": "0.9.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@primer/view-components", - "version": "0.8.0", + "version": "0.9.0", "license": "MIT", "dependencies": { "@github/auto-check-element": "^5.2.0", diff --git a/package.json b/package.json index 64ceb0cfb0..44b2e714df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/view-components", - "version": "0.8.0", + "version": "0.9.0", "description": "ViewComponents for the Primer Design System", "main": "app/assets/javascripts/primer_view_components.js", "module": "app/components/primer/primer.js",