@modern-js/plugin-tailwindcss 2.0.0-beta.7 → 2.0.1

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,5 +1,30 @@
1
1
  # @modern-js/plugin-tailwindcss
2
2
 
3
+ ## 2.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - @modern-js/runtime@2.0.1
8
+ - @modern-js/utils@2.0.1
9
+
10
+ ## 2.0.0
11
+
12
+ ### Major Changes
13
+
14
+ - dda38c9c3e: chore: v2
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies [c9e800d39a]
19
+ - Updated dependencies [edd1cfb1af]
20
+ - Updated dependencies [6bda14ed71]
21
+ - Updated dependencies [dda38c9c3e]
22
+ - Updated dependencies [8b8e1bb571]
23
+ - Updated dependencies [ffb2ed4]
24
+ - Updated dependencies [bbe4c4ab64]
25
+ - @modern-js/runtime@2.0.0
26
+ - @modern-js/utils@2.0.0
27
+
3
28
  ## 2.0.0-beta.7
4
29
 
5
30
  ### Major Changes
@@ -1,4 +1,4 @@
1
- export declare type DesignSystem = Record<string, any> & {
1
+ export type DesignSystem = Record<string, any> & {
2
2
  supportStyledComponents?: boolean;
3
3
  };
4
- export declare type Tailwind = Record<string, any> | ((options: Record<string, any>) => Record<string, any> | void);
4
+ export type Tailwind = Record<string, any> | ((options: Record<string, any>) => Record<string, any> | void);
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "2.0.0-beta.7",
14
+ "version": "2.0.1",
15
15
  "jsnext:source": "./src/index.ts",
16
16
  "types": "./dist/types/index.d.ts",
17
17
  "main": "./dist/js/node/index.js",
@@ -46,7 +46,7 @@
46
46
  "@babel/runtime": "^7.18.0",
47
47
  "babel-plugin-macros": "3.1.0",
48
48
  "hoist-non-react-statics": "^3.3.2",
49
- "@modern-js/utils": "2.0.0-beta.7"
49
+ "@modern-js/utils": "2.0.1"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@types/jest": "^27",
@@ -56,17 +56,17 @@
56
56
  "jest": "^27",
57
57
  "react": "^18",
58
58
  "postcss": "^8.4.14",
59
- "@modern-js/core": "2.0.0-beta.7",
60
- "@modern-js/module-tools": "2.0.0-beta.7",
61
- "@modern-js/runtime": "2.0.0-beta.7",
62
- "@modern-js/types": "2.0.0-beta.7",
63
- "@scripts/build": "2.0.0-beta.7",
64
- "@modern-js/app-tools": "2.0.0-beta.7",
65
- "@scripts/jest-config": "2.0.0-beta.7"
59
+ "@modern-js/core": "2.0.1",
60
+ "@modern-js/module-tools": "2.0.1",
61
+ "@modern-js/runtime": "2.0.1",
62
+ "@modern-js/types": "2.0.1",
63
+ "@scripts/build": "2.0.1",
64
+ "@modern-js/app-tools": "2.0.1",
65
+ "@scripts/jest-config": "2.0.1"
66
66
  },
67
67
  "peerDependencies": {
68
68
  "tailwindcss": ">= 2.0.0 || >= 3.0.0",
69
- "@modern-js/runtime": "^2.0.0-beta.7"
69
+ "@modern-js/runtime": "^2.0.1"
70
70
  },
71
71
  "peerDependenciesMeta": {
72
72
  "@modern-js/runtime": {