-
Notifications
You must be signed in to change notification settings - Fork 536
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 #1667
Merged
Merged
Release Tracking #1667
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
size-limit report 📦
|
primer-css
force-pushed
the
changeset-release/main
branch
from
November 30, 2021 16:13
9274310
to
b4502a3
Compare
primer-css
force-pushed
the
changeset-release/main
branch
from
November 30, 2021 16:26
b4502a3
to
8eccc94
Compare
primer-css
force-pushed
the
changeset-release/main
branch
from
November 30, 2021 18:07
8eccc94
to
b495ba4
Compare
primer-css
force-pushed
the
changeset-release/main
branch
from
November 30, 2021 18:38
b495ba4
to
b3e4cce
Compare
primer-css
force-pushed
the
changeset-release/main
branch
from
December 1, 2021 10:41
b3e4cce
to
9f3670b
Compare
7 tasks
primer-css
force-pushed
the
changeset-release/main
branch
from
December 2, 2021 10:25
9f3670b
to
af3001e
Compare
primer-css
force-pushed
the
changeset-release/main
branch
from
December 2, 2021 16:00
af3001e
to
4efeb64
Compare
primer-css
force-pushed
the
changeset-release/main
branch
from
December 2, 2021 16:57
4efeb64
to
cface7d
Compare
primer-css
force-pushed
the
changeset-release/main
branch
from
December 2, 2021 18:08
cface7d
to
dcc047a
Compare
primer-css
force-pushed
the
changeset-release/main
branch
from
December 2, 2021 18:47
dcc047a
to
786c1bb
Compare
primer-css
force-pushed
the
changeset-release/main
branch
from
December 2, 2021 18:54
786c1bb
to
9cc2a25
Compare
primer-css
force-pushed
the
changeset-release/main
branch
from
December 2, 2021 21:00
9cc2a25
to
265a717
Compare
primer-css
force-pushed
the
changeset-release/main
branch
from
December 2, 2021 21:09
265a717
to
956a1af
Compare
primer-css
force-pushed
the
changeset-release/main
branch
from
December 2, 2021 21:34
956a1af
to
42d465c
Compare
colebemis
approved these changes
Dec 2, 2021
pksjce
pushed a commit
that referenced
this pull request
Dec 20, 2021
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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/components@33.0.0
Major Changes
#1643
3938550f
Thanks @jfuchs! - Details no longer accepts styled-system props. Please use thesx
prop to extend Primer component styling instead. See also https://primer.style/react/overriding-styles for information aboutsx
and https://primer.style/react/system-props for context on the removal.#1643
3938550f
Thanks @jfuchs! - Avatar no longer accepts styled-system props. Please use thesx
prop to extend Primer component styling instead. See also https://primer.style/react/overriding-styles for information aboutsx
and https://primer.style/react/system-props for context on the removal.#1643
3938550f
Thanks @jfuchs! - BranchName no longer accepts styled-system props. Please use thesx
prop to extend Primer component styling instead. See also https://primer.style/react/overriding-styles for information aboutsx
and https://primer.style/react/system-props for context on the removal.#1643
3938550f
Thanks @jfuchs! - Heading no longer accepts styled-system props. Please use thesx
prop to extend Primer component styling instead. See also https://primer.style/react/overriding-styles for information aboutsx
and https://primer.style/react/system-props for context on the removal.Minor Changes
#1619
a13efa45
Thanks @siddharthkp! - Add composableActionMenu
to@primer/components/drafts
#1679
006cc80b
Thanks @mattcosta7! - AddresolvedColorScheme
property to the object returned byuseTheme()
Patch Changes
#1668
98dc6336
Thanks @siddharthkp! - ActionList: Fix multiple selection svg by overriding global shape-rendering for github.com#1596
5c6dc644
Thanks @dmarcey! - Fix alignment of items in ActionList (single-select) if some of the items have wrapping text.#1538
dda6e5d7
Thanks @shiftkey! - Updatetypescript
package to correct generated type declarations.