diff --git a/.changeset/perfect-carrots-doubt.md b/.changeset/perfect-carrots-doubt.md deleted file mode 100644 index debe04359..000000000 --- a/.changeset/perfect-carrots-doubt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/primitives": patch ---- - -Increase contrast for dark `fg.subtle` diff --git a/.changeset/purple-plums-exist.md b/.changeset/purple-plums-exist.md deleted file mode 100644 index d750bc940..000000000 --- a/.changeset/purple-plums-exist.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/primitives': minor ---- - -adds primitives for toggle switch component diff --git a/CHANGELOG.md b/CHANGELOG.md index f6a416095..7cf19379c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @primer/primitives +## 7.6.0 + +### Minor Changes + +- [#309](https://github.com/primer/primitives/pull/309) [`4588342`](https://github.com/primer/primitives/commit/45883423f029e7dee067fe4dd9636bebb11adbbe) Thanks [@mperrotti](https://github.com/mperrotti)! - adds primitives for toggle switch component + +### Patch Changes + +- [#307](https://github.com/primer/primitives/pull/307) [`da4ffd3`](https://github.com/primer/primitives/commit/da4ffd338a41bb1f653e096c8b886db4834b3715) Thanks [@simurai](https://github.com/simurai)! - Increase contrast for dark `fg.subtle` + ## 7.5.1 ### Patch Changes diff --git a/package.json b/package.json index 71fc17761..d568bef3e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/primitives", - "version": "7.5.1", + "version": "7.6.0", "description": "Typography, spacing, and color primitives for Primer design system", "files": ["dist"], "main": "dist/js/index.js",