From 8af460fad48c54ca7f7280f47d03898e2b6b122d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 17 Sep 2024 22:22:16 +0000 Subject: [PATCH] Version Packages (rc) --- .changeset/pre.json | 5 +++++ examples/app-router/package.json | 2 +- examples/codesandbox/package.json | 2 +- examples/consumer-test/package.json | 2 +- examples/theming/package.json | 2 +- packages/react/CHANGELOG.md | 18 ++++++++++++++++++ packages/react/package.json | 2 +- 7 files changed, 28 insertions(+), 5 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 7a99732cb773..36552149c79d 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -14,6 +14,7 @@ "beige-schools-kneel", "blue-stingrays-decide", "breezy-boxes-jog", + "breezy-buckets-wash", "calm-forks-pull", "clever-birds-press", "cool-llamas-live", @@ -21,9 +22,11 @@ "curvy-goats-sell", "dry-trainers-protect", "dull-dolphins-bake", + "dull-turkeys-cheer", "early-lions-vanish", "eleven-drinks-kiss", "fifty-foxes-drop", + "flat-avocados-cheer", "fluffy-ravens-thank", "forty-ants-tell", "four-shoes-yell", @@ -40,6 +43,8 @@ "moody-rivers-impress", "nervous-llamas-ring", "new-shirts-beam", + "nice-moles-know", + "odd-rings-applaud", "olive-donkeys-exercise", "pink-actors-cross", "purple-apricots-relax", diff --git a/examples/app-router/package.json b/examples/app-router/package.json index 52b1e46d2505..f97645619a62 100644 --- a/examples/app-router/package.json +++ b/examples/app-router/package.json @@ -10,7 +10,7 @@ "type-check": "tsc --noEmit" }, "dependencies": { - "@primer/react": "37.0.0-rc.5", + "@primer/react": "37.0.0-rc.6", "next": "^14.2.8", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/examples/codesandbox/package.json b/examples/codesandbox/package.json index 9fb3fa394587..3672e5964dd6 100644 --- a/examples/codesandbox/package.json +++ b/examples/codesandbox/package.json @@ -20,7 +20,7 @@ "@typescript-eslint/eslint-plugin": "^7.11.0", "@typescript-eslint/parser": "^7.3.1", "@vitejs/plugin-react": "^4.2.1", - "@primer/react": "37.0.0-rc.5", + "@primer/react": "37.0.0-rc.6", "eslint": "^8.56.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.7", diff --git a/examples/consumer-test/package.json b/examples/consumer-test/package.json index 7f87af64d62b..7778c88a9eee 100644 --- a/examples/consumer-test/package.json +++ b/examples/consumer-test/package.json @@ -9,7 +9,7 @@ "@types/react": "^18.2.14", "@types/react-dom": "^18.2.19", "@types/styled-components": "^5.1.11", - "@primer/react": "37.0.0-rc.5", + "@primer/react": "37.0.0-rc.6", "react": "^18.0.0", "react-dom": "^18.0.0", "styled-components": "^5.3.11", diff --git a/examples/theming/package.json b/examples/theming/package.json index 3daca81ba492..1637a04fa68b 100644 --- a/examples/theming/package.json +++ b/examples/theming/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@primer/octicons-react": "^19.9.0", - "@primer/react": "37.0.0-rc.5", + "@primer/react": "37.0.0-rc.6", "clsx": "^1.2.1", "next": "^14.2.8", "react": "^18.3.1", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 34cd43887708..0e09fd5331df 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,23 @@ # @primer/react +## 37.0.0-rc.6 + +### Major Changes + +- [#4953](https://github.com/primer/react/pull/4953) [`04e8c9c`](https://github.com/primer/react/commit/04e8c9c4daf6b2e39f0a13f16e4f2f3399902347) Thanks [@iansan5653](https://github.com/iansan5653)! - Delete deprecated draft components `MarkdownEditor`, `MarkdownInput`, and `InlineAutocomplete` + +### Minor Changes + +- [#4913](https://github.com/primer/react/pull/4913) [`6c9121e`](https://github.com/primer/react/commit/6c9121e217e4815c7c6ab3c03474b2ca632f05e9) Thanks [@joshblack](https://github.com/joshblack)! - Update Banner to use CSS Modules behind feature flag + +### Patch Changes + +- [#4981](https://github.com/primer/react/pull/4981) [`c8fe1c6`](https://github.com/primer/react/commit/c8fe1c6005a7d8d8fe25e10d4ef107b75ab21db3) Thanks [@jonrohan](https://github.com/jonrohan)! - Removes the feature flag from the `Blankslate` component to always render with CSS modules. + +- [#4967](https://github.com/primer/react/pull/4967) [`98d3d13`](https://github.com/primer/react/commit/98d3d13196ed918b8a4171062d9965d59b9073ed) Thanks [@TylerJDev](https://github.com/TylerJDev)! - Utilizes `[disabled]` selector instead of `:disabled` in `TooltipV2` to address a false positive + +- [#4971](https://github.com/primer/react/pull/4971) [`ff56b04`](https://github.com/primer/react/commit/ff56b0476e59249db0d46a2c163a61ea75d06750) Thanks [@jonrohan](https://github.com/jonrohan)! - Changed Heading feature flag from `primer_react_css_modules_staff` to `primer_react_css_modules_ga` + ## 37.0.0-rc.5 ### Major Changes diff --git a/packages/react/package.json b/packages/react/package.json index 37726bfb3a70..139aad40fb48 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@primer/react", - "version": "37.0.0-rc.5", + "version": "37.0.0-rc.6", "description": "An implementation of GitHub's Primer Design System using React", "main": "lib/index.js", "module": "lib-esm/index.js",