@modern-js/plugin-tailwindcss 2.32.2-alpha.1 → 2.33.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 +12 -9
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,23 +1,26 @@
1
1
  # @modern-js/plugin-tailwindcss
2
2
 
3
- ## 2.32.2-alpha.0
3
+ ## 2.33.0
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - fd2ca58c821: feat(plugin-tailwind): automatically read tailwind config file
7
+ - fd2ca58: feat(plugin-tailwind): automatically read tailwind config file
8
8
 
9
9
  feat(plugin-tailwind): 自动读取 tailwind config 文件
10
10
 
11
- - bc1f8daf0ff: feat(builder): support custom logger in dev server
11
+ - bc1f8da: feat(builder): support custom logger in dev server
12
12
 
13
13
  feat(builder): 支持自定义 logger
14
14
 
15
- - Updated dependencies [6ea89abebde]
16
- - Updated dependencies [bc1f8daf0ff]
17
- - Updated dependencies [44da57b845c]
18
- - @modern-js/runtime@2.32.2-alpha.0
19
- - @modern-js/utils@2.32.2-alpha.0
20
- - @modern-js/node-bundle-require@2.32.2-alpha.0
15
+ - Updated dependencies [6ea89ab]
16
+ - Updated dependencies [ae35c65]
17
+ - Updated dependencies [2bcff4f]
18
+ - Updated dependencies [fd82137]
19
+ - Updated dependencies [bc1f8da]
20
+ - Updated dependencies [44da57b]
21
+ - @modern-js/runtime@2.33.0
22
+ - @modern-js/utils@2.33.0
23
+ - @modern-js/node-bundle-require@2.33.0
21
24
 
22
25
  ## 2.32.1
23
26
 
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "2.32.2-alpha.1",
18
+ "version": "2.33.0",
19
19
  "jsnext:source": "./src/index.ts",
20
20
  "types": "./dist/types/index.d.ts",
21
21
  "main": "./dist/cjs/index.js",
@@ -49,8 +49,8 @@
49
49
  "babel-plugin-macros": "3.1.0",
50
50
  "hoist-non-react-statics": "^3.3.2",
51
51
  "@swc/helpers": "0.5.1",
52
- "@modern-js/utils": "2.32.2-alpha.1",
53
- "@modern-js/node-bundle-require": "2.32.2-alpha.1"
52
+ "@modern-js/node-bundle-require": "2.33.0",
53
+ "@modern-js/utils": "2.33.0"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@types/jest": "^29",
@@ -60,17 +60,17 @@
60
60
  "jest": "^29",
61
61
  "react": "^18",
62
62
  "postcss": "8.4.27",
63
- "@modern-js/core": "2.32.2-alpha.1",
64
- "@modern-js/module-tools": "2.32.2-alpha.1",
65
- "@modern-js/runtime": "2.32.2-alpha.1",
66
- "@modern-js/types": "2.32.2-alpha.1",
67
- "@modern-js/app-tools": "2.32.2-alpha.1",
68
- "@scripts/jest-config": "2.32.1",
69
- "@scripts/build": "2.32.1"
63
+ "@modern-js/runtime": "2.33.0",
64
+ "@modern-js/types": "2.33.0",
65
+ "@modern-js/app-tools": "2.33.0",
66
+ "@scripts/jest-config": "2.33.0",
67
+ "@modern-js/core": "2.33.0",
68
+ "@modern-js/module-tools": "2.33.0",
69
+ "@scripts/build": "2.33.0"
70
70
  },
71
71
  "peerDependencies": {
72
72
  "tailwindcss": ">= 2.0.0 || >= 3.0.0",
73
- "@modern-js/runtime": "^2.32.2-alpha.1"
73
+ "@modern-js/runtime": "^2.33.0"
74
74
  },
75
75
  "peerDependenciesMeta": {
76
76
  "@modern-js/runtime": {