@lynx-js/css-extract-webpack-plugin-canary 0.7.1-canary-20260424-7e5f54ca → 0.7.1

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 +3 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @lynx-js/css-extract-webpack-plugin
2
2
 
3
- ## 0.7.1-canary-20260424103825-7e5f54ca13be07404b035c05e51b7ea661fba926
3
+ ## 0.7.1
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -8,9 +8,6 @@
8
8
 
9
9
  - Support `@lynx-js/template-webpack-plugin` v0.11.0. ([#2483](https://github.com/lynx-family/lynx-stack/pull/2483))
10
10
 
11
- - Updated dependencies [[`e179680`](https://github.com/lynx-family/lynx-stack/commit/e1796803444ba70efa86609b620c3a753b6694de), [`f15494b`](https://github.com/lynx-family/lynx-stack/commit/f15494b3b1231c11facd61bf1e07a43b6df5e07c)]:
12
- - @lynx-js/template-webpack-plugin@0.11.0-canary-20260424103825-7e5f54ca13be07404b035c05e51b7ea661fba926
13
-
14
11
  ## 0.7.0
15
12
 
16
13
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-js/css-extract-webpack-plugin-canary",
3
- "version": "0.7.1-canary-20260424-7e5f54ca",
3
+ "version": "0.7.1",
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,8 +49,8 @@
49
49
  "css-loader": "^7.1.4",
50
50
  "sass-loader": "^16.0.7",
51
51
  "webpack": "^5.105.2",
52
- "@lynx-js/css-serializer": "npm:@lynx-js/css-serializer-canary@0.1.6-canary-20260424-7e5f54ca",
53
- "@lynx-js/template-webpack-plugin": "npm:@lynx-js/template-webpack-plugin-canary@0.11.0-canary-20260424-7e5f54ca",
52
+ "@lynx-js/css-serializer": "npm:@lynx-js/css-serializer-canary@0.1.6",
53
+ "@lynx-js/template-webpack-plugin": "npm:@lynx-js/template-webpack-plugin-canary@0.11.0",
54
54
  "@lynx-js/test-tools": "0.0.0",
55
55
  "@lynx-js/vitest-setup": "0.0.0"
56
56
  },