@primer/css 20.4.3-rc.bbf91393 → 20.4.4-rc.47edd689

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @primer/css
2
2
 
3
+ ## 20.4.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2218](https://github.com/primer/css/pull/2218) [`6205337b`](https://github.com/primer/css/commit/6205337b4c871b6ce431c8b211ddb0bbd176946f) Thanks [@langermank](https://github.com/langermank)! - - Adding readonly styles
8
+ - Fixing focus background color for inset field
9
+
10
+ * [#2211](https://github.com/primer/css/pull/2211) [`8e5f6224`](https://github.com/primer/css/commit/8e5f62244192a8e2a191be7e7ad20d00f4b4bedb) Thanks [@imjohnbo](https://github.com/imjohnbo)! - Remove outline reset of `.SelectMenu-closeButton`
11
+
12
+ - [#2220](https://github.com/primer/css/pull/2220) [`1a8e7db5`](https://github.com/primer/css/commit/1a8e7db5f6c7b369fcfb6598df2edc42d0511da7) Thanks [@reeceatkinson](https://github.com/reeceatkinson)! - Update Marketing Typography (marketing-type.md)
13
+
14
+ * [#2225](https://github.com/primer/css/pull/2225) [`56ea4ab1`](https://github.com/primer/css/commit/56ea4ab17644ad0d521373f700d551d66217268a) Thanks [@langermank](https://github.com/langermank)! - Overlay updates for Alpha::Dialog
15
+ - Size improvements
16
+ - Support buttom and side sheets
17
+ - Preliminary animations for sheets
18
+
3
19
  ## 20.4.3
4
20
 
5
21
  ### Patch Changes
@@ -8,6 +24,8 @@
8
24
 
9
25
  * [#2202](https://github.com/primer/css/pull/2202) [`b74e78b2`](https://github.com/primer/css/commit/b74e78b2539925956ec19aa3efbf2410dc1167e0) Thanks [@jonrohan](https://github.com/jonrohan)! - Rename SegmentedControl--iconOnly-whenNarrow to SegmentedControl-button--iconOnly-whenNarrow and place on button
10
26
 
27
+ - [#2191](https://github.com/primer/css/pull/2191) [`e175f69d`](https://github.com/primer/css/commit/e175f69dd87fb3b54f46130dbdae18b75e9263ad) Thanks [@josepmartins](https://github.com/josepmartins)! - Bump @primer/gatsby-theme-doctocat from 3.1.1 to 4.0.0 in /docs
28
+
11
29
  ## 20.4.2
12
30
 
13
31
  ### Patch Changes
package/RELEASING.md CHANGED
@@ -31,7 +31,7 @@ The release process is automated by [changesets]. After you familiarize yourself
31
31
 
32
32
  After tests run, the docs site will be deployed and `@primer/css` will be published with your changes to the `latest` dist-tag. You can check [npm](https://www.npmjs.com/package/@primer/css?activeTab=versions) to see if actions has finished.
33
33
 
34
- 2. done 🎉
34
+ 2. Done! 🎉
35
35
 
36
36
 
37
37
  ## Update github.com (in `github/github`):