Skip to content

Commit 8a8c3ab

Browse files
authored
Merge branch 'main' into increase-z-index-for-show-on-focus
2 parents 1c3d902 + 9e72967 commit 8a8c3ab

File tree

5 files changed

+14
-11
lines changed

5 files changed

+14
-11
lines changed

.changeset/famous-moles-bow.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/lovely-rivers-bow.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @primer/css
22

3+
## 20.3.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
9+
### Patch Changes
10+
11+
- [#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
12+
13+
* [#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
14+
315
## 20.2.4
416

517
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primer/css",
3-
"version": "20.2.4",
3+
"version": "20.3.0",
44
"description": "The CSS implementation of GitHub's Primer Design System",
55
"homepage": "https://primer.style/css",
66
"author": "GitHub, Inc.",

src/deprecations.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,7 @@
340340
"btn-outline-mktg": "btn-muted-mktg",
341341
"btn-transparent": "btn-subtle-mktg",
342342
"text-pending": "text-yellow",
343+
"tooltipped": null,
343344
"bg-pending": "bg-yellow-dark",
344345
"container": null,
345346
"columns": null,

0 commit comments

Comments
 (0)