Skip to content

Commit

Permalink
Merge branch 'main' into josepmartins/testimonial-docs-update
Browse files Browse the repository at this point in the history
  • Loading branch information
Josep Martins authored Oct 2, 2023
2 parents 79d3dac + a6584bb commit 7582fb2
Show file tree
Hide file tree
Showing 19 changed files with 70 additions and 65 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-cycles-shave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/bright-actors-agree.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/giant-wasps-check.md

This file was deleted.

20 changes: 0 additions & 20 deletions .changeset/mighty-kangaroos-sleep.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/olive-boats-tell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-turkeys-compare.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/twelve-berries-promise.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.0

## 0.26.0

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

## 0.27.0

### Minor Changes

- [#428](https://github.com/primer/brand/pull/428) [`6141bff`](https://github.com/primer/brand/commit/6141bff7ea7354afc78b3d5f29c842e7f569bfe0) Thanks [@josepmartins](https://github.com/josepmartins)! - Removes old control border radius tokens

```diff
- --brand-control-border-radius
- --brand-control-large-borderRadius
- --brand-control-medium-borderRadius
```

Modifies border radius scale values and adds new `xlarge` border radius option to the scale

```diff
+ --brand-borderRadius-small: 4px
+ --brand-borderRadius-medium: 8px
+ --brand-borderRadius-large: 16px
+ --brand-borderRadius-xlarge: 24px
```

- [#431](https://github.com/primer/brand/pull/431) [`2243ae4`](https://github.com/primer/brand/commit/2243ae4f651189e882ab5d7806f3132ca27c4de7) Thanks [@rezrah](https://github.com/rezrah)! - Fix erroneous `InlineLink` appearance on multiline.

Removed the following design tokens:

```diff
- --brand-InlineLink-transition-scale-start
- --brand-InlineLink-transition-scale-end
```

## 0.26.0

### Patch 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.26.0",
"version": "0.27.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.27.0

## 0.26.0

## 0.25.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.26.0",
"version": "0.27.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.27.0

## 0.26.0

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

## 0.27.0

### Minor Changes

- [#431](https://github.com/primer/brand/pull/431) [`2243ae4`](https://github.com/primer/brand/commit/2243ae4f651189e882ab5d7806f3132ca27c4de7) Thanks [@rezrah](https://github.com/rezrah)! - Fix erroneous `InlineLink` appearance on multiline.

Removed the following design tokens:

```diff
- --brand-InlineLink-transition-scale-start
- --brand-InlineLink-transition-scale-end
```

- [#428](https://github.com/primer/brand/pull/428) [`6141bff`](https://github.com/primer/brand/commit/6141bff7ea7354afc78b3d5f29c842e7f569bfe0) Thanks [@josepmartins](https://github.com/josepmartins)! - - Updates the border radius scale to use the updated `small`, `medium`, `large`, and the new `xlarge` tokens.
- Adds `xlarge` border radius option to the `Box` component properties.

### Patch Changes

- [#429](https://github.com/primer/brand/pull/429) [`aacbde1`](https://github.com/primer/brand/commit/aacbde1301a4a76a4d390dd93a9be83b07bbf3cb) Thanks [@josepmartins](https://github.com/josepmartins)! - Fixes style not being passed as general props to the `Card` component

- [#433](https://github.com/primer/brand/pull/433) [`dd02bc2`](https://github.com/primer/brand/commit/dd02bc2737bcddbdea2f00c27d55a2fd415065fa) Thanks [@rezrah](https://github.com/rezrah)! - Fixed incorrect click target area for Accordion answers

- [#436](https://github.com/primer/brand/pull/436) [`28bdf5e`](https://github.com/primer/brand/commit/28bdf5e7d82d24f6272169698b42ad35b3de3b97) Thanks [@josepmartins](https://github.com/josepmartins)! - Adds default height to `Card` to align vertical size when using `Grid` or `Stack` components as a wrappers.

- [#431](https://github.com/primer/brand/pull/431) [`2243ae4`](https://github.com/primer/brand/commit/2243ae4f651189e882ab5d7806f3132ca27c4de7) Thanks [@rezrah](https://github.com/rezrah)! - Reduced Textarea text size to 14px and 16px for medium and large sizes respectively, for consistency with other free text inputs.

## 0.26.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.26.0",
"version": "0.27.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.27.0

## 0.26.0

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

0 comments on commit 7582fb2

Please sign in to comment.