@modern-js/plugin-styled-components 0.0.0-canary-20251127075930 → 0.0.0-canary-20251128085938

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 +3 -1
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,10 +1,12 @@
1
1
  # @modern-js/plugin-styled-components
2
2
 
3
- ## 0.0.0-canary-20251127075930
3
+ ## 0.0.0-canary-20251128085938
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 3414a3e: feat: add plugin-styled-components
8
8
  feat: 新增 styled-components 插件
9
+ - c9ea637: fix: plugin-styled-components
10
+ fix: 修复 styled-components 插件
9
11
  - 9de9720: feat: add styled-components plugin options and fix docs
10
12
  feat: styled-components 插件增加配置参数并修复相关文档
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "modern",
9
9
  "modern.js"
10
10
  ],
11
- "version": "0.0.0-canary-20251127075930",
11
+ "version": "0.0.0-canary-20251128085938",
12
12
  "jsnext:source": "./src/index.ts",
13
13
  "types": "./src/index.ts",
14
14
  "main": "./dist/cjs/index.js",
@@ -24,9 +24,9 @@
24
24
  "@types/jest": "^29.5.14",
25
25
  "@types/node": "^20",
26
26
  "typescript": "^5.3.3",
27
- "@modern-js/app-tools": "0.0.0-canary-20251127075930",
28
- "@modern-js/runtime": "0.0.0-canary-20251127075930",
29
- "@modern-js/rslib": "0.0.0-canary-20251127075930"
27
+ "@modern-js/app-tools": "0.0.0-canary-20251128085938",
28
+ "@modern-js/runtime": "0.0.0-canary-20251128085938",
29
+ "@modern-js/rslib": "0.0.0-canary-20251128085938"
30
30
  },
31
31
  "peerDependencies": {
32
32
  "styled-components": "^5.3.1"