Skip to content

Commit

Permalink
Version Packages (#861)
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 Dec 19, 2024
1 parent c0aa598 commit b18d390
Show file tree
Hide file tree
Showing 21 changed files with 85 additions and 94 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-beans-appear.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/brown-meals-walk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-nails-rest.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/loud-swans-repeat.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/old-roses-brush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-needles-guess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-snakes-turn.md

This file was deleted.

18 changes: 0 additions & 18 deletions .changeset/smart-starfishes-lick.md

This file was deleted.

26 changes: 0 additions & 26 deletions .changeset/smooth-ways-retire.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.45.0

## 0.44.1

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

## 0.45.0

### Patch Changes

- [#863](https://github.com/primer/brand/pull/863) [`00ef0694`](https://github.com/primer/brand/commit/00ef06945e2f856335d7b6d613c69e376f28ee0c) Thanks [@rezrah](https://github.com/rezrah)! - Added new design tokens for `Testimonial` and `FrostedGlassVFX` components

```
:root {
--brand-Testimonial-borderMask-default
--brand-Testimonial-borderMask-subtle
--brand-FrostedGlassVFX-bgColor
--brand-FrostedGlassVFX-boxShadow
--brand-FrostedGlassVFX-borderMask
--brand-FrostedGlassVFX-blurIntensity-high
--brand-FrostedGlassVFX-blurIntensity-medium
--brand-FrostedGlassVFX-blurIntensity-low
}
```

## 0.44.1

## 0.44.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.44.1",
"version": "0.45.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.45.0

## 0.44.1

## 0.44.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.44.1",
"version": "0.45.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.45.0

## 0.44.1

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

## 0.45.0

### Minor Changes

- [#860](https://github.com/primer/brand/pull/860) [`2502f658`](https://github.com/primer/brand/commit/2502f6581686a23c0ce642e864a89c131ae31ae6) Thanks [@rezrah](https://github.com/rezrah)! - Decreased the default heading size in `River` component. Use `size="4"` to restore the previous text size, if needed.

- [#863](https://github.com/primer/brand/pull/863) [`00ef0694`](https://github.com/primer/brand/commit/00ef06945e2f856335d7b6d613c69e376f28ee0c) Thanks [@rezrah](https://github.com/rezrah)! - Added a new `FrostedGlassVFX` component for applying a frosted glass-effect texture to nested components.

⚠️ This is an experimental component, and not tested for compatibility with other Primer Brand components.

When using this component, ensure there is sufficient contrast between the foreground text and the background imagery, as the frosted glass effect can significantly reduce legibility.

Usage example:

```jsx
<FrostedGlassVFX>
<Testimonial variant="default">
<Testimonial.Quote>
GitHub helps us ensure that we have our security controls baked into our pipelines all the way from the first
line of code we&apos;re writing.
</Testimonial.Quote>
<Testimonial.Name />
<Testimonial.Avatar />
</Testimonial>
</FrostedGlassVFX>
```

🔗 (See Storybook for an example)[https://primer.style/brand/storybook/?path=/story/components-testimonial-examples--with-frosted-glass]

### Patch Changes

- [#859](https://github.com/primer/brand/pull/859) [`cd18615f`](https://github.com/primer/brand/commit/cd18615f0ea9d4d904166a5a5ba426d650304ce1) Thanks [@rezrah](https://github.com/rezrah)! - `AnchorNav` component updates:

- `AnchorNav.Action` and `AnchorNav.SecondaryAction` now appear visually smaller by default. Use `size="medium"` if the previous, larger buttons are needed.
- `AnchorNav.Action` and `AnchorNav.SecondaryAction` each support a `variant` prop, allowing primary `Button` visuals to be optionally applied.

- [#866](https://github.com/primer/brand/pull/866) [`8223135d`](https://github.com/primer/brand/commit/8223135d47ec05832f702c6d9e5bfbe92fef5d21) Thanks [@rezrah](https://github.com/rezrah)! - Fixed delayed appearance of heading separator in `SubNav`.

- [#865](https://github.com/primer/brand/pull/865) [`0401cc5c`](https://github.com/primer/brand/commit/0401cc5c9e0390392b74722cbb97f67ef055e8f9) Thanks [@joshfarrant](https://github.com/joshfarrant)! - Style improvements to the `SubNav` component.

- Fixed a bug in `SubNav.Link` elements with `aria-current`, which caused inconsistent appearance across viewports.

- [#863](https://github.com/primer/brand/pull/863) [`00ef0694`](https://github.com/primer/brand/commit/00ef06945e2f856335d7b6d613c69e376f28ee0c) Thanks [@rezrah](https://github.com/rezrah)! - Added new `Testimonial` variants.

Use `variant="default"` or `variant="subtle"` for an alternative visual appearance. The current design will be referred to as `minimal` going forward.

🔗 [See the documentation for usage examples](https://primer.style/brand/components/Testimonial/react#variants)

- [#867](https://github.com/primer/brand/pull/867) [`4bac3868`](https://github.com/primer/brand/commit/4bac386849bcf7fca5cb2c21661af4a312224471) Thanks [@rezrah](https://github.com/rezrah)! - `Hero.Description` updated to support `variant="muted"`

- [#868](https://github.com/primer/brand/pull/868) [`c0aa598d`](https://github.com/primer/brand/commit/c0aa598d4a403f61662d3eb1b5bc718f5fe3a232) Thanks [@rezrah](https://github.com/rezrah)! - `SubNav.Link` now supports `variant="default"` to help increase contrast and legibility on non-standard backgrounds.

## 0.44.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.44.1",
"version": "0.45.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.45.0

## 0.44.1

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

0 comments on commit b18d390

Please sign in to comment.