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 Oct 11, 2023
1 parent 5ec0f54 commit a5019af
Show file tree
Hide file tree
Showing 15 changed files with 37 additions and 32 deletions.
16 changes: 0 additions & 16 deletions .changeset/export-windowsize-hook.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-hero-refs.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/friendly-suns-tease.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.27.2

## 0.27.1

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

## 0.27.2

## 0.27.1

## 0.27.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.27.1",
"version": "0.27.2",
"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.27.2

## 0.27.1

## 0.27.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.27.1",
"version": "0.27.2",
"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.27.2

## 0.27.1

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

## 0.27.2

### Patch Changes

- [#456](https://github.com/primer/brand/pull/456) [`64318fd`](https://github.com/primer/brand/commit/64318fdd7a64006aa5b63649d6c7d76515dbb5ce) Thanks [@rezrah](https://github.com/rezrah)! - Added hook for `useWindowSize` to the library exports.

Usage example:

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

```jsx
const {width, height, isXSmall, isSmall, isMedium, isLarge, isXLarge, isXXLarge, currentBreakpointSize} =
useWindowSize()

Check failure on line 17 in packages/react/CHANGELOG.md

View workflow job for this annotation

GitHub Actions / Next.js

React Hook "useWindowSize" cannot be called at the top level. React Hooks must be called in a React function component or a custom React Hook function

Check failure on line 17 in packages/react/CHANGELOG.md

View workflow job for this annotation

GitHub Actions / Install and run tests

React Hook "useWindowSize" cannot be called at the top level. React Hooks must be called in a React function component or a custom React Hook function
```

- [#456](https://github.com/primer/brand/pull/456) [`64318fd`](https://github.com/primer/brand/commit/64318fdd7a64006aa5b63649d6c7d76515dbb5ce) Thanks [@rezrah](https://github.com/rezrah)! - Enabled `forwardRef` on `Hero.Description`, `Hero.Label` and `Hero.Image`.

- [#435](https://github.com/primer/brand/pull/435) [`3227a7d`](https://github.com/primer/brand/commit/3227a7dd0366961618899e236b48398272e7a7c1) Thanks [@josepmartins](https://github.com/josepmartins)! - Adds `Blockquote`, `Code`, `Figure` and `Figcaption` to the `Prose` component.

## 0.27.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.27.1",
"version": "0.27.2",
"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.27.2

## 0.27.1

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

0 comments on commit a5019af

Please sign in to comment.