From 9cc2a259bfb70f4914bdfbfeff21ca0286eadf43 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 2 Dec 2021 18:54:54 +0000 Subject: [PATCH] Version Packages --- .../actionlist-fix-selection-rendering.md | 5 ---- .changeset/clean-clocks-warn.md | 5 ---- .changeset/composable-actionmenu.md | 5 ---- .changeset/grumpy-tomatoes-chew.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 | 24 +++++++++++++++++++ package.json | 2 +- 10 files changed, 25 insertions(+), 41 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/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/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..0f93d00c5d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # @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` + +### 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 e83187abcc6..29760f59da9 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",