-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
22 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters