diff --git a/.changeset/famous-moles-bow.md b/.changeset/famous-moles-bow.md deleted file mode 100644 index 32e339ee79..0000000000 --- a/.changeset/famous-moles-bow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Add `SegmentedControl` component diff --git a/.changeset/lovely-rivers-bow.md b/.changeset/lovely-rivers-bow.md deleted file mode 100644 index d64d397050..0000000000 --- a/.changeset/lovely-rivers-bow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": minor ---- - -Add AppFrame component diff --git a/.changeset/new-jars-complain.md b/.changeset/new-jars-complain.md deleted file mode 100644 index e8aadcd8eb..0000000000 --- a/.changeset/new-jars-complain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Add .tooltipped to deprecations json diff --git a/CHANGELOG.md b/CHANGELOG.md index d2b2b0d7be..c8cc728104 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # @primer/css +## 20.3.0 + +### Minor Changes + +- [#2147](https://github.com/primer/css/pull/2147) [`9dd2a49e`](https://github.com/primer/css/commit/9dd2a49e2633f337c2316a43907f17dfd5c3173b) Thanks [@vdepizzol](https://github.com/vdepizzol)! - Add AppFrame component + +### Patch Changes + +- [#2083](https://github.com/primer/css/pull/2083) [`13be7ef1`](https://github.com/primer/css/commit/13be7ef18d2d9874e7a08f20d9f93538752517c6) Thanks [@simurai](https://github.com/simurai)! - Add `SegmentedControl` component + +* [#2171](https://github.com/primer/css/pull/2171) [`d2b4d698`](https://github.com/primer/css/commit/d2b4d698882f57a6c4a08e66c10bdca27924046f) Thanks [@khiga8](https://github.com/khiga8)! - Add .tooltipped to deprecations json + ## 20.2.4 ### Patch Changes diff --git a/package.json b/package.json index a3840a459f..f3697d3f26 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/css", - "version": "20.2.4", + "version": "20.3.0", "description": "The CSS implementation of GitHub's Primer Design System", "homepage": "https://primer.style/css", "author": "GitHub, Inc.",