@modern-js/plugin-tailwindcss 2.0.0-beta.7 → 2.0.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,5 +1,23 @@
1
1
  # @modern-js/plugin-tailwindcss
2
2
 
3
+ ## 2.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - dda38c9c3e: chore: v2
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [c9e800d39a]
12
+ - Updated dependencies [edd1cfb1af]
13
+ - Updated dependencies [6bda14ed71]
14
+ - Updated dependencies [dda38c9c3e]
15
+ - Updated dependencies [8b8e1bb571]
16
+ - Updated dependencies [ffb2ed4]
17
+ - Updated dependencies [bbe4c4ab64]
18
+ - @modern-js/runtime@2.0.0
19
+ - @modern-js/utils@2.0.0
20
+
3
21
  ## 2.0.0-beta.7
4
22
 
5
23
  ### 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.0",
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.0"
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.0",
60
+ "@modern-js/module-tools": "2.0.0",
61
+ "@modern-js/runtime": "2.0.0",
62
+ "@modern-js/types": "2.0.0",
63
+ "@scripts/build": "2.0.0",
64
+ "@modern-js/app-tools": "2.0.0",
65
+ "@scripts/jest-config": "2.0.0"
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.0"
70
70
  },
71
71
  "peerDependenciesMeta": {
72
72
  "@modern-js/runtime": {