From 76ed571da95ab108f615084c4e951bf94c42ca5f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 17 Nov 2021 23:44:12 +0000 Subject: [PATCH] Version Packages --- .changeset/action-list-description-a11y.md | 5 ----- .changeset/actionlist-keyboard-a11y.md | 5 ----- .changeset/brown-squids-unite.md | 5 ----- .changeset/hip-ravens-sell.md | 5 ----- .changeset/quick-ducks-camp.md | 5 ----- .changeset/silly-coins-sit.md | 5 ----- .changeset/state-label-draft-issue.md | 5 ----- .changeset/tall-moles-smoke.md | 5 ----- .changeset/young-ties-fix.md | 5 ----- CHANGELOG.md | 24 ++++++++++++++++++++++ package.json | 2 +- 11 files changed, 25 insertions(+), 46 deletions(-) delete mode 100644 .changeset/action-list-description-a11y.md delete mode 100644 .changeset/actionlist-keyboard-a11y.md delete mode 100644 .changeset/brown-squids-unite.md delete mode 100644 .changeset/hip-ravens-sell.md delete mode 100644 .changeset/quick-ducks-camp.md delete mode 100644 .changeset/silly-coins-sit.md delete mode 100644 .changeset/state-label-draft-issue.md delete mode 100644 .changeset/tall-moles-smoke.md delete mode 100644 .changeset/young-ties-fix.md diff --git a/.changeset/action-list-description-a11y.md b/.changeset/action-list-description-a11y.md deleted file mode 100644 index 894afc34062..00000000000 --- a/.changeset/action-list-description-a11y.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/components': patch ---- - -ActionList: Better labels and description for accessible ActionList.Item diff --git a/.changeset/actionlist-keyboard-a11y.md b/.changeset/actionlist-keyboard-a11y.md deleted file mode 100644 index 783a7875609..00000000000 --- a/.changeset/actionlist-keyboard-a11y.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/components': patch ---- - -ActionList: Improve keyboard accessibility with focus styles cross browser diff --git a/.changeset/brown-squids-unite.md b/.changeset/brown-squids-unite.md deleted file mode 100644 index 660049b1b02..00000000000 --- a/.changeset/brown-squids-unite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/components": patch ---- - -Add a utility to provide useIsoMorphicEffect function and use that instead of useLayoutEffect everywhere diff --git a/.changeset/hip-ravens-sell.md b/.changeset/hip-ravens-sell.md deleted file mode 100644 index b5ff9010577..00000000000 --- a/.changeset/hip-ravens-sell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/components': patch ---- - -Fixes a styling bug in TextInput components while using its `icon` and `block` props together diff --git a/.changeset/quick-ducks-camp.md b/.changeset/quick-ducks-camp.md deleted file mode 100644 index 23c0dd34d45..00000000000 --- a/.changeset/quick-ducks-camp.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/components": patch ---- - -Fix `auxiliaryText` in ActionList Group header diff --git a/.changeset/silly-coins-sit.md b/.changeset/silly-coins-sit.md deleted file mode 100644 index 76e48134fe5..00000000000 --- a/.changeset/silly-coins-sit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/components': minor ---- - -The sx prop now has types that will inform autocomplete for color and shadow values that are key paths into the theme. diff --git a/.changeset/state-label-draft-issue.md b/.changeset/state-label-draft-issue.md deleted file mode 100644 index 4ce780939db..00000000000 --- a/.changeset/state-label-draft-issue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/components": patch ---- - -Add support for draft issues to the StateLabel component diff --git a/.changeset/tall-moles-smoke.md b/.changeset/tall-moles-smoke.md deleted file mode 100644 index 8c37de5742a..00000000000 --- a/.changeset/tall-moles-smoke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/components': minor ---- - -Add experimental `ActionList` with composable API diff --git a/.changeset/young-ties-fix.md b/.changeset/young-ties-fix.md deleted file mode 100644 index c34e80d60ad..00000000000 --- a/.changeset/young-ties-fix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/components": patch ---- - -Rename `@primer/components/unreleased` to `@primer/components/drafts` to avoid confusion when referring to it. diff --git a/CHANGELOG.md b/CHANGELOG.md index a539f6d2f46..f7db79448e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # @primer/components +## 31.2.0 + +### Minor Changes + +- [#1544](https://github.com/primer/react/pull/1544) [`5b55b0ab`](https://github.com/primer/react/commit/5b55b0ab8ea06b077e141c02285c81b99e246b77) Thanks [@jfuchs](https://github.com/jfuchs)! - The sx prop now has types that will inform autocomplete for color and shadow values that are key paths into the theme. + +* [#1517](https://github.com/primer/react/pull/1517) [`561c0bd3`](https://github.com/primer/react/commit/561c0bd371b8d2135fb1d69555abc424ab796f2d) Thanks [@siddharthkp](https://github.com/siddharthkp)! - Add experimental `ActionList` with composable API + +### Patch Changes + +- [#1599](https://github.com/primer/react/pull/1599) [`a2e195b0`](https://github.com/primer/react/commit/a2e195b0a26ce70f44aea38b009856c0089aae0e) Thanks [@siddharthkp](https://github.com/siddharthkp)! - ActionList: Better labels and description for accessible ActionList.Item + +* [#1603](https://github.com/primer/react/pull/1603) [`f4057b89`](https://github.com/primer/react/commit/f4057b897cc4c23012fb1b1881cefacbb57e081d) Thanks [@siddharthkp](https://github.com/siddharthkp)! - ActionList: Improve keyboard accessibility with focus styles cross browser + +- [#1583](https://github.com/primer/react/pull/1583) [`24b1ebbc`](https://github.com/primer/react/commit/24b1ebbc21ca2eaa92bd6b5b8c15ab0e7577f5a0) Thanks [@pksjce](https://github.com/pksjce)! - Add a utility to provide useIsoMorphicEffect function and use that instead of useLayoutEffect everywhere + +* [#1592](https://github.com/primer/react/pull/1592) [`8d3d491f`](https://github.com/primer/react/commit/8d3d491fa3c9437b3a8f310e233b7009cae13095) Thanks [@rezrah](https://github.com/rezrah)! - Fixes a styling bug in TextInput components while using its `icon` and `block` props together + +- [#1549](https://github.com/primer/react/pull/1549) [`f565840f`](https://github.com/primer/react/commit/f565840f2d879b987ef9df7cd046e146214ed5f5) Thanks [@michael-lefebvre](https://github.com/michael-lefebvre)! - Fix `auxiliaryText` in ActionList Group header + +* [#1604](https://github.com/primer/react/pull/1604) [`d2090b5b`](https://github.com/primer/react/commit/d2090b5b0321df1a415054d9b6a4d407627a385f) Thanks [@japf](https://github.com/japf)! - Add support for draft issues to the StateLabel component + +- [#1609](https://github.com/primer/react/pull/1609) [`5eb7ade9`](https://github.com/primer/react/commit/5eb7ade92082fda2a94b45828a32e25b07c039db) Thanks [@siddharthkp](https://github.com/siddharthkp)! - Rename `@primer/components/unreleased` to `@primer/components/drafts` to avoid confusion when referring to it. + ## 31.1.0 ### Minor Changes diff --git a/package.json b/package.json index f4151d2758b..770764f593f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/components", - "version": "31.1.0", + "version": "31.2.0", "description": "Primer react components", "main": "lib/index.js", "module": "lib-esm/index.js",