From a564c1a0905c75f852e0c08ade308a05f0029cdb Mon Sep 17 00:00:00 2001 From: GitHub Design Systems Bot <30705008+primer-css@users.noreply.github.com> Date: Thu, 2 Dec 2021 14:20:29 -0800 Subject: [PATCH] Version Packages (#1667) Co-authored-by: github-actions[bot] --- .../actionlist-fix-selection-rendering.md | 5 ---- .changeset/clean-clocks-warn.md | 5 ---- .changeset/composable-actionmenu.md | 5 ---- .changeset/grumpy-tomatoes-chew.md | 5 ---- .changeset/red-bottles-prove.md | 5 ---- .changeset/rude-squids-lick.md | 5 ---- .changeset/ten-doors-arrive.md | 5 ---- .changeset/three-moose-impress.md | 5 ---- .changeset/typescript-bump.md | 5 ---- CHANGELOG.md | 26 +++++++++++++++++++ package.json | 2 +- 11 files changed, 27 insertions(+), 46 deletions(-) delete mode 100644 .changeset/actionlist-fix-selection-rendering.md delete mode 100644 .changeset/clean-clocks-warn.md delete mode 100644 .changeset/composable-actionmenu.md delete mode 100644 .changeset/grumpy-tomatoes-chew.md delete mode 100644 .changeset/red-bottles-prove.md delete mode 100644 .changeset/rude-squids-lick.md delete mode 100644 .changeset/ten-doors-arrive.md delete mode 100644 .changeset/three-moose-impress.md delete mode 100644 .changeset/typescript-bump.md diff --git a/.changeset/actionlist-fix-selection-rendering.md b/.changeset/actionlist-fix-selection-rendering.md deleted file mode 100644 index a5c5b5d08e7..00000000000 --- a/.changeset/actionlist-fix-selection-rendering.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/components': patch ---- - -ActionList: Fix multiple selection svg by overriding global shape-rendering for github.com diff --git a/.changeset/clean-clocks-warn.md b/.changeset/clean-clocks-warn.md deleted file mode 100644 index b4c5c63797f..00000000000 --- a/.changeset/clean-clocks-warn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/components': major ---- - -Details no longer accepts styled-system props. Please use the `sx` prop to extend Primer component styling instead. See also https://primer.style/react/overriding-styles for information about `sx` and https://primer.style/react/system-props for context on the removal. diff --git a/.changeset/composable-actionmenu.md b/.changeset/composable-actionmenu.md deleted file mode 100644 index dcf863d9cc5..00000000000 --- a/.changeset/composable-actionmenu.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/components': minor ---- - -Add composable `ActionMenu` to `@primer/components/drafts` diff --git a/.changeset/grumpy-tomatoes-chew.md b/.changeset/grumpy-tomatoes-chew.md deleted file mode 100644 index 0b366598170..00000000000 --- a/.changeset/grumpy-tomatoes-chew.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/components': patch ---- - -Fix alignment of items in ActionList (single-select) if some of the items have wrapping text. diff --git a/.changeset/red-bottles-prove.md b/.changeset/red-bottles-prove.md deleted file mode 100644 index cdced65459f..00000000000 --- a/.changeset/red-bottles-prove.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/components': minor ---- - -Add `resolvedColorScheme` property to the object returned by `useTheme()` diff --git a/.changeset/rude-squids-lick.md b/.changeset/rude-squids-lick.md deleted file mode 100644 index bf6dcff8534..00000000000 --- a/.changeset/rude-squids-lick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/components': major ---- - -Avatar no longer accepts styled-system props. Please use the `sx` prop to extend Primer component styling instead. See also https://primer.style/react/overriding-styles for information about `sx` and https://primer.style/react/system-props for context on the removal. diff --git a/.changeset/ten-doors-arrive.md b/.changeset/ten-doors-arrive.md deleted file mode 100644 index 9193aa7b4da..00000000000 --- a/.changeset/ten-doors-arrive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/components': major ---- - -BranchName no longer accepts styled-system props. Please use the `sx` prop to extend Primer component styling instead. See also https://primer.style/react/overriding-styles for information about `sx` and https://primer.style/react/system-props for context on the removal. diff --git a/.changeset/three-moose-impress.md b/.changeset/three-moose-impress.md deleted file mode 100644 index 4e5ba933183..00000000000 --- a/.changeset/three-moose-impress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/components': major ---- - -Heading no longer accepts styled-system props. Please use the `sx` prop to extend Primer component styling instead. See also https://primer.style/react/overriding-styles for information about `sx` and https://primer.style/react/system-props for context on the removal. diff --git a/.changeset/typescript-bump.md b/.changeset/typescript-bump.md deleted file mode 100644 index c75e0f9c0ef..00000000000 --- a/.changeset/typescript-bump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/components': patch ---- - -Update `typescript` package to correct generated type declarations. diff --git a/CHANGELOG.md b/CHANGELOG.md index e07542750c1..ebf7b386db1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,31 @@ # @primer/components +## 33.0.0 + +### Major Changes + +- [#1643](https://github.com/primer/react/pull/1643) [`3938550f`](https://github.com/primer/react/commit/3938550fb3ea3fbec542a0cadaf6aeb734fba938) Thanks [@jfuchs](https://github.com/jfuchs)! - Details no longer accepts styled-system props. Please use the `sx` prop to extend Primer component styling instead. See also https://primer.style/react/overriding-styles for information about `sx` and https://primer.style/react/system-props for context on the removal. + +* [#1643](https://github.com/primer/react/pull/1643) [`3938550f`](https://github.com/primer/react/commit/3938550fb3ea3fbec542a0cadaf6aeb734fba938) Thanks [@jfuchs](https://github.com/jfuchs)! - Avatar no longer accepts styled-system props. Please use the `sx` prop to extend Primer component styling instead. See also https://primer.style/react/overriding-styles for information about `sx` and https://primer.style/react/system-props for context on the removal. + +- [#1643](https://github.com/primer/react/pull/1643) [`3938550f`](https://github.com/primer/react/commit/3938550fb3ea3fbec542a0cadaf6aeb734fba938) Thanks [@jfuchs](https://github.com/jfuchs)! - BranchName no longer accepts styled-system props. Please use the `sx` prop to extend Primer component styling instead. See also https://primer.style/react/overriding-styles for information about `sx` and https://primer.style/react/system-props for context on the removal. + +* [#1643](https://github.com/primer/react/pull/1643) [`3938550f`](https://github.com/primer/react/commit/3938550fb3ea3fbec542a0cadaf6aeb734fba938) Thanks [@jfuchs](https://github.com/jfuchs)! - Heading no longer accepts styled-system props. Please use the `sx` prop to extend Primer component styling instead. See also https://primer.style/react/overriding-styles for information about `sx` and https://primer.style/react/system-props for context on the removal. + +### Minor Changes + +- [#1619](https://github.com/primer/react/pull/1619) [`a13efa45`](https://github.com/primer/react/commit/a13efa457ded69656fb390b5b9b666d00157fd21) Thanks [@siddharthkp](https://github.com/siddharthkp)! - Add composable `ActionMenu` to `@primer/components/drafts` + +* [#1679](https://github.com/primer/react/pull/1679) [`006cc80b`](https://github.com/primer/react/commit/006cc80bd8fa2f31947e17e0683880e0b8cdc400) Thanks [@mattcosta7](https://github.com/mattcosta7)! - Add `resolvedColorScheme` property to the object returned by `useTheme()` + +### Patch Changes + +- [#1668](https://github.com/primer/react/pull/1668) [`98dc6336`](https://github.com/primer/react/commit/98dc633674b793edfa4fbeb88fd239e6ca40544e) Thanks [@siddharthkp](https://github.com/siddharthkp)! - ActionList: Fix multiple selection svg by overriding global shape-rendering for github.com + +* [#1596](https://github.com/primer/react/pull/1596) [`5c6dc644`](https://github.com/primer/react/commit/5c6dc644c1e68b36d309deac653aca189f1fa624) Thanks [@dmarcey](https://github.com/dmarcey)! - Fix alignment of items in ActionList (single-select) if some of the items have wrapping text. + +- [#1538](https://github.com/primer/react/pull/1538) [`dda6e5d7`](https://github.com/primer/react/commit/dda6e5d7204347c3c66183464dd0903e878a4f20) Thanks [@shiftkey](https://github.com/shiftkey)! - Update `typescript` package to correct generated type declarations. + ## 32.1.0 ### Minor Changes diff --git a/package.json b/package.json index 27ec4675996..89d63fe3d68 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/components", - "version": "32.1.0", + "version": "33.0.0", "description": "Primer react components", "main": "lib/index.js", "module": "lib-esm/index.js",