@lynx-js/css-extract-webpack-plugin-canary 0.9.0-canary-20260715-2b5d83a4 → 0.9.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 -3
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @lynx-js/css-extract-webpack-plugin
2
2
 
3
- ## 0.9.0-canary-20260715145040-2b5d83a4b8e3c1f5329de9d9fe7539d38e33e420
3
+ ## 0.9.0
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -14,8 +14,6 @@
14
14
 
15
15
  - Widen the `@lynx-js/template-webpack-plugin` peer range to `^0.13.0` to accept the ([#2584](https://github.com/lynx-family/lynx-stack/pull/2584))
16
16
  minor that ships the FetchBundle chunk encoding.
17
- - Updated dependencies [[`2b5d83a`](https://github.com/lynx-family/lynx-stack/commit/2b5d83a4b8e3c1f5329de9d9fe7539d38e33e420), [`2b5d83a`](https://github.com/lynx-family/lynx-stack/commit/2b5d83a4b8e3c1f5329de9d9fe7539d38e33e420), [`fec4237`](https://github.com/lynx-family/lynx-stack/commit/fec4237b2257455a40a68f33864fb713c147f7d4)]:
18
- - @lynx-js/template-webpack-plugin@0.13.0-canary-20260715145040-2b5d83a4b8e3c1f5329de9d9fe7539d38e33e420
19
17
 
20
18
  ## 0.8.0
21
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-js/css-extract-webpack-plugin-canary",
3
- "version": "0.9.0-canary-20260715-2b5d83a4",
3
+ "version": "0.9.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",
@@ -46,9 +46,9 @@
46
46
  "@rstest/core": "0.11.0",
47
47
  "css-loader": "^7.1.4",
48
48
  "sass-loader": "^16.0.7",
49
- "@lynx-js/css-serializer": "npm:@lynx-js/css-serializer-canary@0.1.6",
49
+ "@lynx-js/template-webpack-plugin": "npm:@lynx-js/template-webpack-plugin-canary@0.13.0",
50
50
  "@lynx-js/test-tools": "0.0.0",
51
- "@lynx-js/template-webpack-plugin": "npm:@lynx-js/template-webpack-plugin-canary@0.13.0-canary-20260715-2b5d83a4"
51
+ "@lynx-js/css-serializer": "npm:@lynx-js/css-serializer-canary@0.1.6"
52
52
  },
53
53
  "peerDependencies": {
54
54
  "@lynx-js/template-webpack-plugin": "*"