From 0e01900ccfb3570eb37200420648ac25edea77c0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 19 Nov 2021 17:07:25 +0000 Subject: [PATCH] Version Packages --- .changeset/action-list-selection-a11y.md | 5 ----- .changeset/actionlist-disabled-items.md | 5 ----- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/action-list-selection-a11y.md delete mode 100644 .changeset/actionlist-disabled-items.md diff --git a/.changeset/action-list-selection-a11y.md b/.changeset/action-list-selection-a11y.md deleted file mode 100644 index 68444c8ccd3..00000000000 --- a/.changeset/action-list-selection-a11y.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/components': patch ---- - -ActionList: Use icon instead of input for multiple selection in ActionList diff --git a/.changeset/actionlist-disabled-items.md b/.changeset/actionlist-disabled-items.md deleted file mode 100644 index d75e61d66ed..00000000000 --- a/.changeset/actionlist-disabled-items.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/components": patch ---- - -ActionList: Visual update for disabled Items to make them more obvious diff --git a/CHANGELOG.md b/CHANGELOG.md index f7db79448e3..98a0d482f99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @primer/components +## 31.2.1 + +### Patch Changes + +- [#1601](https://github.com/primer/react/pull/1601) [`250e4b00`](https://github.com/primer/react/commit/250e4b00f4d996b6125d381bae2487b57156687c) Thanks [@siddharthkp](https://github.com/siddharthkp)! - ActionList: Use icon instead of input for multiple selection in ActionList + +* [#1629](https://github.com/primer/react/pull/1629) [`47fdbf40`](https://github.com/primer/react/commit/47fdbf40c3b3e0b0efaa7d50e4c08e283eecc5ee) Thanks [@siddharthkp](https://github.com/siddharthkp)! - ActionList: Visual update for disabled Items to make them more obvious + ## 31.2.0 ### Minor Changes diff --git a/package.json b/package.json index 770764f593f..f24daf10225 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/components", - "version": "31.2.0", + "version": "31.2.1", "description": "Primer react components", "main": "lib/index.js", "module": "lib-esm/index.js",