diff --git a/.changeset/heavy-chefs-do.md b/.changeset/heavy-chefs-do.md deleted file mode 100644 index 3e0f00e8a..000000000 --- a/.changeset/heavy-chefs-do.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/primitives": patch ---- - -Undeprecate `timeline.badgeBg` diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a6037c26..dfd8cd899 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @primer/primitives +## 4.6.9 + +### Patch Changes + +- [#229](https://github.com/primer/primitives/pull/229) [`6d4dbb0`](https://github.com/primer/primitives/commit/6d4dbb02307d0d3efb95bd9450a5e6aa677250e7) Thanks [@simurai](https://github.com/simurai)! - Undeprecate `timeline.badgeBg` + ## 4.6.8 ### Patch Changes diff --git a/package.json b/package.json index 112302e37..35d610d76 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,8 @@ { "name": "@primer/primitives", - "version": "4.6.8", + "version": "4.6.9", "description": "Typography, spacing, and color primitives for Primer design system", - "files": [ - "dist" - ], + "files": ["dist"], "main": "dist/js/index.js", "types": "dist/js/index.d.ts", "repository": "https://github.com/primer/primitives",