From b38d388eb1cbf93354cead6ec1b4306e3930cca7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 14 Apr 2022 10:24:04 +0000 Subject: [PATCH] Version Packages --- .changeset/brown-maps-yawn.md | 5 ----- .changeset/chatty-moose-wait.md | 5 ----- .changeset/six-trains-guess.md | 5 ----- .changeset/spicy-carrots-remember.md | 5 ----- .changeset/strange-jobs-add.md | 5 ----- .changeset/stupid-carrots-jam.md | 5 ----- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 8 files changed, 19 insertions(+), 31 deletions(-) delete mode 100644 .changeset/brown-maps-yawn.md delete mode 100644 .changeset/chatty-moose-wait.md delete mode 100644 .changeset/six-trains-guess.md delete mode 100644 .changeset/spicy-carrots-remember.md delete mode 100644 .changeset/strange-jobs-add.md delete mode 100644 .changeset/stupid-carrots-jam.md diff --git a/.changeset/brown-maps-yawn.md b/.changeset/brown-maps-yawn.md deleted file mode 100644 index 8c2a9de17b7..00000000000 --- a/.changeset/brown-maps-yawn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -The `PageLayout` component now renders [HTML5 landmark elements](https://web.dev/use-landmarks/) (`header`, `aside`, `footer`) to improve the navigation experience for people using assistive technologies (like screen readers) diff --git a/.changeset/chatty-moose-wait.md b/.changeset/chatty-moose-wait.md deleted file mode 100644 index 2f99878480c..00000000000 --- a/.changeset/chatty-moose-wait.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': minor ---- - -Adds the option to render a trailing action inside of the TextInput component diff --git a/.changeset/six-trains-guess.md b/.changeset/six-trains-guess.md deleted file mode 100644 index 58c33619e10..00000000000 --- a/.changeset/six-trains-guess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -Updates the API for token components to align with our size-naming ADR, avatar guidelines, and icon guidelines diff --git a/.changeset/spicy-carrots-remember.md b/.changeset/spicy-carrots-remember.md deleted file mode 100644 index c687ba72283..00000000000 --- a/.changeset/spicy-carrots-remember.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -Update `@primer/behaviors` for better ESM compatibility diff --git a/.changeset/strange-jobs-add.md b/.changeset/strange-jobs-add.md deleted file mode 100644 index 4dba14fd7c0..00000000000 --- a/.changeset/strange-jobs-add.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -Add button focus styles diff --git a/.changeset/stupid-carrots-jam.md b/.changeset/stupid-carrots-jam.md deleted file mode 100644 index 0df7f9b5237..00000000000 --- a/.changeset/stupid-carrots-jam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': minor ---- - -Adds a toggle switch component diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ba19a02fcd..c56e8f22cf9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # @primer/components +## 35.2.0 + +### Minor Changes + +- [#1947](https://github.com/primer/react/pull/1947) [`edc85c96`](https://github.com/primer/react/commit/edc85c96c6c70adebbc4af1e2d05a913f249f2d3) Thanks [@mperrotti](https://github.com/mperrotti)! - Adds the option to render a trailing action inside of the TextInput component + +* [#1933](https://github.com/primer/react/pull/1933) [`ae7650f1`](https://github.com/primer/react/commit/ae7650f1b6551b56effabe420ec4531804e97e7c) Thanks [@mperrotti](https://github.com/mperrotti)! - Adds a toggle switch component + +### Patch Changes + +- [#1973](https://github.com/primer/react/pull/1973) [`adbcd3bf`](https://github.com/primer/react/commit/adbcd3bf37334b867bd159c012d69aa9722ebbf3) Thanks [@colebemis](https://github.com/colebemis)! - The `PageLayout` component now renders [HTML5 landmark elements](https://web.dev/use-landmarks/) (`header`, `aside`, `footer`) to improve the navigation experience for people using assistive technologies (like screen readers) + +* [#1998](https://github.com/primer/react/pull/1998) [`cd8a5bb3`](https://github.com/primer/react/commit/cd8a5bb31b1d2a6a2c1b21c7342371cf1657e429) Thanks [@mperrotti](https://github.com/mperrotti)! - Updates the API for token components to align with our size-naming ADR, avatar guidelines, and icon guidelines + +- [#2002](https://github.com/primer/react/pull/2002) [`3ebc1bb0`](https://github.com/primer/react/commit/3ebc1bb048f788b5c0ad3ede8e7430e1a26435b6) Thanks [@dgreif](https://github.com/dgreif)! - Update `@primer/behaviors` for better ESM compatibility + +* [#2007](https://github.com/primer/react/pull/2007) [`a8b3ed16`](https://github.com/primer/react/commit/a8b3ed16e59c40c45ff4843df491838afb6931a1) Thanks [@pksjce](https://github.com/pksjce)! - Add button focus styles + ## 35.1.0 ### Minor Changes diff --git a/package.json b/package.json index 5470c68f82c..73bd3281799 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/react", - "version": "35.1.0", + "version": "35.2.0", "description": "An implementation of GitHub's Primer Design System using React", "main": "lib/index.js", "module": "lib-esm/index.js",