@lynx-js/css-extract-webpack-plugin-canary 0.6.2-canary-20250815-7e47c4a7 → 0.6.2

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 +4 -4
package/CHANGELOG.md CHANGED
@@ -1,14 +1,11 @@
1
1
  # @lynx-js/css-extract-webpack-plugin
2
2
 
3
- ## 0.6.2-canary-20250815124729-7e47c4a777441a6782bc8aac31298b9af34b6f3e
3
+ ## 0.6.2
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Fix "emit different content to the same filename" error ([#1482](https://github.com/lynx-family/lynx-stack/pull/1482))
8
8
 
9
- - Updated dependencies [[`51a0b19`](https://github.com/lynx-family/lynx-stack/commit/51a0b19078cb18c13f4f3e2ca4f471aa4ddeaa05)]:
10
- - @lynx-js/template-webpack-plugin@0.8.4-canary-20250815124729-7e47c4a777441a6782bc8aac31298b9af34b6f3e
11
-
12
9
  ## 0.6.1
13
10
 
14
11
  ### 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.6.2-canary-20250815-7e47c4a7",
3
+ "version": "0.6.2",
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",
@@ -49,10 +49,10 @@
49
49
  "css-loader": "^7.1.2",
50
50
  "sass-loader": "^16.0.5",
51
51
  "webpack": "^5.101.2",
52
- "@lynx-js/template-webpack-plugin": "npm:@lynx-js/template-webpack-plugin-canary@0.8.4-canary-20250815-7e47c4a7",
53
- "@lynx-js/vitest-setup": "0.0.0",
54
52
  "@lynx-js/css-serializer": "npm:@lynx-js/css-serializer-canary@0.1.3",
55
- "@lynx-js/test-tools": "0.0.0"
53
+ "@lynx-js/template-webpack-plugin": "npm:@lynx-js/template-webpack-plugin-canary@0.8.4",
54
+ "@lynx-js/test-tools": "0.0.0",
55
+ "@lynx-js/vitest-setup": "0.0.0"
56
56
  },
57
57
  "peerDependencies": {
58
58
  "@lynx-js/template-webpack-plugin": "*"