diff --git a/.changeset/lucky-baboons-walk.md b/.changeset/lucky-baboons-walk.md deleted file mode 100644 index 155169740..000000000 --- a/.changeset/lucky-baboons-walk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/primitives": patch ---- - -Deprecate globalNav diff --git a/.changeset/six-singers-do.md b/.changeset/six-singers-do.md deleted file mode 100644 index b31204175..000000000 --- a/.changeset/six-singers-do.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/primitives": patch ---- - -neutral.emphasis fix in HC diff --git a/.changeset/unlucky-news-breathe.md b/.changeset/unlucky-news-breathe.md deleted file mode 100644 index da690782c..000000000 --- a/.changeset/unlucky-news-breathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/primitives": patch ---- - -header-input border fix diff --git a/CHANGELOG.md b/CHANGELOG.md index f8efd1c01..d4c15583a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @primer/primitives +## 4.4.3 + +### Patch Changes + +- [#155](https://github.com/primer/primitives/pull/155) [`e4c4e92`](https://github.com/primer/primitives/commit/e4c4e921a83e7ff43e8b55cbc7f314fb216abd8d) Thanks [@simurai](https://github.com/simurai)! - Deprecate globalNav + +* [#158](https://github.com/primer/primitives/pull/158) [`cd0c90e`](https://github.com/primer/primitives/commit/cd0c90e23963da73f41a2ecd69357e4d176e592a) Thanks [@Juliusschaeper](https://github.com/Juliusschaeper)! - neutral.emphasis fix in HC + +- [#156](https://github.com/primer/primitives/pull/156) [`0aba5fa`](https://github.com/primer/primitives/commit/0aba5fade817ee963bf7c19a717c6991a201f5ce) Thanks [@Juliusschaeper](https://github.com/Juliusschaeper)! - header-input border fix + ## 4.4.2 ### Patch Changes diff --git a/package.json b/package.json index f4731936d..4c559192a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/primitives", - "version": "4.4.2", + "version": "4.4.3", "description": "Typography, spacing, and color primitives for Primer design system", "files": ["dist"], "main": "dist/js/index.js",