Skip to content

Commit

Permalink
changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist committed Jul 19, 2024
1 parent d01411b commit 55cd353
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
17 changes: 17 additions & 0 deletions .changeset/tiny-jeans-check.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
'@emotion/cache': minor
'@emotion/css': minor
'@emotion/primitives-core': minor
'@emotion/react': minor
'@emotion/serialize': minor
'@emotion/sheet': minor
'@emotion/styled': minor
'@emotion/use-insertion-effect-with-fallbacks': minor
'@emotion/utils': minor
---

Migrated away from relying on `process.env.NODE_ENV` checks to differentiate between production and development builds.

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.

Default files should continue to work in all environments.
5 changes: 5 additions & 0 deletions .changeset/witty-guests-care.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@emotion/jest': minor
---

Adjustments to how speedy rules are obtained by the plugin.
1 change: 0 additions & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@
},
"./package.json": "./package.json"
},
"imports": {},
"preconstruct": {
"entrypoints": [
"./index.js",
Expand Down

0 comments on commit 55cd353

Please sign in to comment.