diff --git a/.changeset/slimy-cougars-hammer.md b/.changeset/slimy-cougars-hammer.md deleted file mode 100644 index 148b90093..000000000 --- a/.changeset/slimy-cougars-hammer.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@linaria/babel-preset': patch -'@linaria/utils': patch ---- - -Fix for "The expression evaluated to 'undefined'" in Webpack (fixes #1300 and #1287) diff --git a/packages/atomic/CHANGELOG.md b/packages/atomic/CHANGELOG.md index fb666a8f8..3a0df91eb 100644 --- a/packages/atomic/CHANGELOG.md +++ b/packages/atomic/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 4.5.4 + +### Patch Changes + +- Updated dependencies [10bcd241] + - @linaria/utils@4.5.3 + - @linaria/core@4.5.4 + - @linaria/react@4.5.4 + - @linaria/tags@4.5.4 + ## 4.5.3 ### Patch Changes diff --git a/packages/atomic/package.json b/packages/atomic/package.json index 2b9187a9b..878ce4100 100644 --- a/packages/atomic/package.json +++ b/packages/atomic/package.json @@ -1,6 +1,6 @@ { "name": "@linaria/atomic", - "version": "4.5.3", + "version": "4.5.4", "description": "Blazing fast zero-runtime CSS in JS library", "keywords": [ "css", diff --git a/packages/babel/CHANGELOG.md b/packages/babel/CHANGELOG.md index 823eccd77..dac23373a 100644 --- a/packages/babel/CHANGELOG.md +++ b/packages/babel/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 4.5.4 + +### Patch Changes + +- 10bcd241: Fix for "The expression evaluated to 'undefined'" in Webpack (fixes #1300 and #1287) +- Updated dependencies [10bcd241] + - @linaria/utils@4.5.3 + - @linaria/core@4.5.4 + - @linaria/shaker@4.5.3 + - @linaria/tags@4.5.4 + ## 4.5.3 ### Patch Changes diff --git a/packages/babel/package.json b/packages/babel/package.json index 8f5d33709..c93b2ac8d 100644 --- a/packages/babel/package.json +++ b/packages/babel/package.json @@ -1,6 +1,6 @@ { "name": "@linaria/babel-preset", - "version": "4.5.3", + "version": "4.5.4", "description": "Blazing fast zero-runtime CSS in JS library", "keywords": [ "babel", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index e5ef22566..62e652fc7 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 4.5.4 + +### Patch Changes + +- Updated dependencies [10bcd241] + - @linaria/babel-preset@4.5.4 + - @linaria/utils@4.5.3 + ## 4.5.3 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 4386e85ec..2fbd50d38 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@linaria/cli", - "version": "4.5.3", + "version": "4.5.4", "description": "Blazing fast zero-runtime CSS in JS library", "keywords": [ "babel", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 262a84c54..b6b5b3fb7 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 4.5.4 + +### Patch Changes + +- Updated dependencies [10bcd241] + - @linaria/utils@4.5.3 + - @linaria/tags@4.5.4 + ## 4.5.3 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index bdf9f9c6d..aacfcf5f8 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@linaria/core", - "version": "4.5.3", + "version": "4.5.4", "description": "Blazing fast zero-runtime CSS in JS library", "keywords": [ "css", diff --git a/packages/esbuild/CHANGELOG.md b/packages/esbuild/CHANGELOG.md index 4cced415a..80f906e0a 100644 --- a/packages/esbuild/CHANGELOG.md +++ b/packages/esbuild/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 4.5.4 + +### Patch Changes + +- Updated dependencies [10bcd241] + - @linaria/babel-preset@4.5.4 + - @linaria/utils@4.5.3 + ## 4.5.3 ### Patch Changes diff --git a/packages/esbuild/package.json b/packages/esbuild/package.json index 9f3d86c74..c59297c85 100644 --- a/packages/esbuild/package.json +++ b/packages/esbuild/package.json @@ -1,6 +1,6 @@ { "name": "@linaria/esbuild", - "version": "4.5.3", + "version": "4.5.4", "description": "Blazing fast zero-runtime CSS in JS library", "keywords": [ "babel", diff --git a/packages/griffel/CHANGELOG.md b/packages/griffel/CHANGELOG.md index e314a54ee..98d39be1a 100644 --- a/packages/griffel/CHANGELOG.md +++ b/packages/griffel/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 4.5.4 + +### Patch Changes + +- Updated dependencies [10bcd241] + - @linaria/utils@4.5.3 + - @linaria/tags@4.5.4 + ## 4.5.3 ### Patch Changes diff --git a/packages/griffel/package.json b/packages/griffel/package.json index 7e69c3aef..477c35e4d 100644 --- a/packages/griffel/package.json +++ b/packages/griffel/package.json @@ -1,6 +1,6 @@ { "name": "@linaria/griffel", - "version": "4.5.3", + "version": "4.5.4", "description": "Blazing fast zero-runtime CSS in JS library", "keywords": [ "css", diff --git a/packages/linaria/CHANGELOG.md b/packages/linaria/CHANGELOG.md index c17909e73..f954ced7a 100644 --- a/packages/linaria/CHANGELOG.md +++ b/packages/linaria/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 4.5.4 + +### Patch Changes + +- Updated dependencies [10bcd241] + - @linaria/babel-preset@4.5.4 + - @linaria/rollup@4.5.4 + - @linaria/stylelint@4.5.4 + - @linaria/webpack4-loader@4.5.4 + - @linaria/core@4.5.4 + - @linaria/react@4.5.4 + - @linaria/shaker@4.5.3 + ## 4.5.3 ### Patch Changes diff --git a/packages/linaria/package.json b/packages/linaria/package.json index a9d2d7598..1db93ed11 100644 --- a/packages/linaria/package.json +++ b/packages/linaria/package.json @@ -1,6 +1,6 @@ { "name": "linaria", - "version": "4.5.3", + "version": "4.5.4", "description": "Blazing fast zero-runtime CSS in JS library", "keywords": [ "babel", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index f8acd631d..d738b14ca 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 4.5.4 + +### Patch Changes + +- Updated dependencies [10bcd241] + - @linaria/utils@4.5.3 + - @linaria/core@4.5.4 + - @linaria/tags@4.5.4 + ## 4.5.3 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index cb7c665a0..0a7804480 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@linaria/react", - "version": "4.5.3", + "version": "4.5.4", "description": "Blazing fast zero-runtime CSS in JS library", "keywords": [ "css", diff --git a/packages/rollup/CHANGELOG.md b/packages/rollup/CHANGELOG.md index 4aa871155..58a3b372e 100644 --- a/packages/rollup/CHANGELOG.md +++ b/packages/rollup/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 4.5.4 + +### Patch Changes + +- Updated dependencies [10bcd241] + - @linaria/babel-preset@4.5.4 + - @linaria/utils@4.5.3 + - @linaria/vite@4.5.4 + ## 4.5.3 ### Patch Changes diff --git a/packages/rollup/package.json b/packages/rollup/package.json index 5f521b74b..5fa5d3da3 100644 --- a/packages/rollup/package.json +++ b/packages/rollup/package.json @@ -1,6 +1,6 @@ { "name": "@linaria/rollup", - "version": "4.5.3", + "version": "4.5.4", "description": "Blazing fast zero-runtime CSS in JS library", "keywords": [ "babel", diff --git a/packages/shaker/CHANGELOG.md b/packages/shaker/CHANGELOG.md index a76b17269..8956eff7b 100644 --- a/packages/shaker/CHANGELOG.md +++ b/packages/shaker/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 4.5.3 + +### Patch Changes + +- Updated dependencies [10bcd241] + - @linaria/utils@4.5.3 + ## 4.5.2 ### Patch Changes diff --git a/packages/shaker/package.json b/packages/shaker/package.json index 289491156..44cea4a0f 100644 --- a/packages/shaker/package.json +++ b/packages/shaker/package.json @@ -1,6 +1,6 @@ { "name": "@linaria/shaker", - "version": "4.5.2", + "version": "4.5.3", "description": "Blazing fast zero-runtime CSS in JS library", "keywords": [ "babel", diff --git a/packages/stylelint/CHANGELOG.md b/packages/stylelint/CHANGELOG.md index 9f9c7fc5b..be317facd 100644 --- a/packages/stylelint/CHANGELOG.md +++ b/packages/stylelint/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 4.5.4 + +### Patch Changes + +- Updated dependencies [10bcd241] + - @linaria/babel-preset@4.5.4 + - @linaria/utils@4.5.3 + ## 4.5.3 ### Patch Changes diff --git a/packages/stylelint/package.json b/packages/stylelint/package.json index c5da59c96..aa2dbee21 100644 --- a/packages/stylelint/package.json +++ b/packages/stylelint/package.json @@ -1,6 +1,6 @@ { "name": "@linaria/stylelint", - "version": "4.5.3", + "version": "4.5.4", "description": "Blazing fast zero-runtime CSS in JS library", "keywords": [ "css", diff --git a/packages/tags/CHANGELOG.md b/packages/tags/CHANGELOG.md index 4a7268768..f23c7b92f 100644 --- a/packages/tags/CHANGELOG.md +++ b/packages/tags/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 4.5.4 + +### Patch Changes + +- Updated dependencies [10bcd241] + - @linaria/utils@4.5.3 + ## 4.5.3 ### Patch Changes diff --git a/packages/tags/package.json b/packages/tags/package.json index bc2c4a0d0..26f03f7d0 100644 --- a/packages/tags/package.json +++ b/packages/tags/package.json @@ -1,6 +1,6 @@ { "name": "@linaria/tags", - "version": "4.5.3", + "version": "4.5.4", "description": "Blazing fast zero-runtime CSS in JS library", "keywords": [ "css", diff --git a/packages/testkit/CHANGELOG.md b/packages/testkit/CHANGELOG.md index c5a2a35c4..ce0c5029a 100644 --- a/packages/testkit/CHANGELOG.md +++ b/packages/testkit/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 4.5.4 + +### Patch Changes + +- Updated dependencies [10bcd241] + - @linaria/babel-preset@4.5.4 + - @linaria/react@4.5.4 + - @linaria/shaker@4.5.3 + - @linaria/tags@4.5.4 + ## 4.5.3 ### Patch Changes diff --git a/packages/testkit/package.json b/packages/testkit/package.json index c4176bfb2..2e9083ee9 100644 --- a/packages/testkit/package.json +++ b/packages/testkit/package.json @@ -1,6 +1,6 @@ { "name": "@linaria/testkit", - "version": "4.5.3", + "version": "4.5.4", "private": true, "description": "Blazing fast zero-runtime CSS in JS library", "keywords": [ diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index d2b881aa7..569729b9d 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 4.5.3 + +### Patch Changes + +- 10bcd241: Fix for "The expression evaluated to 'undefined'" in Webpack (fixes #1300 and #1287) + ## 4.5.2 ### Patch Changes diff --git a/packages/utils/package.json b/packages/utils/package.json index 549991100..883c485ed 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@linaria/utils", - "version": "4.5.2", + "version": "4.5.3", "description": "Blazing fast zero-runtime CSS in JS library", "keywords": [ "css", diff --git a/packages/vite/CHANGELOG.md b/packages/vite/CHANGELOG.md index ae0421119..040c1cc1f 100644 --- a/packages/vite/CHANGELOG.md +++ b/packages/vite/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 4.5.4 + +### Patch Changes + +- Updated dependencies [10bcd241] + - @linaria/babel-preset@4.5.4 + - @linaria/utils@4.5.3 + ## 4.5.3 ### Patch Changes diff --git a/packages/vite/package.json b/packages/vite/package.json index 853c8b698..ccd72d977 100644 --- a/packages/vite/package.json +++ b/packages/vite/package.json @@ -1,6 +1,6 @@ { "name": "@linaria/vite", - "version": "4.5.3", + "version": "4.5.4", "description": "Blazing fast zero-runtime CSS in JS library", "keywords": [ "babel", diff --git a/packages/webpack-loader/CHANGELOG.md b/packages/webpack-loader/CHANGELOG.md index b73c7f495..4ce7b9241 100644 --- a/packages/webpack-loader/CHANGELOG.md +++ b/packages/webpack-loader/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 4.5.4 + +### Patch Changes + +- @linaria/webpack4-loader@4.5.4 +- @linaria/webpack5-loader@4.5.4 + ## 4.5.3 ### Patch Changes diff --git a/packages/webpack-loader/package.json b/packages/webpack-loader/package.json index 59eea8ce0..d86021e0f 100644 --- a/packages/webpack-loader/package.json +++ b/packages/webpack-loader/package.json @@ -1,6 +1,6 @@ { "name": "@linaria/webpack-loader", - "version": "4.5.3", + "version": "4.5.4", "description": "Blazing fast zero-runtime CSS in JS library", "keywords": [ "babel", diff --git a/packages/webpack4-loader/CHANGELOG.md b/packages/webpack4-loader/CHANGELOG.md index cd7247bd5..1a90c8457 100644 --- a/packages/webpack4-loader/CHANGELOG.md +++ b/packages/webpack4-loader/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 4.5.4 + +### Patch Changes + +- Updated dependencies [10bcd241] + - @linaria/babel-preset@4.5.4 + ## 4.5.3 ### Patch Changes diff --git a/packages/webpack4-loader/package.json b/packages/webpack4-loader/package.json index dad021a9d..a7b87fdcc 100644 --- a/packages/webpack4-loader/package.json +++ b/packages/webpack4-loader/package.json @@ -1,6 +1,6 @@ { "name": "@linaria/webpack4-loader", - "version": "4.5.3", + "version": "4.5.4", "description": "Blazing fast zero-runtime CSS in JS library", "keywords": [ "babel", diff --git a/packages/webpack5-loader/CHANGELOG.md b/packages/webpack5-loader/CHANGELOG.md index bc6b6c0e7..ebade6414 100644 --- a/packages/webpack5-loader/CHANGELOG.md +++ b/packages/webpack5-loader/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 4.5.4 + +### Patch Changes + +- Updated dependencies [10bcd241] + - @linaria/babel-preset@4.5.4 + - @linaria/utils@4.5.3 + ## 4.5.3 ### Patch Changes diff --git a/packages/webpack5-loader/package.json b/packages/webpack5-loader/package.json index c3e9df979..27daa79cb 100644 --- a/packages/webpack5-loader/package.json +++ b/packages/webpack5-loader/package.json @@ -1,6 +1,6 @@ { "name": "@linaria/webpack5-loader", - "version": "4.5.3", + "version": "4.5.4", "description": "Blazing fast zero-runtime CSS in JS library", "keywords": [ "babel", diff --git a/website/CHANGELOG.md b/website/CHANGELOG.md index 38ec214cd..a97eb94b8 100644 --- a/website/CHANGELOG.md +++ b/website/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 4.5.4 + +### Patch Changes + +- @linaria/atomic@4.5.4 +- @linaria/core@4.5.4 +- @linaria/react@4.5.4 + ## 4.5.3 ### Patch Changes diff --git a/website/package.json b/website/package.json index a53a63c1a..23a72eb8d 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "linaria-website", - "version": "4.5.3", + "version": "4.5.4", "private": true, "description": "Linaria website", "exports": {