From b47d2fb652af2011347a8ba3cf0828f801f18148 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 12 Jan 2024 18:47:09 +0000 Subject: [PATCH] Version Packages --- .changeset/fifty-cooks-try.md | 5 ----- .changeset/nice-seals-decide.md | 5 ----- .changeset/popular-hairs-own.md | 5 ----- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 5 files changed, 13 insertions(+), 16 deletions(-) delete mode 100644 .changeset/fifty-cooks-try.md delete mode 100644 .changeset/nice-seals-decide.md delete mode 100644 .changeset/popular-hairs-own.md diff --git a/.changeset/fifty-cooks-try.md b/.changeset/fifty-cooks-try.md deleted file mode 100644 index 342aebce3c8..00000000000 --- a/.changeset/fifty-cooks-try.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": minor ---- - -ActionMenu: Only use checkmarks in menus instead of checkboxes diff --git a/.changeset/nice-seals-decide.md b/.changeset/nice-seals-decide.md deleted file mode 100644 index 9ff58a38114..00000000000 --- a/.changeset/nice-seals-decide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': minor ---- - -Deprecate the `underline` property of the Link component in favor of the new `inline` property to better handle link visibility and accessibility when adjacent to text. diff --git a/.changeset/popular-hairs-own.md b/.changeset/popular-hairs-own.md deleted file mode 100644 index a5918fb24fb..00000000000 --- a/.changeset/popular-hairs-own.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -Tooltip2: Fix the anchor position mapping to reflect the directions correctly diff --git a/CHANGELOG.md b/CHANGELOG.md index 173ef35c823..f60cef97389 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # @primer/components +## 36.6.0 + +### Minor Changes + +- [#3994](https://github.com/primer/react/pull/3994) [`c40f76562`](https://github.com/primer/react/commit/c40f76562ceb5d4c4d54610871487ab1b5481288) Thanks [@maximedegreve](https://github.com/maximedegreve)! - ActionMenu: Only use checkmarks in menus instead of checkboxes + +- [#4135](https://github.com/primer/react/pull/4135) [`c2b069cfd`](https://github.com/primer/react/commit/c2b069cfd49491109d9eec2c895f6ddc5eb939bc) Thanks [@dipree](https://github.com/dipree)! - Deprecate the `underline` property of the Link component in favor of the new `inline` property to better handle link visibility and accessibility when adjacent to text. + +### Patch Changes + +- [#4098](https://github.com/primer/react/pull/4098) [`dc97a9b3f`](https://github.com/primer/react/commit/dc97a9b3fd754409b46c7de996a7d44c07a9c1f9) Thanks [@broccolinisoup](https://github.com/broccolinisoup)! - Tooltip2: Fix the anchor position mapping to reflect the directions correctly + ## 36.5.0 ### Minor Changes diff --git a/package.json b/package.json index f62b15287f5..cc3f39d0ab0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/react", - "version": "36.5.0", + "version": "36.6.0", "description": "An implementation of GitHub's Primer Design System using React", "main": "lib/index.js", "module": "lib-esm/index.js",