From 9e6ed29b68f73771e514ea3421231ba50a642d63 Mon Sep 17 00:00:00 2001 From: "primer[bot]" <119360173+primer[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 19:38:09 +0000 Subject: [PATCH] Release tracking (#4292) * Version Packages * ignore CHANGELOG.MD in markdown linting --------- Co-authored-by: github-actions[bot] Co-authored-by: Pavithra Kodmad --- .changeset/curvy-fireants-promise.md | 5 ----- .changeset/fair-trainers-battle.md | 5 ----- .changeset/khaki-schools-lay.md | 5 ----- .changeset/nervous-dogs-change.md | 5 ----- .changeset/old-peas-cross.md | 5 ----- .changeset/spicy-cobras-hunt.md | 5 ----- .changeset/tall-spiders-pay.md | 5 ----- .changeset/warm-steaks-fry.md | 5 ----- .changeset/young-bikes-kneel.md | 6 ------ examples/app-router/package.json | 2 +- examples/nextjs/package.json | 2 +- package.json | 2 +- packages/react/CHANGELOG.md | 24 ++++++++++++++++++++++++ packages/react/package.json | 2 +- 14 files changed, 28 insertions(+), 50 deletions(-) delete mode 100644 .changeset/curvy-fireants-promise.md delete mode 100644 .changeset/fair-trainers-battle.md delete mode 100644 .changeset/khaki-schools-lay.md delete mode 100644 .changeset/nervous-dogs-change.md delete mode 100644 .changeset/old-peas-cross.md delete mode 100644 .changeset/spicy-cobras-hunt.md delete mode 100644 .changeset/tall-spiders-pay.md delete mode 100644 .changeset/warm-steaks-fry.md delete mode 100644 .changeset/young-bikes-kneel.md diff --git a/.changeset/curvy-fireants-promise.md b/.changeset/curvy-fireants-promise.md deleted file mode 100644 index f8c4344caa1..00000000000 --- a/.changeset/curvy-fireants-promise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -experimental/SelectPanel: Fix anchored position inside a Dialog diff --git a/.changeset/fair-trainers-battle.md b/.changeset/fair-trainers-battle.md deleted file mode 100644 index 7993793d74d..00000000000 --- a/.changeset/fair-trainers-battle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -Add aria-labelledby to listbox within draft SelectPanel diff --git a/.changeset/khaki-schools-lay.md b/.changeset/khaki-schools-lay.md deleted file mode 100644 index c02d3689937..00000000000 --- a/.changeset/khaki-schools-lay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -Address a few v8 color bugs diff --git a/.changeset/nervous-dogs-change.md b/.changeset/nervous-dogs-change.md deleted file mode 100644 index 8017072c5ed..00000000000 --- a/.changeset/nervous-dogs-change.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -experimental/SelectPanel: Cancel + close panel when user clicks outside diff --git a/.changeset/old-peas-cross.md b/.changeset/old-peas-cross.md deleted file mode 100644 index 0c28cf9079f..00000000000 --- a/.changeset/old-peas-cross.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": minor ---- - -Add a new experimental component ActionBar diff --git a/.changeset/spicy-cobras-hunt.md b/.changeset/spicy-cobras-hunt.md deleted file mode 100644 index b0fe2666491..00000000000 --- a/.changeset/spicy-cobras-hunt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -Update Checkbox to mirror `aria-checked` and the input's `checked` property diff --git a/.changeset/tall-spiders-pay.md b/.changeset/tall-spiders-pay.md deleted file mode 100644 index 12d7d3d8e75..00000000000 --- a/.changeset/tall-spiders-pay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -Tooltip: Take position:absolute back that was introduced in https://github.com/primer/react/pull/4250 since causing flickering issues and update v2 id to be the same with v1 for the new docs site. diff --git a/.changeset/warm-steaks-fry.md b/.changeset/warm-steaks-fry.md deleted file mode 100644 index f4f80a23b6c..00000000000 --- a/.changeset/warm-steaks-fry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -Update the font-weight of the Dialog subtitle component to be normal diff --git a/.changeset/young-bikes-kneel.md b/.changeset/young-bikes-kneel.md deleted file mode 100644 index 25215d87751..00000000000 --- a/.changeset/young-bikes-kneel.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@primer/react": patch ---- - -Fix `placeholder` selector for form components - diff --git a/examples/app-router/package.json b/examples/app-router/package.json index 7f0f402e5ab..389dea82320 100644 --- a/examples/app-router/package.json +++ b/examples/app-router/package.json @@ -9,7 +9,7 @@ "type-check": "tsc --noEmit" }, "dependencies": { - "@primer/react": "36.9.0", + "@primer/react": "36.10.0", "next": "^14.1.0", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 22aeacd57ec..30c8138c237 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@primer/octicons-react": "^18.2.0", - "@primer/react": "36.9.0", + "@primer/react": "36.10.0", "next": "^14.1.0", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/package.json b/package.json index 96870fcc994..677a7ffda31 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "build:components.json": "npm run build:components.json -w @primer/react", "lint": "eslint '**/*.{js,ts,tsx,md,mdx}' --max-warnings=0", "lint:fix": "npm run lint -- --fix", - "lint:md": "markdownlint-cli2 \"**/*.{md,mdx}\" \"!.github\" \"!.changeset\" \"!**/node_modules/**\" \"!CHANGELOG.md\"", + "lint:md": "markdownlint-cli2 \"**/*.{md,mdx}\" \"!.github\" \"!.changeset\" \"!**/node_modules/**\" \"!**/CHANGELOG.md\"", "test": "jest", "test:update": "npm run test -- --updateSnapshot", "test:watch": "npm run test -- --watch", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 44c871c89cf..26cb9e05726 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,29 @@ # @primer/react +## 36.10.0 + +### Minor Changes + +- [#4233](https://github.com/primer/react/pull/4233) [`fcd05284039b9768e37f687d65eece9242e4e2f8`](https://github.com/primer/react/commit/fcd05284039b9768e37f687d65eece9242e4e2f8) Thanks [@pksjce](https://github.com/pksjce)! - Add a new experimental component ActionBar + +### Patch Changes + +- [#4321](https://github.com/primer/react/pull/4321) [`94052a35167b2b8f024ebbb2b676acf24641b245`](https://github.com/primer/react/commit/94052a35167b2b8f024ebbb2b676acf24641b245) Thanks [@siddharthkp](https://github.com/siddharthkp)! - experimental/SelectPanel: Fix anchored position inside a Dialog + +- [#4279](https://github.com/primer/react/pull/4279) [`a68e2e206eed4ecb8bbf9b0646271c776c301c1a`](https://github.com/primer/react/commit/a68e2e206eed4ecb8bbf9b0646271c776c301c1a) Thanks [@joshblack](https://github.com/joshblack)! - Add aria-labelledby to listbox within draft SelectPanel + +- [#4278](https://github.com/primer/react/pull/4278) [`9ec7262fd0bfad6de689c7a73fad71e800cf5620`](https://github.com/primer/react/commit/9ec7262fd0bfad6de689c7a73fad71e800cf5620) Thanks [@langermank](https://github.com/langermank)! - Address a few v8 color bugs + +- [#4294](https://github.com/primer/react/pull/4294) [`5ca5c0a6239029abbf285a0e7190e1c766dcab8b`](https://github.com/primer/react/commit/5ca5c0a6239029abbf285a0e7190e1c766dcab8b) Thanks [@siddharthkp](https://github.com/siddharthkp)! - experimental/SelectPanel: Cancel + close panel when user clicks outside + +- [#4263](https://github.com/primer/react/pull/4263) [`590486ff650a81637a07f67624497f01303091b4`](https://github.com/primer/react/commit/590486ff650a81637a07f67624497f01303091b4) Thanks [@joshblack](https://github.com/joshblack)! - Update Checkbox to mirror `aria-checked` and the input's `checked` property + +- [#4317](https://github.com/primer/react/pull/4317) [`0e744e20620a3e2fefebe94e9e33f71dcb0ee19c`](https://github.com/primer/react/commit/0e744e20620a3e2fefebe94e9e33f71dcb0ee19c) Thanks [@broccolinisoup](https://github.com/broccolinisoup)! - Tooltip: Take position:absolute back that was introduced in https://github.com/primer/react/pull/4250 since causing flickering issues and update v2 id to be the same with v1 for the new docs site. + +- [#4239](https://github.com/primer/react/pull/4239) [`03d8d35c4d2be0dc2b1af67d5a3f57e255406453`](https://github.com/primer/react/commit/03d8d35c4d2be0dc2b1af67d5a3f57e255406453) Thanks [@langermank](https://github.com/langermank)! - Update the font-weight of the Dialog subtitle component to be normal + +- [#4295](https://github.com/primer/react/pull/4295) [`e1dbd6adb4ea2f302722b11c62a631b9c43277c2`](https://github.com/primer/react/commit/e1dbd6adb4ea2f302722b11c62a631b9c43277c2) Thanks [@langermank](https://github.com/langermank)! - Fix `placeholder` selector for form components + ## 36.9.0 ### Minor Changes diff --git a/packages/react/package.json b/packages/react/package.json index 429eb5dc7f1..a5545f48eb1 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@primer/react", - "version": "36.9.0", + "version": "36.10.0", "description": "An implementation of GitHub's Primer Design System using React", "main": "lib/index.js", "module": "lib-esm/index.js",