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 #2556

Merged
merged 1 commit into from Dec 1, 2023
Merged

Release Tracking #2556

merged 1 commit into from Dec 1, 2023

Conversation

primer[bot]
Copy link
Contributor

@primer primer bot commented Nov 30, 2023

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@21.1.0

Minor Changes

@primer primer bot requested a review from a team as a code owner November 30, 2023 23:02
@primer primer bot requested a review from langermank November 30, 2023 23:02
Copy link
Contributor

github-actions bot commented Nov 30, 2023

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	2023-12-01 18:01:41.956191025 +0000
+++ after.txt	2023-12-01 18:01:42.008190482 +0000
@@ -162,2 +162,3 @@
 .FormControl-inlineValidation p
+.FormControl-inlineValidation--success
 .FormControl-inlineValidation--visual
@@ -204,3 +205,4 @@
 .FormControl-input[disabled]::placeholder
-.FormControl-input[invalid]:not(:focus)
+.FormControl-input[invalid=false]:not(:focus)
+.FormControl-input[invalid=true]:not(:focus)
 .FormControl-input[readonly]
@@ -232,3 +234,4 @@
 .FormControl-select[disabled]::placeholder
-.FormControl-select[invalid]:not(:focus)
+.FormControl-select[invalid=false]:not(:focus)
+.FormControl-select[invalid=true]:not(:focus)
 .FormControl-select[readonly]
@@ -252,3 +255,4 @@
 .FormControl-textarea[disabled]::placeholder
-.FormControl-textarea[invalid]:not(:focus)
+.FormControl-textarea[invalid=false]:not(:focus)
+.FormControl-textarea[invalid=true]:not(:focus)
 .FormControl-textarea[readonly]
@@ -370,2 +374,3 @@
 .Link--secondary:hover [class*=color-fg]
+.Link--underline
 .Link:focus
@@ -695,2 +700,4 @@
 .Subhead-heading--danger
+.Subhead-heading--large
+.Subhead-heading--medium
 .TableObject
@@ -857,2 +864,3 @@
 .blankslate-clean-background
+.blankslate-container
 .blankslate-heading
@@ -3952,4 +3960,4 @@
 input.FormControl-checkbox[type=checkbox][disabled]~.FormControl-checkbox-labelWrap .FormControl-label
-input.FormControl-checkbox[type=checkbox][disabled]~.FormControl-radio-labelWrap .FormControl-label
-input.FormControl-checkbox[type=checkbox][invalid]:not(:focus)
+input.FormControl-checkbox[type=checkbox][invalid=false]:not(:focus)
+input.FormControl-checkbox[type=checkbox][invalid=true]:not(:focus)
 input.FormControl-radio[type=radio]:after
@@ -3957,2 +3965,3 @@
 input.FormControl-radio[type=radio]:checked:disabled
+input.FormControl-radio[type=radio]:checked:disabled~.FormControl-radio-labelWrap .FormControl-label
 input.FormControl-radio[type=radio]:focus-visible
@@ -3962,3 +3971,7 @@
 input.FormControl-radio[type=radio][disabled]
-input.FormControl-radio[type=radio][invalid]:not(:focus)
+input.FormControl-radio[type=radio][disabled]:checked
+input.FormControl-radio[type=radio][disabled]:checked~.FormControl-radio-labelWrap .FormControl-label
+input.FormControl-radio[type=radio][disabled]~.FormControl-radio-labelWrap .FormControl-label
+input.FormControl-radio[type=radio][invalid=false]:not(:focus)
+input.FormControl-radio[type=radio][invalid=true]:not(:focus)
 input::-webkit-inner-spin-button

@primer primer bot force-pushed the changeset-release/main branch 5 times, most recently from d1ffe82 to 8800519 Compare December 1, 2023 17:58
@jonrohan jonrohan merged commit 91075c1 into main Dec 1, 2023
14 checks passed
@jonrohan jonrohan deleted the changeset-release/main branch December 1, 2023 19:10
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.

None yet

1 participant