Skip to content

Commit 2d1e663

Browse files
github-actions[bot]quantizor
authored andcommitted
chore: version packages
1 parent 67a0bec commit 2d1e663

5 files changed

Lines changed: 12 additions & 16 deletions

File tree

.changeset/keyframe-snapshot-stability.md

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

.changeset/namespace-support.md

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

.changeset/vitest-compat.md

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

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 7.4.0
4+
5+
### Minor Changes
6+
7+
- 972060f: Stabilize keyframe names in snapshots by replacing hashed `@keyframes` identifiers with deterministic placeholders (`k0`, `k1`, etc.), matching the existing `c0`/`c1` behavior for class names
8+
- 74fee2e: Add `namespace` option to `toHaveStyleRule` for matching rules generated with `StyleSheetManager namespace`. Can be set per-assertion or globally via `setStyleRuleOptions({ namespace: '#app' })`.
9+
10+
### Patch Changes
11+
12+
- a9cb0aa: Fix Vitest compatibility: convert vitest entrypoint to ESM and remove test framework dependency from matcherTest
13+
314
## 7.3.1
415

516
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-styled-components",
3-
"version": "7.3.2",
3+
"version": "7.4.0",
44
"description": "Jest utilities for Styled Components",
55
"type": "commonjs",
66
"packageManager": "pnpm@10.32.1",

0 commit comments

Comments
 (0)