Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release Tracking #2312

Merged
merged 1 commit into from
Nov 21, 2022
Merged

Release Tracking #2312

merged 1 commit into from
Nov 21, 2022

Conversation

primer-css
Copy link
Contributor

@primer-css primer-css commented Nov 15, 2022

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@primer/css@20.6.1

Patch Changes

@primer-css primer-css requested a review from a team as a code owner November 15, 2022 17:49
@primer-css primer-css requested a review from simurai November 15, 2022 17:49
@github-actions
Copy link
Contributor

github-actions bot commented Nov 15, 2022

Preparing for a release.

Checklist

Make sure these items are checked before merging.

  • Preview the docs change.
  • Preview npm release candidate.
  • CI passes on the release PR.

Selectors added/removed since latest release

--- before.txt	2022-11-18 23:52:38.979908283 +0000
+++ after.txt	2022-11-18 23:52:39.071913930 +0000
@@ -333,5 +333,5 @@
 .FormControl-input.FormControl-warning
-.FormControl-input:focus-visible
 .FormControl-input:not(:focus)[invalid]
 .FormControl-input:not([type=checkbox]):not([type=radio]):focus
+.FormControl-input:not([type=checkbox]):not([type=radio]):focus-visible
 .FormControl-input:not([type=checkbox]):not([type=radio]):focus:not(:focus-visible)
@@ -360,5 +360,5 @@
 .FormControl-select.FormControl-warning
-.FormControl-select:focus-visible
 .FormControl-select:not(:focus)[invalid]
 .FormControl-select:not([type=checkbox]):not([type=radio]):focus
+.FormControl-select:not([type=checkbox]):not([type=radio]):focus-visible
 .FormControl-select:not([type=checkbox]):not([type=radio]):focus:not(:focus-visible)
@@ -379,5 +379,5 @@
 .FormControl-textarea.FormControl-warning
-.FormControl-textarea:focus-visible
 .FormControl-textarea:not(:focus)[invalid]
 .FormControl-textarea:not([type=checkbox]):not([type=radio]):focus
+.FormControl-textarea:not([type=checkbox]):not([type=radio]):focus-visible
 .FormControl-textarea:not([type=checkbox]):not([type=radio]):focus:not(:focus-visible)
@@ -1526,3 +1526,3 @@
 .dropdown-item:hover
-.dropdown-item:hover [class*=color-text-]
+.dropdown-item:hover [class*=color-fg-]
 .dropdown-item:hover>.Label
@@ -2259,2 +2259,4 @@
 .markdown-body ol[type="1"]
+.markdown-body ol[type=A]
+.markdown-body ol[type=I]
 .markdown-body ol[type=a]
@@ -4083,3 +4085,2 @@
 input[type=checkbox].FormControl-checkbox:checked:disabled::before
-input[type=checkbox].FormControl-checkbox:focus
 input[type=checkbox].FormControl-checkbox:focus-visible
@@ -4088,2 +4089,3 @@
 input[type=checkbox].FormControl-checkbox:not([type=checkbox]):not([type=radio]):focus
+input[type=checkbox].FormControl-checkbox:not([type=checkbox]):not([type=radio]):focus-visible
 input[type=checkbox].FormControl-checkbox:not([type=checkbox]):not([type=radio]):focus:not(:focus-visible)
@@ -4097,16 +4099,10 @@
 input[type=radio].FormControl-radio::after
-input[type=radio].FormControl-radio::before
 input[type=radio].FormControl-radio:checked
-input[type=radio].FormControl-radio:checked::before
 input[type=radio].FormControl-radio:checked:disabled
-input[type=radio].FormControl-radio:checked:disabled::before
-input[type=radio].FormControl-radio:focus
 input[type=radio].FormControl-radio:focus-visible
-input[type=radio].FormControl-radio:indeterminate::before
 input[type=radio].FormControl-radio:not(:focus)[invalid]
 input[type=radio].FormControl-radio:not([type=checkbox]):not([type=radio]):focus
+input[type=radio].FormControl-radio:not([type=checkbox]):not([type=radio]):focus-visible
 input[type=radio].FormControl-radio:not([type=checkbox]):not([type=radio]):focus:not(:focus-visible)
 input[type=radio].FormControl-radio[disabled]
-input[type=radio].FormControl-radio[disabled]~.FormControl-checkbox-labelWrap .FormControl-label
-input[type=radio].FormControl-radio[disabled]~.FormControl-radio-labelWrap .FormControl-label
 input[type=radio]:focus

Bundles with a size change since latest release

name selectors ± gzip size ± raw size ±
primer 4511 - 13 64.19 kB - 227 B 753.32 kB - 776 B
core 3398 - 15 30.93 kB - 224 B 224.99 kB - 560 B
product 612 + 2 8.21 kB + 15 B 46.47 kB + 106 B
forms 403 - 15 6.62 kB - 193 B 38.98 kB - 579 B
markdown 150 + 2 1.81 kB + 13 B 8.19 kB + 108 B
overlay 84 0 1.75 kB + 12 B 11.01 kB + 19 B
dropdown 39 0 937 B - 2 B 3.44 kB - 2 B

@primer-css primer-css temporarily deployed to github-pages November 15, 2022 17:55 Inactive
@github-actions github-actions bot temporarily deployed to Storybook Preview November 15, 2022 17:55 Inactive
@primer-css primer-css force-pushed the changeset-release/main branch from 8a4d334 to ff703ef Compare November 16, 2022 20:43
@primer-css primer-css temporarily deployed to github-pages November 16, 2022 20:49 Inactive
@github-actions github-actions bot temporarily deployed to Storybook Preview November 16, 2022 20:49 Inactive
@primer-css primer-css force-pushed the changeset-release/main branch from ff703ef to 32df759 Compare November 17, 2022 20:03
@primer-css primer-css temporarily deployed to github-pages November 17, 2022 20:11 Inactive
@github-actions github-actions bot temporarily deployed to Storybook Preview November 17, 2022 20:12 Inactive
@primer-css primer-css force-pushed the changeset-release/main branch from 32df759 to d22a941 Compare November 18, 2022 07:14
@primer-css primer-css temporarily deployed to github-pages November 18, 2022 07:23 Inactive
@github-actions github-actions bot temporarily deployed to Storybook Preview November 18, 2022 07:23 Inactive
@primer-css primer-css force-pushed the changeset-release/main branch from d22a941 to 253d6f5 Compare November 18, 2022 23:51
@github-actions github-actions bot temporarily deployed to Storybook Preview November 19, 2022 00:00 Inactive
@langermank langermank merged commit 8c532bd into main Nov 21, 2022
@langermank langermank deleted the changeset-release/main branch November 21, 2022 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants