diff --git a/.changeset/dull-birds-protect.md b/.changeset/dull-birds-protect.md deleted file mode 100644 index b0b32db9fe..0000000000 --- a/.changeset/dull-birds-protect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": minor ---- - -Add V2 utilities diff --git a/.changeset/friendly-squids-grin.md b/.changeset/friendly-squids-grin.md deleted file mode 100644 index fb79f71fd0..0000000000 --- a/.changeset/friendly-squids-grin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Loosening the primer/primitives dependency to any minor.patch version diff --git a/.changeset/sixty-masks-matter.md b/.changeset/sixty-masks-matter.md deleted file mode 100644 index 8b2ec3dc57..0000000000 --- a/.changeset/sixty-masks-matter.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@primer/css": minor ---- - -Adding directional margin classes to the margin utilities. - -Adding: `ml-auto, mb-auto, mr-auto` diff --git a/CHANGELOG.md b/CHANGELOG.md index 505a7dafb8..8c6f080922 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # @primer/css +## 17.11.0 + +### Minor Changes + +- [#1580](https://github.com/primer/css/pull/1580) [`4a1f09a7`](https://github.com/primer/css/commit/4a1f09a75e7666b46e68e96e6f485d9ff467fd01) Thanks [@simurai](https://github.com/simurai)! - Add V2 utilities + +* [#1595](https://github.com/primer/css/pull/1595) [`5fb831cf`](https://github.com/primer/css/commit/5fb831cf5062baa4ffde4322a0035c144db1e70c) Thanks [@jonrohan](https://github.com/jonrohan)! - Adding directional margin classes to the margin utilities. + + Adding: `ml-auto, mb-auto, mr-auto` + +### Patch Changes + +- [#1594](https://github.com/primer/css/pull/1594) [`2cf661c4`](https://github.com/primer/css/commit/2cf661c4d95285d09d0f26ea6109d5aa9bbed552) Thanks [@jonrohan](https://github.com/jonrohan)! - Loosening the primer/primitives dependency to any minor.patch version + ## 17.10.0 ### Minor Changes diff --git a/package.json b/package.json index 3181aa15b8..9ee54b669f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/css", - "version": "17.10.0", + "version": "17.11.0", "description": "The CSS implementation of GitHub's Primer Design System", "homepage": "https://primer.style/css", "author": "GitHub, Inc.",