diff --git a/.changeset/breezy-comics-attend.md b/.changeset/breezy-comics-attend.md deleted file mode 100644 index d2e470057e..0000000000 --- a/.changeset/breezy-comics-attend.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'@primer/css': major ---- - -## Removed DiffStat component - -- the diffStat component is removed from primer/css -- the component is very specific to this use-case, it is not generic enough to be part of the primer design system and was thus chosen for removal -- the component will be added to the github codebase directly so that it is still available -- if you are working within github.com you should be ale to use diffStat just like before. On other projects you will need to copy the diffStat code and add it to your codebase \ No newline at end of file diff --git a/.changeset/clever-walls-wait.md b/.changeset/clever-walls-wait.md deleted file mode 100644 index ef78bd35a2..0000000000 --- a/.changeset/clever-walls-wait.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Bump @primer/primitives to `7.11.2` diff --git a/.changeset/little-snails-hammer.md b/.changeset/little-snails-hammer.md deleted file mode 100644 index e85b697bd5..0000000000 --- a/.changeset/little-snails-hammer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Bump @primer/primitives to `7.11.3` diff --git a/.changeset/poor-hotels-roll.md b/.changeset/poor-hotels-roll.md deleted file mode 100644 index 597594f9a3..0000000000 --- a/.changeset/poor-hotels-roll.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": major ---- - -Remove `form-validation` styles diff --git a/.changeset/quick-wasps-kick.md b/.changeset/quick-wasps-kick.md deleted file mode 100644 index c7de2f8fc6..0000000000 --- a/.changeset/quick-wasps-kick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": major ---- - -Remove `ActionList` diff --git a/.changeset/shy-pumpkins-walk.md b/.changeset/shy-pumpkins-walk.md deleted file mode 100644 index 5bc4baa042..0000000000 --- a/.changeset/shy-pumpkins-walk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Prevent `.show-on-focus` to change width/height diff --git a/CHANGELOG.md b/CHANGELOG.md index 978020f798..18044a8ca3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # @primer/css +## 21.0.0 + +### Major Changes + +- [#2403](https://github.com/primer/css/pull/2403) [`256affcf`](https://github.com/primer/css/commit/256affcf3404c97d3db199a0b3cf32d3b864627c) Thanks [@lukasoppermann](https://github.com/lukasoppermann)! - ## Removed DiffStat component + + - the diffStat component is removed from primer/css + - the component is very specific to this use-case, it is not generic enough to be part of the primer design system and was thus chosen for removal + - the component will be added to the github codebase directly so that it is still available + - if you are working within github.com you should be ale to use diffStat just like before. On other projects you will need to copy the diffStat code and add it to your codebase + +- [#2402](https://github.com/primer/css/pull/2402) [`c6e214b7`](https://github.com/primer/css/commit/c6e214b75b5a25d3ebb7f41ca922c93d395ac109) Thanks [@simurai](https://github.com/simurai)! - Remove `form-validation` styles + +- [#2405](https://github.com/primer/css/pull/2405) [`85f31cc8`](https://github.com/primer/css/commit/85f31cc8f8d4423a712fda166421eb0ac7d6d562) Thanks [@simurai](https://github.com/simurai)! - Remove `ActionList` + +### Patch Changes + +- [#2407](https://github.com/primer/css/pull/2407) [`607337cc`](https://github.com/primer/css/commit/607337cce57e59c7bee00486b63fa43ce845aff2) Thanks [@simurai](https://github.com/simurai)! - Bump @primer/primitives to `7.11.2` + +- [#2409](https://github.com/primer/css/pull/2409) [`cf38a932`](https://github.com/primer/css/commit/cf38a932e76e00a8c83c351bbb5f1ae23649d1b4) Thanks [@simurai](https://github.com/simurai)! - Bump @primer/primitives to `7.11.3` + +- [#2391](https://github.com/primer/css/pull/2391) [`95ab0d0f`](https://github.com/primer/css/commit/95ab0d0f48fde360a9f0b0f6a8af0323b3e891da) Thanks [@simurai](https://github.com/simurai)! - Prevent `.show-on-focus` to change width/height + ## 20.8.3 ### Patch Changes diff --git a/package.json b/package.json index 3943743762..347d4cfe7f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/css", - "version": "20.8.3", + "version": "21.0.0", "description": "The CSS implementation of GitHub's Primer Design System", "homepage": "https://primer.style/css", "author": "GitHub, Inc.",