Skip to content

Commit 0941b00

Browse files
Version Packages (#4183)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c4193d6 commit 0941b00

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

.changeset/afraid-teachers-do.md

-6
This file was deleted.

.changeset/thirty-mirrors-switch.md

-5
This file was deleted.

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @primer/components
22

3+
## 36.7.0
4+
5+
### Minor Changes
6+
7+
- [#4157](https://github.com/primer/react/pull/4157) [`aafa257e1`](https://github.com/primer/react/commit/aafa257e1df4e0d73bb328edbfca2f23976d4756) Thanks [@langermank](https://github.com/langermank)! - - Adds CSS variable color values to the legacy Primitive design tokens.
8+
- Three values include: the new v8 color CSS variable, a fallback of the old color CSS variable, and the raw value.
9+
10+
### Patch Changes
11+
12+
- [#4193](https://github.com/primer/react/pull/4193) [`c4193d680`](https://github.com/primer/react/commit/c4193d680b9b392bd1e60b1db1dd3efe0119af2d) Thanks [@langermank](https://github.com/langermank)! - Add missing CSS vars to legacy-theme
13+
314
## 36.6.0
415

516
### Minor Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primer/react",
3-
"version": "36.6.0",
3+
"version": "36.7.0",
44
"description": "An implementation of GitHub's Primer Design System using React",
55
"main": "lib/index.js",
66
"module": "lib-esm/index.js",

0 commit comments

Comments
 (0)