Skip to content

Commit 44f5fb5

Browse files
Version Packages (#1462)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ebefe2e commit 44f5fb5

File tree

26 files changed

+210
-49
lines changed

26 files changed

+210
-49
lines changed

.changeset/bump-wyw-1-0-x.md

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

.changeset/postcss-linaria-tests.md

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

.changeset/react17-jsx-typing.md

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

.changeset/require-node-20.md

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

packages/atomic/CHANGELOG.md

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

3+
## 7.0.0
4+
5+
### Major Changes
6+
7+
- ab11ebb7: BREAKING: bump `@wyw-in-js/*` dependencies to `^1.0.0` (stable).
8+
9+
This release updates Linaria's build-time evaluation engine (WyW). See https://wyw-in-js.dev/stability for practical guidance and common pitfalls.
10+
11+
Notes:
12+
13+
- Linaria 7 requires Node.js 20+ (aligned with WyW 1.x).
14+
- If you import JSON from code that is evaluated by WyW, add `.json` to `extensions` and ensure `.json` is ignored by evaluation rules (so it's parsed as JSON, not by Babel).
15+
- Rollup users: WyW 1.x serializes `transform()` by default (`serializeTransform: true`). If you hit Rollup "Unexpected early exit" (unresolved plugin promises / deadlock during resolve), set `serializeTransform: false` (see `examples/rollup/rollup.config.mjs`).
16+
- WyW 1.x promotes fully-statically-evaluatable modules to `only: ['*']` and can re-evaluate modules when cached exports are incomplete (cached export values might not be reused).
17+
18+
### Patch Changes
19+
20+
- Updated dependencies [ab11ebb7]
21+
- Updated dependencies [654d8590]
22+
- @linaria/core@7.0.0
23+
- @linaria/react@7.0.0
24+
325
## 6.3.0
426

527
### Minor Changes

packages/atomic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@linaria/atomic",
3-
"version": "6.3.0",
3+
"version": "7.0.0",
44
"description": "Blazing fast zero-runtime CSS in JS library",
55
"keywords": [
66
"css",

packages/core/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Change Log
22

3+
## 7.0.0
4+
5+
### Major Changes
6+
7+
- ab11ebb7: BREAKING: bump `@wyw-in-js/*` dependencies to `^1.0.0` (stable).
8+
9+
This release updates Linaria's build-time evaluation engine (WyW). See https://wyw-in-js.dev/stability for practical guidance and common pitfalls.
10+
11+
Notes:
12+
13+
- Linaria 7 requires Node.js 20+ (aligned with WyW 1.x).
14+
- If you import JSON from code that is evaluated by WyW, add `.json` to `extensions` and ensure `.json` is ignored by evaluation rules (so it's parsed as JSON, not by Babel).
15+
- Rollup users: WyW 1.x serializes `transform()` by default (`serializeTransform: true`). If you hit Rollup "Unexpected early exit" (unresolved plugin promises / deadlock during resolve), set `serializeTransform: false` (see `examples/rollup/rollup.config.mjs`).
16+
- WyW 1.x promotes fully-statically-evaluatable modules to `only: ['*']` and can re-evaluate modules when cached exports are incomplete (cached export values might not be reused).
17+
318
## 6.3.0
419

520
### Minor Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@linaria/core",
3-
"version": "6.3.0",
3+
"version": "7.0.0",
44
"description": "Blazing fast zero-runtime CSS in JS library",
55
"keywords": [
66
"css",

packages/interop/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Change Log
22

3+
## 7.0.0
4+
5+
### Major Changes
6+
7+
- ab11ebb7: BREAKING: bump `@wyw-in-js/*` dependencies to `^1.0.0` (stable).
8+
9+
This release updates Linaria's build-time evaluation engine (WyW). See https://wyw-in-js.dev/stability for practical guidance and common pitfalls.
10+
11+
Notes:
12+
13+
- Linaria 7 requires Node.js 20+ (aligned with WyW 1.x).
14+
- If you import JSON from code that is evaluated by WyW, add `.json` to `extensions` and ensure `.json` is ignored by evaluation rules (so it's parsed as JSON, not by Babel).
15+
- Rollup users: WyW 1.x serializes `transform()` by default (`serializeTransform: true`). If you hit Rollup "Unexpected early exit" (unresolved plugin promises / deadlock during resolve), set `serializeTransform: false` (see `examples/rollup/rollup.config.mjs`).
16+
- WyW 1.x promotes fully-statically-evaluatable modules to `only: ['*']` and can re-evaluate modules when cached exports are incomplete (cached export values might not be reused).
17+
318
## 6.3.0
419

520
### Minor Changes

packages/interop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@linaria/babel-plugin-interop",
3-
"version": "6.3.0",
3+
"version": "7.0.0",
44
"homepage": "https://github.com/callstack/linaria/tree/master/packages/interop#readme",
55
"repository": "git@github.com:callstack/linaria.git",
66
"license": "MIT",

0 commit comments

Comments
 (0)