@modern-js/plugin-tailwindcss 2.6.0 → 2.7.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 +17 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @modern-js/plugin-tailwindcss
2
2
 
3
+ ## 2.7.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 7fff9020e1: chore: make file naming consistent
8
+
9
+ chore: 统一文件命名为小驼峰格式
10
+
11
+ - Updated dependencies [0f15fc597c]
12
+ - Updated dependencies [dcad887024]
13
+ - Updated dependencies [a4672f7c16]
14
+ - Updated dependencies [7fff9020e1]
15
+ - Updated dependencies [1eea234fdd]
16
+ - Updated dependencies [84bfb439b8]
17
+ - @modern-js/utils@2.7.0
18
+ - @modern-js/runtime@2.7.0
19
+
3
20
  ## 2.6.0
4
21
 
5
22
  ### Patch Changes
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "2.6.0",
14
+ "version": "2.7.0",
15
15
  "jsnext:source": "./src/index.ts",
16
16
  "types": "./dist/types/index.d.ts",
17
17
  "main": "./dist/cjs/index.js",
@@ -45,7 +45,7 @@
45
45
  "@babel/runtime": "^7.18.0",
46
46
  "babel-plugin-macros": "3.1.0",
47
47
  "hoist-non-react-statics": "^3.3.2",
48
- "@modern-js/utils": "2.6.0"
48
+ "@modern-js/utils": "2.7.0"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@types/jest": "^27",
@@ -55,17 +55,17 @@
55
55
  "jest": "^27",
56
56
  "react": "^18",
57
57
  "postcss": "8.4.21",
58
- "@modern-js/core": "2.6.0",
59
- "@modern-js/module-tools": "2.6.0",
60
- "@modern-js/runtime": "2.6.0",
61
- "@modern-js/types": "2.6.0",
62
- "@scripts/build": "2.6.0",
63
- "@modern-js/app-tools": "2.6.0",
64
- "@scripts/jest-config": "2.6.0"
58
+ "@modern-js/core": "2.7.0",
59
+ "@modern-js/module-tools": "2.7.0",
60
+ "@modern-js/runtime": "2.7.0",
61
+ "@modern-js/types": "2.7.0",
62
+ "@scripts/build": "2.7.0",
63
+ "@modern-js/app-tools": "2.7.0",
64
+ "@scripts/jest-config": "2.7.0"
65
65
  },
66
66
  "peerDependencies": {
67
67
  "tailwindcss": ">= 2.0.0 || >= 3.0.0",
68
- "@modern-js/runtime": "^2.6.0"
68
+ "@modern-js/runtime": "^2.7.0"
69
69
  },
70
70
  "peerDependenciesMeta": {
71
71
  "@modern-js/runtime": {