Skip to content

Commit

Permalink
Version Packages (#712)
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] authored Aug 30, 2024
1 parent 3465447 commit 9048331
Show file tree
Hide file tree
Showing 18 changed files with 81 additions and 81 deletions.
12 changes: 0 additions & 12 deletions .changeset/cold-items-try.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/empty-poems-sort.md

This file was deleted.

25 changes: 0 additions & 25 deletions .changeset/lovely-timers-visit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-poems-know.md

This file was deleted.

17 changes: 0 additions & 17 deletions .changeset/swift-doors-knock.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/three-sloths-grin.md

This file was deleted.

2 changes: 2 additions & 0 deletions apps/storybook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @primer/brand-storybook

## 0.39.0

## 0.38.0

## 0.37.0
Expand Down
2 changes: 1 addition & 1 deletion apps/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@primer/brand-storybook",
"version": "0.38.0",
"version": "0.39.0",
"private": true,
"description": "Primer Brand Storybook",
"keywords": [
Expand Down
26 changes: 26 additions & 0 deletions packages/design-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# @primer/brand-primitives

## 0.39.0

### Minor Changes

- [#717](https://github.com/primer/brand/pull/717) [`24fc6d02`](https://github.com/primer/brand/commit/24fc6d0268ca1b12a9c77874fd980a67bdd11089) Thanks [@rezrah](https://github.com/rezrah)! - Change to `xxlarge` breakpoint and the addition of two new base scale size tokens.

Outcome of an upgrade to Primer Primitives `v9` release.

```diff
+ --base-size-2: 0.125rem;
```

```diff
+ --base-size-6: 0.375rem;
```

```diff
- --brand-breakpoint-xxlarge: 90rem;
+ --brand-breakpoint-xxlarge: 87.5rem;
```

```diff
- @custom-media --brand-viewportRange-wide-viewport (min-width: 90rem);
+ @custom-media --brand-viewportRange-wide-viewport (min-width: 87.5rem);
```

## 0.38.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/design-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@primer/brand-primitives",
"version": "0.38.0",
"version": "0.39.0",
"description": "Color, spacing, and typography primitives for the Primer Brand Design System ",
"keywords": [
"primer",
Expand Down
2 changes: 2 additions & 0 deletions packages/e2e/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @primer/brand-e2e

## 0.39.0

## 0.38.0

## 0.37.0
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@primer/brand-e2e",
"version": "0.38.0",
"version": "0.39.0",
"private": true,
"description": "Primer Brand is a GitHub's design system for creating React-based marketing websites and digital experiences.",
"keywords": [
Expand Down
2 changes: 2 additions & 0 deletions packages/fonts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @primer/brand-fonts

## 0.39.0

## 0.38.0

## 0.37.0
Expand Down
2 changes: 1 addition & 1 deletion packages/fonts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@primer/brand-fonts",
"version": "0.38.0",
"version": "0.39.0",
"private": true,
"description": "Primer Brand is a GitHub's design system for creating React-based marketing websites and digital experiences.",
"keywords": [
Expand Down
41 changes: 41 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,46 @@
# @primer/react-brand

## 0.39.0

### Minor Changes

- [#717](https://github.com/primer/brand/pull/717) [`24fc6d02`](https://github.com/primer/brand/commit/24fc6d0268ca1b12a9c77874fd980a67bdd11089) Thanks [@rezrah](https://github.com/rezrah)! - Improved a11y labelling in various components.

Please note these changes could affect any behavioral tests, which rely on accessible matchers such as `getByRole`.

- `SubdomainNavBar` search button `aria-label` changed from 'search' to 'Toggle search bar'
- `SubdomainNavBar` removal of unnecessary `aria-label` 'global breadcrumb'
- `Checkbox` addition of new label for `checked` state icon as 'Checkmark'
- `Checkbox` addition of new label for `indeterminate` state icon as 'Dash icon'

- [#707](https://github.com/primer/brand/pull/707) [`715dfbb3`](https://github.com/primer/brand/commit/715dfbb3d00527cfc9050195f78c696638bbf7e6) Thanks [@rezrah](https://github.com/rezrah)! - New `Footnotes` component generally available

```js
import {Footnotes} from '@primer/react-brand'
```

```jsx
<Footnotes>
<Footnotes.Item>There are now 100 million developers around the world using GitHub.</Footnotes.Item>
</Footnotes>
```

:link: [Read the documentation for usage guidelines and examples](https://primer.style/brand/components/Footnotes)

### Patch Changes

- [#711](https://github.com/primer/brand/pull/711) [`1cde8ef2`](https://github.com/primer/brand/commit/1cde8ef2c67794653da13863668c739116bae524) Thanks [@joshfarrant](https://github.com/joshfarrant)! - Updated `SubNav` links and submenus to use `ul` and `li` elements — instead of `div` elements — to communicate the hierarchy of the navigation to assistive technologies.

- [#700](https://github.com/primer/brand/pull/700) [`47908f1e`](https://github.com/primer/brand/commit/47908f1e324d9cb138d7221a25b0e41664e128ff) Thanks [@rezrah](https://github.com/rezrah)! - `ActionMenu` button no longer truncates longer labels. Now follows WCAG criterion around text reflow.

- [#714](https://github.com/primer/brand/pull/714) [`fb1980b1`](https://github.com/primer/brand/commit/fb1980b1c97254576ca03749d89526fbcbbbf336) Thanks [@rezrah](https://github.com/rezrah)! - Hide paged items in Pagination component on narrow viewports to prevent horizontal scrolling and offer improved accessibility by default.

Use `showPages` to re-enable paged items if required:

```jsx
<Pagination showPages />
```

## 0.38.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@primer/react-brand",
"version": "0.38.0",
"version": "0.39.0",
"description": "Primer Brand is a GitHub's design system for creating React-based marketing websites and digital experiences.",
"keywords": [
"primer",
Expand Down
2 changes: 2 additions & 0 deletions packages/repo-configs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @primer/brand-config

## 0.39.0

## 0.38.0

## 0.37.0
Expand Down
2 changes: 1 addition & 1 deletion packages/repo-configs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@primer/brand-config",
"version": "0.38.0",
"version": "0.39.0",
"private": true,
"description": "General-purpose configurations for maintaining Primer Brand",
"homepage": "https://primer.style/brand",
Expand Down

0 comments on commit 9048331

Please sign in to comment.