From d88b14f245c9a7d106362ef24e103ac4151c8385 Mon Sep 17 00:00:00 2001 From: GitHub Design Systems Bot <30705008+primer-css@users.noreply.github.com> Date: Fri, 31 Mar 2023 04:01:22 +0200 Subject: [PATCH] Version Packages (#3091) Co-authored-by: github-actions[bot] --- .changeset/itchy-balloons-decide.md | 5 ----- .changeset/olive-beds-train.md | 5 ----- .changeset/six-lemons-tap.md | 5 ----- .changeset/thick-cheetahs-fry.md | 5 ----- .changeset/wild-fishes-carry.md | 4 ---- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 7 files changed, 17 insertions(+), 25 deletions(-) delete mode 100644 .changeset/itchy-balloons-decide.md delete mode 100644 .changeset/olive-beds-train.md delete mode 100644 .changeset/six-lemons-tap.md delete mode 100644 .changeset/thick-cheetahs-fry.md delete mode 100644 .changeset/wild-fishes-carry.md diff --git a/.changeset/itchy-balloons-decide.md b/.changeset/itchy-balloons-decide.md deleted file mode 100644 index 86b282e31cd..00000000000 --- a/.changeset/itchy-balloons-decide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -Renames DataTable 'shrink' column width to 'growCollapse' diff --git a/.changeset/olive-beds-train.md b/.changeset/olive-beds-train.md deleted file mode 100644 index c1e9d4fc195..00000000000 --- a/.changeset/olive-beds-train.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': minor ---- - -Adds a helper component for rendering placeholder text to explain why a DataTable cell has no content. diff --git a/.changeset/six-lemons-tap.md b/.changeset/six-lemons-tap.md deleted file mode 100644 index 758cd5dbbd0..00000000000 --- a/.changeset/six-lemons-tap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': minor ---- - -Adds the ability to exclose indentation for flat tree views. diff --git a/.changeset/thick-cheetahs-fry.md b/.changeset/thick-cheetahs-fry.md deleted file mode 100644 index be68640cd6e..00000000000 --- a/.changeset/thick-cheetahs-fry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -Fix `IssueLabelToken` treating alternative light schemes as dark diff --git a/.changeset/wild-fishes-carry.md b/.changeset/wild-fishes-carry.md deleted file mode 100644 index 060266135cb..00000000000 --- a/.changeset/wild-fishes-carry.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -'@primer/react': minor ---- -Add the `tooltipDirection` property to the `TextInput.Action` component to make the tooltip position flexible. diff --git a/CHANGELOG.md b/CHANGELOG.md index 550b55d5c86..aa4bd367196 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # @primer/components +## 35.24.0 + +### Minor Changes + +- [#3071](https://github.com/primer/react/pull/3071) [`681e2271`](https://github.com/primer/react/commit/681e2271ecc90bde2920887c50c0d44b121005f1) Thanks [@mperrotti](https://github.com/mperrotti)! - Adds a helper component for rendering placeholder text to explain why a DataTable cell has no content. + +- [#3089](https://github.com/primer/react/pull/3089) [`4a6a9f73`](https://github.com/primer/react/commit/4a6a9f7326d5bf1e476a040d7f2f4f61e4d5bd05) Thanks [@mperrotti](https://github.com/mperrotti)! - Adds the ability to exclose indentation for flat tree views. + +- [#3011](https://github.com/primer/react/pull/3011) [`f8132d8e`](https://github.com/primer/react/commit/f8132d8ef653e1bd5a16203ab47f6006a871f662) Thanks [@edersonlucas](https://github.com/edersonlucas)! - Add the `tooltipDirection` property to the `TextInput.Action` component to make the tooltip position flexible. + +### Patch Changes + +- [#3085](https://github.com/primer/react/pull/3085) [`bf8c73b4`](https://github.com/primer/react/commit/bf8c73b4c36422fdd70b56f9ba677b6d6b961e87) Thanks [@mperrotti](https://github.com/mperrotti)! - Renames DataTable 'shrink' column width to 'growCollapse' + +- [#3104](https://github.com/primer/react/pull/3104) [`e46e33b8`](https://github.com/primer/react/commit/e46e33b8be0d553b838887d70893734923bb27d8) Thanks [@iansan5653](https://github.com/iansan5653)! - Fix `IssueLabelToken` treating alternative light schemes as dark + ## 35.23.0 ### Minor Changes diff --git a/package.json b/package.json index ef4925b6285..43a98f29a47 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/react", - "version": "35.23.0", + "version": "35.24.0", "description": "An implementation of GitHub's Primer Design System using React", "main": "lib/index.js", "module": "lib-esm/index.js",