@primer/css 21.0.0-rc.f7d00272 → 21.0.0

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
@@ -17,6 +17,10 @@
17
17
 
18
18
  ### Patch Changes
19
19
 
20
+ - [#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`
21
+
22
+ - [#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`
23
+
20
24
  - [#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
21
25
 
22
26
  ## 20.8.3
package/RELEASING.md CHANGED
@@ -39,7 +39,7 @@ The release process is automated by [changesets]. After you familiarize yourself
39
39
  1. Install the latest published version in the same `primer-<version>` branch created earlier with:
40
40
 
41
41
  ```
42
- bin/npm install @primer/css@<version>
42
+ bin/npm install @primer/css@<version> -w ./npm-workspaces/primer/
43
43
  ```
44
44
 
45
45
  Then commit and push the changes to `package.json`, `package-lock.json`, `LICENSE` and `vendor/npm`.