Skip to content

Commit a374d37

Browse files
Version Packages (#1354)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4f52045 commit a374d37

File tree

4 files changed

+18
-21
lines changed

4 files changed

+18
-21
lines changed

.changeset/figma-collection-override.md

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

.changeset/improve-npm-scripts.md

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

CHANGELOG.md

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

3+
## 11.7.1
4+
5+
### Patch Changes
6+
7+
- [#1355](https://github.com/primer/primitives/pull/1355) [`4f52045`](https://github.com/primer/primitives/commit/4f52045a6cb5dfc575cc842ef08abb6beddc4ca2) Thanks [@lukasoppermann](https://github.com/lukasoppermann)! - Fix Figma base scale output for override themes (dark-dimmed, dark-high-contrast, light-high-contrast) to include all tokens. Previously, inherited tokens (e.g. neutral, black, transparent) retained the parent theme's collection name and were missing from the override theme's Figma collection.
8+
9+
- [#1353](https://github.com/primer/primitives/pull/1353) [`9558473`](https://github.com/primer/primitives/commit/9558473ec40712028df2ffa6e5ae228dc52c752a) Thanks [@lukasoppermann](https://github.com/lukasoppermann)! - Improve npm script names for consistency and clarity
10+
- Rename `build:config``build:types`
11+
- Rename `validate:contrast``check:contrast`
12+
- Rename `format:fix``format` and `format``format:check`
13+
- Rename `install:storybook``storybook:install` and `start:storybook``storybook`
14+
- Add `check` script combining lint, format check, test, and build
15+
- Fix double clean in build pipeline (`prebuild` + explicit `clean`)
16+
- Add `--max-warnings=0` to `lint` script
17+
- Fix double-space typo in format command
18+
- Normalize `./scripts/``scripts/` path prefixes
19+
320
## 11.7.0
421

522
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primer/primitives",
3-
"version": "11.7.0",
3+
"version": "11.7.1",
44
"description": "Typography, spacing, and color primitives for Primer design system",
55
"type": "module",
66
"files": [

0 commit comments

Comments
 (0)