Skip to content

Commit

Permalink
Version Packages (#1456)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
primer-css and github-actions[bot] committed Sep 28, 2021
1 parent c54156b commit f97a69a
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/itchy-horses-travel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-walls-brake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-deers-change.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-students-visit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-jokes-compete.md

This file was deleted.

18 changes: 18 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,23 @@
# @primer/components

## 30.0.0

### Major Changes

- [#1448](https://github.com/primer/react/pull/1448) [`1a39fb02`](https://github.com/primer/react/commit/1a39fb0284c5e19324d378629d09a343be4cde05) Thanks [@SferaDev](https://github.com/SferaDev)! - Remove `.Breadcrumb` classname from the root element of the `Breadcrumbs` component. This change shouldn't break anything unless you have styles, scripts, or tests that reference the `.Breadcrumb` classname.

* [#1468](https://github.com/primer/react/pull/1468) [`dc15763c`](https://github.com/primer/react/commit/dc15763c733994ea9baa3475139b9bf3c2111e5b) Thanks [@jfuchs](https://github.com/jfuchs)! - AvatarStack no longer accepts styled props or DOM props

### Minor Changes

- [#1474](https://github.com/primer/react/pull/1474) [`c54156bc`](https://github.com/primer/react/commit/c54156bc43f87370f3e8cb23fd9ebf338b5082e4) Thanks [@colebemis](https://github.com/colebemis)! - Add `light_protanopia` and `dark_protanopia` color blind color schemes

### Patch Changes

- [#1448](https://github.com/primer/react/pull/1448) [`1a39fb02`](https://github.com/primer/react/commit/1a39fb0284c5e19324d378629d09a343be4cde05) Thanks [@SferaDev](https://github.com/SferaDev)! - Rename `Breadcrumb` component to `Breadcrumbs`

* [#1470](https://github.com/primer/react/pull/1470) [`f2e29a08`](https://github.com/primer/react/commit/f2e29a08e2aab9e98a460eb073229933f6ae050b) Thanks [@pksjce](https://github.com/pksjce)! - Fix ActionList.Item color

## 29.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@primer/components",
"version": "29.1.1",
"version": "30.0.0",
"description": "Primer react components",
"main": "lib/index.js",
"module": "lib-esm/index.js",
Expand Down

0 comments on commit f97a69a

Please sign in to comment.