Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 16, 2022
1 parent 62d90af commit 166bdfe
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 37 deletions.
5 changes: 0 additions & 5 deletions .changeset/breezy-cooks-destroy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cold-pillows-protect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/iconbutton-default-tooltip.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/improved-tooltip.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-falcons-exist.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-nails-sip.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-boats-allow.md

This file was deleted.

20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @primer/components

## 35.3.0

### Minor Changes

- [#2069](https://github.com/primer/react/pull/2069) [`87b213df`](https://github.com/primer/react/commit/87b213df97c522141e108159fe69736ea7c9b036) Thanks [@siddharthkp](https://github.com/siddharthkp)! - [IconButton](https://primer.style/react/IconButton) now has a tooltip by default, it can be [customised by wrapping in a Tooltip](https://primer.style/react/IconButton#customize-description--tooltip-text) ([#2006](https://github.com/primer/react/pull/2006))

### Patch Changes

- [#2058](https://github.com/primer/react/pull/2058) [`ab30f14a`](https://github.com/primer/react/commit/ab30f14a3ff70a2d6146366f777ebfd5f1907ff3) Thanks [@colebemis](https://github.com/colebemis)! - Add draft of `NavList` component

* [#2038](https://github.com/primer/react/pull/2038) [`1c2eeb9c`](https://github.com/primer/react/commit/1c2eeb9c4a1370db5555a089c7e99f06d49ac043) Thanks [@mperrotti](https://github.com/mperrotti)! - Fixes accessibility bugs in the Select component.

- [#2069](https://github.com/primer/react/pull/2069) [`87b213df`](https://github.com/primer/react/commit/87b213df97c522141e108159fe69736ea7c9b036) Thanks [@siddharthkp](https://github.com/siddharthkp)! - Accessibility and position fixes (backward compatible) for Tooltip ([#2006](https://github.com/primer/react/pull/2006))

* [#2050](https://github.com/primer/react/pull/2050) [`0f9edcac`](https://github.com/primer/react/commit/0f9edcaca4973c9e998362004e7d549989b59c6f) Thanks [@mperrotti](https://github.com/mperrotti)! - Finishes updating components with the global focus styles defined in Primer CSS ([this PR](https://github.com/primer/css/pull/1744))

- [#2064](https://github.com/primer/react/pull/2064) [`62d90af8`](https://github.com/primer/react/commit/62d90af8a078ea283459e2d88b669f6fd66bfa46) Thanks [@colebemis](https://github.com/colebemis)! - Add support for sub-items in draft implementation of NavList

* [#2048](https://github.com/primer/react/pull/2048) [`4e15985b`](https://github.com/primer/react/commit/4e15985b5d2c7c64ec507e2e362d509f3acd79d8) Thanks [@siddharthkp](https://github.com/siddharthkp)! - ThemeProvider: Bug fix, in `colorMode=auto`, the theme now syncs with system changes.

## 35.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@primer/react",
"version": "35.2.1",
"version": "35.3.0",
"description": "An implementation of GitHub's Primer Design System using React",
"main": "lib/index.js",
"module": "lib-esm/index.js",
Expand Down

0 comments on commit 166bdfe

Please sign in to comment.