diff --git a/.changeset/gorgeous-wombats-dream.md b/.changeset/gorgeous-wombats-dream.md deleted file mode 100644 index a802d199435..00000000000 --- a/.changeset/gorgeous-wombats-dream.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': minor ---- - -Export ActionBar default as ActionBar so it can be imported correctly diff --git a/.changeset/lucky-zebras-stare.md b/.changeset/lucky-zebras-stare.md deleted file mode 100644 index 3b9b144ba03..00000000000 --- a/.changeset/lucky-zebras-stare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -ActionBar: Make it such that either aria-label or aria-labelledby is present diff --git a/.changeset/nine-students-turn.md b/.changeset/nine-students-turn.md deleted file mode 100644 index aa3635efc37..00000000000 --- a/.changeset/nine-students-turn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': minor ---- - -Add support for the experimental Stack component diff --git a/.changeset/pretty-pandas-serve.md b/.changeset/pretty-pandas-serve.md deleted file mode 100644 index 12b689da307..00000000000 --- a/.changeset/pretty-pandas-serve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -Bug fix: Add `word-break` to ActionList items diff --git a/.changeset/rich-items-repeat.md b/.changeset/rich-items-repeat.md deleted file mode 100644 index 1a204253ae2..00000000000 --- a/.changeset/rich-items-repeat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': minor ---- - -Add support for an experimental FeatureFlags component for working with feature flags in Primer diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 2a66c362ad8..a131cdfc379 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.14.0", + "@primer/react": "36.15.0", "next": "^14.1.0", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index e3812abcf22..82e262daa02 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,21 @@ # @primer/react +## 36.15.0 + +### Minor Changes + +- [#4506](https://github.com/primer/react/pull/4506) [`d1419184511be5a3418fca437c805293456f0845`](https://github.com/primer/react/commit/d1419184511be5a3418fca437c805293456f0845) Thanks [@owenniblock](https://github.com/owenniblock)! - Export ActionBar default as ActionBar so it can be imported correctly + +- [#4423](https://github.com/primer/react/pull/4423) [`ee4608833ae79a9c05cbaa76f3602e40c9ba8554`](https://github.com/primer/react/commit/ee4608833ae79a9c05cbaa76f3602e40c9ba8554) Thanks [@langermank](https://github.com/langermank)! - Add support for the experimental Stack component + +- [#4276](https://github.com/primer/react/pull/4276) [`13971c92669013ce6f5afe51782d251a5e2c5a17`](https://github.com/primer/react/commit/13971c92669013ce6f5afe51782d251a5e2c5a17) Thanks [@joshblack](https://github.com/joshblack)! - Add support for an experimental FeatureFlags component for working with feature flags in Primer + +### Patch Changes + +- [#4501](https://github.com/primer/react/pull/4501) [`8bfab0a2760eb0734aea19b38ba5957a5deb8ca2`](https://github.com/primer/react/commit/8bfab0a2760eb0734aea19b38ba5957a5deb8ca2) Thanks [@pksjce](https://github.com/pksjce)! - ActionBar: Make it such that either aria-label or aria-labelledby is present + +- [#4331](https://github.com/primer/react/pull/4331) [`77846c4e93cb0b7711654272162fa6f73d9cc90e`](https://github.com/primer/react/commit/77846c4e93cb0b7711654272162fa6f73d9cc90e) Thanks [@langermank](https://github.com/langermank)! - Bug fix: Add `word-break` to ActionList items + ## 36.14.0 ### Minor Changes diff --git a/packages/react/package.json b/packages/react/package.json index ecce208f6a8..5e68d683c2d 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@primer/react", - "version": "36.14.0", + "version": "36.15.0", "description": "An implementation of GitHub's Primer Design System using React", "main": "lib/index.js", "module": "lib-esm/index.js",