Skip to content

Commit 9c5be86

Browse files
Version Packages
1 parent f7bdd1c commit 9c5be86

10 files changed

Lines changed: 25 additions & 21 deletions

File tree

.changeset/mcp-lineheight-tokens.md

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

.changeset/stupid-bees-marry.md

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

.changeset/toggle-switch-knob-spacing.md

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

examples/codesandbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@types/react": "^18.3.11",
1818
"@types/react-dom": "^18.3.0",
1919
"@vitejs/plugin-react": "^4.3.3",
20-
"@primer/react": "38.14.0",
20+
"@primer/react": "38.15.0",
2121
"@primer/styled-react": "1.0.3",
2222
"styled-components": "5.x",
2323
"typescript": "^5.9.2",

examples/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"type-check": "tsc --noEmit"
1111
},
1212
"dependencies": {
13-
"@primer/react": "38.14.0",
13+
"@primer/react": "38.15.0",
1414
"@primer/styled-react": "1.0.3",
1515
"next": "^16.1.5",
1616
"react": "^19.2.0",

examples/theming/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@primer/octicons-react": "^19.21.0",
14-
"@primer/react": "38.14.0",
14+
"@primer/react": "38.15.0",
1515
"@primer/styled-react": "1.0.3",
1616
"clsx": "^2.1.1",
1717
"next": "^16.1.5",

packages/mcp/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @primer/mcp
22

3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- [#7601](https://github.com/primer/react/pull/7601) [`e103951`](https://github.com/primer/react/commit/e10395113bae756edae8143fc51d39b7b519aa7b) Thanks [@lukasoppermann](https://github.com/lukasoppermann)! - Expose lineHeight tokens in design token search results, added color name to token conversion and `lint_css` tool for self-check loop
8+
9+
- Updated dependencies [[`f7bdd1c`](https://github.com/primer/react/commit/f7bdd1c04f8cbb17b6a913ba55f7d0855c8eebf1), [`e649da3`](https://github.com/primer/react/commit/e649da3c89b38f477fb574acf5bb06a49b41ee9d)]:
10+
- @primer/react@38.15.0
11+
312
## 0.2.0
413

514
### Minor Changes

packages/mcp/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@primer/mcp",
33
"private": true,
44
"description": "An MCP server that connects AI tools to the Primer Design System",
5-
"version": "0.3.0",
5+
"version": "0.3.1",
66
"type": "module",
77
"bin": {
88
"mcp": "./bin/mcp.js"
@@ -38,7 +38,7 @@
3838
"@modelcontextprotocol/sdk": "^1.24.0",
3939
"@primer/octicons": "^19.15.5",
4040
"@primer/primitives": "10.x || 11.x",
41-
"@primer/react": "^38.12.0",
41+
"@primer/react": "^38.15.0",
4242
"cheerio": "^1.0.0",
4343
"turndown": "^7.2.0",
4444
"zod": "^4.3.5"

packages/react/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @primer/react
22

3+
## 38.15.0
4+
5+
### Minor Changes
6+
7+
- [#7524](https://github.com/primer/react/pull/7524) [`f7bdd1c`](https://github.com/primer/react/commit/f7bdd1c04f8cbb17b6a913ba55f7d0855c8eebf1) Thanks [@francinelucca](https://github.com/francinelucca)! - chore: always render ActionMenu in viewport when inside Dialog under feature flag
8+
9+
### Patch Changes
10+
11+
- [#7588](https://github.com/primer/react/pull/7588) [`e649da3`](https://github.com/primer/react/commit/e649da3c89b38f477fb574acf5bb06a49b41ee9d) Thanks [@lukasoppermann](https://github.com/lukasoppermann)! - ToggleSwitch: Updated with a 1px space around the knob to work better with updated primitives.
12+
313
## 38.14.0
414

515
### Minor Changes

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@primer/react",
33
"type": "module",
4-
"version": "38.14.0",
4+
"version": "38.15.0",
55
"description": "An implementation of GitHub's Primer Design System using React",
66
"main": "./dist/index.js",
77
"module": "./dist/index.js",

0 commit comments

Comments
 (0)