@modern-js/plugin-tailwindcss 1.4.0-alpha.0 → 1.4.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.
package/CHANGELOG.md CHANGED
@@ -1,18 +1,17 @@
1
1
  # @modern-js/plugin-tailwindcss
2
2
 
3
- ## 1.4.0-alpha.0
3
+ ## 1.4.0
4
4
 
5
5
  ### Minor Changes
6
6
 
7
- - 3050accbe: support twin.macro
7
+ - 3050acc: support twin.macro
8
8
 
9
9
  ### Patch Changes
10
10
 
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
11
+ - 546266c: support windows
12
+ - Updated dependencies [a90bc96]
13
+ - @modern-js/utils@1.7.9
14
+ - @modern-js/plugin-design-token@1.0.11
16
15
 
17
16
  ## 1.3.0
18
17
 
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.0",
15
15
  "jsnext:source": "./src/index.ts",
16
16
  "types": "./dist/types/index.d.ts",
17
17
  "main": "./dist/js/node/index.js",
@@ -33,11 +33,11 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "@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"
36
+ "@modern-js/utils": "^1.7.9",
37
+ "@modern-js/plugin-design-token": "^1.0.11"
38
38
  },
39
39
  "devDependencies": {
40
- "@modern-js/core": "1.12.2-alpha.0",
40
+ "@modern-js/core": "1.12.2",
41
41
  "@scripts/build": "0.0.0",
42
42
  "@types/jest": "^27",
43
43
  "@types/node": "^14",