@modern-js/plugin-tailwindcss 1.4.0-alpha.0 → 1.4.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.
package/CHANGELOG.md CHANGED
@@ -1,18 +1,35 @@
1
1
  # @modern-js/plugin-tailwindcss
2
2
 
3
- ## 1.4.0-alpha.0
3
+ ## 1.4.2
4
+
5
+ ### Patch Changes
6
+
7
+ - nothing happen, only bump
8
+ - Updated dependencies
9
+ - @modern-js/utils@1.7.11
10
+ - @modern-js/plugin-design-token@1.0.11
11
+
12
+ ## 1.4.1
13
+
14
+ ### Patch Changes
15
+
16
+ - b82869d: change package.json exports
17
+ - Updated dependencies [b82869d]
18
+ - @modern-js/utils@1.7.10
19
+ - @modern-js/plugin-design-token@1.0.11
20
+
21
+ ## 1.4.0
4
22
 
5
23
  ### Minor Changes
6
24
 
7
- - 3050accbe: support twin.macro
25
+ - 3050acc: support twin.macro
8
26
 
9
27
  ### Patch Changes
10
28
 
11
- - 546266cec: support windows
12
- - Updated dependencies [9cd364e06]
13
- - Updated dependencies [a90bc96bd]
14
- - @modern-js/utils@1.7.9-alpha.0
15
- - @modern-js/plugin-design-token@1.0.12-alpha.0
29
+ - 546266c: support windows
30
+ - Updated dependencies [a90bc96]
31
+ - @modern-js/utils@1.7.9
32
+ - @modern-js/plugin-design-token@1.0.11
16
33
 
17
34
  ## 1.3.0
18
35
 
File without changes
File without changes
File without changes
File without changes
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "1.4.0-alpha.0",
14
+ "version": "1.4.2",
15
15
  "jsnext:source": "./src/index.ts",
16
16
  "types": "./dist/types/index.d.ts",
17
17
  "main": "./dist/js/node/index.js",
@@ -21,10 +21,9 @@
21
21
  ".": {
22
22
  "node": {
23
23
  "jsnext:source": "./src/index.ts",
24
- "import": "./dist/js/modern/index.js",
25
24
  "require": "./dist/js/node/index.js"
26
25
  },
27
- "default": "./dist/js/treeshaking/index.js"
26
+ "default": "./dist/js/node/index.js"
28
27
  },
29
28
  "./cli": {
30
29
  "jsnext:source": "./src/cli.ts",
@@ -33,11 +32,11 @@
33
32
  },
34
33
  "dependencies": {
35
34
  "@babel/runtime": "^7.18.0",
36
- "@modern-js/utils": "^1.7.9-alpha.0",
37
- "@modern-js/plugin-design-token": "^1.0.12-alpha.0"
35
+ "@modern-js/utils": "^1.7.11",
36
+ "@modern-js/plugin-design-token": "^1.0.11"
38
37
  },
39
38
  "devDependencies": {
40
- "@modern-js/core": "1.12.2-alpha.0",
39
+ "@modern-js/core": "1.12.4",
41
40
  "@scripts/build": "0.0.0",
42
41
  "@types/jest": "^27",
43
42
  "@types/node": "^14",