Skip to content

Commit dc2d196

Browse files
Version Packages (#1226)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4ba6b71 commit dc2d196

File tree

18 files changed

+48
-24
lines changed

18 files changed

+48
-24
lines changed

.changeset/short-signs-enter.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/spotty-trains-find.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

apps/next-docs/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @primer/brand-docs
22

3+
## 0.62.0
4+
35
## 0.61.1
46

57
## 0.59.2

apps/next-docs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primer/brand-docs",
3-
"version": "0.61.1",
3+
"version": "0.62.0",
44
"private": true,
55
"description": "Primer Brand Documentation",
66
"keywords": [
@@ -39,9 +39,9 @@
3939
},
4040
"devDependencies": {
4141
"@github/prettier-config": "^0.0.6",
42-
"@primer/brand-primitives": "^0.61.1",
42+
"@primer/brand-primitives": "^0.62.0",
4343
"@primer/react": "38.6.1",
44-
"@primer/react-brand": "0.61.1",
44+
"@primer/react-brand": "0.62.0",
4545
"@swc/core": "^1.13.5",
4646
"@types/node": "22.18.1",
4747
"@types/react": "^19.2.6",

apps/storybook/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @primer/brand-storybook
22

3+
## 0.62.0
4+
35
## 0.61.1
46

57
## 0.61.0

apps/storybook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primer/brand-storybook",
3-
"version": "0.61.1",
3+
"version": "0.62.0",
44
"private": true,
55
"type": "module",
66
"description": "Primer Brand Storybook",

packages/css/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @primer/brand-css
22

3+
## 0.62.0
4+
5+
### Minor Changes
6+
7+
- [#1225](https://github.com/primer/brand/pull/1225) [`a1caad6`](https://github.com/primer/brand/commit/a1caad612df348cfa657b844b94e33ab8f869791) Thanks [@rezrah](https://github.com/rezrah)! - **Breaking change:** Minimum Node.js version is now v24 (LTS)
8+
9+
If you're using an older version, please upgrade to Node.js 24 LTS before updating to this release.
10+
311
## 0.61.1
412

513
## 0.61.0

packages/css/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primer/brand-css",
3-
"version": "0.61.1",
3+
"version": "0.62.0",
44
"description": "CSS stylesheets for Primer Brand components",
55
"keywords": [
66
"primer",

packages/design-tokens/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @primer/brand-primitives
22

3+
## 0.62.0
4+
5+
### Minor Changes
6+
7+
- [#1225](https://github.com/primer/brand/pull/1225) [`a1caad6`](https://github.com/primer/brand/commit/a1caad612df348cfa657b844b94e33ab8f869791) Thanks [@rezrah](https://github.com/rezrah)! - **Breaking change:** Minimum Node.js version is now v24 (LTS)
8+
9+
If you're using an older version, please upgrade to Node.js 24 LTS before updating to this release.
10+
311
## 0.61.1
412

513
## 0.61.0

packages/design-tokens/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primer/brand-primitives",
3-
"version": "0.61.1",
3+
"version": "0.62.0",
44
"description": "Color, spacing, and typography primitives for the Primer Brand Design System ",
55
"keywords": [
66
"primer",

0 commit comments

Comments
 (0)