Skip to content

Commit 55cd353

Browse files
committed
changesets
1 parent d01411b commit 55cd353

File tree

3 files changed

+22
-1
lines changed

3 files changed

+22
-1
lines changed

.changeset/tiny-jeans-check.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
'@emotion/cache': minor
3+
'@emotion/css': minor
4+
'@emotion/primitives-core': minor
5+
'@emotion/react': minor
6+
'@emotion/serialize': minor
7+
'@emotion/sheet': minor
8+
'@emotion/styled': minor
9+
'@emotion/use-insertion-effect-with-fallbacks': minor
10+
'@emotion/utils': minor
11+
---
12+
13+
Migrated away from relying on `process.env.NODE_ENV` checks to differentiate between production and development builds.
14+
15+
Development builds (and other environment-specific builds) can be used by using proper conditions (see [here](https://nodejs.org/docs/v20.15.1/api/packages.html#resolving-user-conditions)). Most modern bundlers/frameworks already preconfigure those for the user so no action has to be taken.
16+
17+
Default files should continue to work in all environments.

.changeset/witty-guests-care.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@emotion/jest': minor
3+
---
4+
5+
Adjustments to how speedy rules are obtained by the plugin.

packages/server/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@
7373
},
7474
"./package.json": "./package.json"
7575
},
76-
"imports": {},
7776
"preconstruct": {
7877
"entrypoints": [
7978
"./index.js",

0 commit comments

Comments
 (0)