diff --git a/.changeset/empty-queens-dream.md b/.changeset/empty-queens-dream.md deleted file mode 100644 index 8371a108c..000000000 --- a/.changeset/empty-queens-dream.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/primitives": patch ---- - -Added btn.selected hc exception diff --git a/.changeset/good-hats-sing.md b/.changeset/good-hats-sing.md deleted file mode 100644 index 35c7a280c..000000000 --- a/.changeset/good-hats-sing.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/primitives": patch ---- - -Fixed syntax for hover text + icon diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f66b0bb7..e4041de5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @primer/primitives +## 4.5.1 + +### Patch Changes + +- [#176](https://github.com/primer/primitives/pull/176) [`40d0661`](https://github.com/primer/primitives/commit/40d0661b48c8fd0df75000bf87dbe5a674a9cee0) Thanks [@Juliusschaeper](https://github.com/Juliusschaeper)! - Added btn.selected hc exception + +* [#174](https://github.com/primer/primitives/pull/174) [`0071ef5`](https://github.com/primer/primitives/commit/0071ef571c2e8a84df753a3d291d3a9d69b1d409) Thanks [@Juliusschaeper](https://github.com/Juliusschaeper)! - Fixed syntax for hover text + icon + ## 4.5.0 ### Minor Changes diff --git a/package.json b/package.json index 0715b7e50..263b3b09a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/primitives", - "version": "4.5.0", + "version": "4.5.1", "description": "Typography, spacing, and color primitives for Primer design system", "files": ["dist"], "main": "dist/js/index.js",