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 Jan 13, 2025
1 parent bbdf7f2 commit 8bea66b
Show file tree
Hide file tree
Showing 18 changed files with 97 additions and 97 deletions.
10 changes: 0 additions & 10 deletions .changeset/curly-guests-sell.md

This file was deleted.

23 changes: 0 additions & 23 deletions .changeset/eight-shirts-guess.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/kind-avocados-poke.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/nasty-boxes-float.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/strong-eels-wink.md

This file was deleted.

32 changes: 0 additions & 32 deletions .changeset/twelve-eagles-repair.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.46.0

## 0.45.1

## 0.45.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.45.1",
"version": "0.46.0",
"private": true,
"description": "Primer Brand Storybook",
"keywords": [
Expand Down
39 changes: 39 additions & 0 deletions packages/design-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,44 @@
# @primer/brand-primitives

## 0.46.0

### Patch Changes

- [#883](https://github.com/primer/brand/pull/883) [`965a7865`](https://github.com/primer/brand/commit/965a7865f8f2aa4fd5c6a150ae58bf72c0a457c9) Thanks [@rezrah](https://github.com/rezrah)! - Added new token for river breakout vertical spacing:

```
--brand-River-spacing-innerY
```

- [#879](https://github.com/primer/brand/pull/879) [`4f92311f`](https://github.com/primer/brand/commit/4f92311fbae6f6738b12113d0125608bc3d2faa8) Thanks [@rezrah](https://github.com/rezrah)! - Added new accordion toggle color variables

```
--brand-Accordion-toggle-color-default;
--brand-Accordion-toggle-color-blue;
--brand-Accordion-toggle-color-blue-purple-start;
--brand-Accordion-toggle-color-blue-purple-end;
--brand-Accordion-toggle-color-coral;
--brand-Accordion-toggle-color-green;
--brand-Accordion-toggle-color-green-blue-start;
--brand-Accordion-toggle-color-green-blue-end;
--brand-Accordion-toggle-color-gray;
--brand-Accordion-toggle-color-indigo;
--brand-Accordion-toggle-color-lemon;
--brand-Accordion-toggle-color-lime;
--brand-Accordion-toggle-color-orange;
--brand-Accordion-toggle-color-pink;
--brand-Accordion-toggle-color-pink-blue-start;
--brand-Accordion-toggle-color-pink-blue-end;
--brand-Accordion-toggle-color-purple;
--brand-Accordion-toggle-color-purple-red-start;
--brand-Accordion-toggle-color-purple-red-end;
--brand-Accordion-toggle-color-red;
--brand-Accordion-toggle-color-red-orange-start;
--brand-Accordion-toggle-color-red-orange-end;
--brand-Accordion-toggle-color-teal;
--brand-Accordion-toggle-color-yellow;
```

## 0.45.1

## 0.45.0
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.45.1",
"version": "0.46.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.46.0

## 0.45.1

## 0.45.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.45.1",
"version": "0.46.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.46.0

## 0.45.1

## 0.45.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.45.1",
"version": "0.46.0",
"private": true,
"description": "Primer Brand is a GitHub's design system for creating React-based marketing websites and digital experiences.",
"keywords": [
Expand Down
44 changes: 44 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,49 @@
# @primer/react-brand

## 0.46.0

### Minor Changes

- [#884](https://github.com/primer/brand/pull/884) [`bbdf7f2f`](https://github.com/primer/brand/commit/bbdf7f2fe99038bf8544c76af2dbd863d364d124) Thanks [@rezrah](https://github.com/rezrah)! - Anti-aliasing is now applied automatically to all `Text` instances _except_ under these conditions:

- When explicitly disabled via `hasAntiAliasing={false}`
- When font weight is `light` or `extralight` AND size is `'100'` or `'200'`
- When size is `100` (regardless of weight)

### Patch Changes

- [#887](https://github.com/primer/brand/pull/887) [`8a49db27`](https://github.com/primer/brand/commit/8a49db27ff2b6de1e5f8516e6f1a84fbff1eaf25) Thanks [@joshfarrant](https://github.com/joshfarrant)! - `Link` component improvements.

- Fixed a bug in the `Link` component where the underline wouldn't take the full width when `arrowDirection='none'`.
- Prop options are also now exported from the package root, specifically:
- `LinkSizes`
- `LinkArrowDirections`

- [#879](https://github.com/primer/brand/pull/879) [`4f92311f`](https://github.com/primer/brand/commit/4f92311fbae6f6738b12113d0125608bc3d2faa8) Thanks [@rezrah](https://github.com/rezrah)! - Added `toggleColor` prop to `FAQ.Question` and `Accordion.Heading`

```jsx
<FAQ>
<FAQ.Item>
<FAQ.Question toggleColor="green-blue">...</FAQ.Question>
<FAQ.Answer>...</FAQ.Answer>
</FAQ.Item>
</FAQ>
```

```jsx
<Accordion>
<Accordion.Heading toggleColor="green-blue">...</Accordion.Heading>
<Accordion.Content>...</Accordion.Content>
</Accordion>
```

🔗 [See the documentation for examples and color options](https://primer.style/brand/components/FAQ/react#toggle-color-customization)

- [#883](https://github.com/primer/brand/pull/883) [`965a7865`](https://github.com/primer/brand/commit/965a7865f8f2aa4fd5c6a150ae58bf72c0a457c9) Thanks [@rezrah](https://github.com/rezrah)! - Visual spacing updates to `RiverBreakout`

- Reduced vertical gap between the main text and link.
- Applied a maximum width to the main text.

## 0.45.1

### Patch 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.45.1",
"version": "0.46.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.46.0

## 0.45.1

## 0.45.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.45.1",
"version": "0.46.0",
"private": true,
"description": "General-purpose configurations for maintaining Primer Brand",
"homepage": "https://primer.style/brand",
Expand Down

0 comments on commit 8bea66b

Please sign in to comment.