@lynx-js/css-extract-webpack-plugin-canary 0.8.0-canary-20260617-bb7927bd → 0.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -4
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @lynx-js/css-extract-webpack-plugin
2
2
 
3
- ## 0.8.0-canary-20260617035556-bb7927bdd9ccf5be6a0670538ca466770b320ee9
3
+ ## 0.8.0
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -20,9 +20,6 @@
20
20
 
21
21
  - Widen peer ranges to admit the new minor versions of `@lynx-js/template-webpack-plugin` (^0.12.0) and `@lynx-js/rspeedy` (^0.15.0) shipping with the unified `debug-metadata.json` feature. ([#2642](https://github.com/lynx-family/lynx-stack/pull/2642))
22
22
 
23
- - Updated dependencies [[`409594b`](https://github.com/lynx-family/lynx-stack/commit/409594b9c51bb0c13f01c7d3f16949b27ebfdced), [`e0aa6a3`](https://github.com/lynx-family/lynx-stack/commit/e0aa6a3f4fc8ba848a3a41789b3775a46fea24dc), [`9fffedb`](https://github.com/lynx-family/lynx-stack/commit/9fffedb68422bec3794cd714ced8057845b88eaf), [`d8be1ee`](https://github.com/lynx-family/lynx-stack/commit/d8be1ee6819c6bd43e4251e33ebb91d54aad35fd), [`409594b`](https://github.com/lynx-family/lynx-stack/commit/409594b9c51bb0c13f01c7d3f16949b27ebfdced), [`ac7d0eb`](https://github.com/lynx-family/lynx-stack/commit/ac7d0eb7b01f7302d5f69c783b0428938679255d)]:
24
- - @lynx-js/template-webpack-plugin@0.12.0-canary-20260617035556-bb7927bdd9ccf5be6a0670538ca466770b320ee9
25
-
26
23
  ## 0.7.1
27
24
 
28
25
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-js/css-extract-webpack-plugin-canary",
3
- "version": "0.8.0-canary-20260617-bb7927bd",
3
+ "version": "0.8.0",
4
4
  "description": "This plugin extracts CSS into separate files. It creates a CSS file per JS file which contains CSS.",
5
5
  "keywords": [
6
6
  "webpack",
@@ -47,7 +47,7 @@
47
47
  "css-loader": "^7.1.4",
48
48
  "sass-loader": "^16.0.7",
49
49
  "@lynx-js/css-serializer": "npm:@lynx-js/css-serializer-canary@0.1.6",
50
- "@lynx-js/template-webpack-plugin": "npm:@lynx-js/template-webpack-plugin-canary@0.12.0-canary-20260617-bb7927bd",
50
+ "@lynx-js/template-webpack-plugin": "npm:@lynx-js/template-webpack-plugin-canary@0.12.0",
51
51
  "@lynx-js/test-tools": "0.0.0"
52
52
  },
53
53
  "peerDependencies": {