Skip to content

Release Tracking#2556

Merged
jonrohan merged 1 commit intomainfrom
changeset-release/main
Dec 1, 2023
Merged

Release Tracking#2556
jonrohan merged 1 commit intomainfrom
changeset-release/main

Conversation

@primer
Copy link
Copy Markdown
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
@primer primer Bot force-pushed the changeset-release/main branch from c9806d2 to e7e3e94 Compare November 30, 2023 23:03
@github-actions
Copy link
Copy Markdown
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 temporarily deployed to github-pages November 30, 2023 23:04 Inactive
@github-actions github-actions Bot temporarily deployed to Storybook Preview November 30, 2023 23:05 Inactive
@github-actions github-actions Bot temporarily deployed to Storybook Preview November 30, 2023 23:05 Inactive
@primer primer Bot force-pushed the changeset-release/main branch 5 times, most recently from d1ffe82 to 8800519 Compare December 1, 2023 17:58
@primer primer Bot force-pushed the changeset-release/main branch from 8800519 to 0057425 Compare December 1, 2023 17:59
@github-actions github-actions Bot temporarily deployed to Storybook Preview December 1, 2023 17:59 Inactive
@github-actions github-actions Bot temporarily deployed to Storybook Preview December 1, 2023 17:59 Inactive
@github-actions github-actions Bot temporarily deployed to Storybook Preview December 1, 2023 18:00 Inactive
@github-actions github-actions Bot temporarily deployed to Storybook Preview December 1, 2023 18:01 Inactive
@github-actions github-actions Bot temporarily deployed to Storybook Preview December 1, 2023 18:01 Inactive
@primer primer Bot temporarily deployed to github-pages December 1, 2023 18:01 Inactive
@github-actions github-actions Bot temporarily deployed to Storybook Preview December 1, 2023 18:01 Inactive
@jonrohan jonrohan merged commit 91075c1 into main Dec 1, 2023
@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.

1 participant