@bug-on/md3-tailwind 1.0.0 → 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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @bug-on/md3-tailwind@1.0.0 build /home/runner/work/bug-on-md3-expressive/bug-on-md3-expressive/packages/tailwind
2
+ > @bug-on/md3-tailwind@2.0.0 build /home/runner/work/bug-on-md3-expressive/bug-on-md3-expressive/packages/tailwind
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -11,10 +11,10 @@
11
11
  ESM Build start
12
12
  CJS Build start
13
13
  ESM dist/index.mjs 6.95 KB
14
- ESM ⚡️ Build success in 67ms
14
+ ESM ⚡️ Build success in 18ms
15
15
  CJS dist/index.js 8.44 KB
16
- CJS ⚡️ Build success in 68ms
16
+ CJS ⚡️ Build success in 18ms
17
17
  DTS Build start
18
- DTS ⚡️ Build success in 1933ms
18
+ DTS ⚡️ Build success in 1028ms
19
19
  DTS dist/index.d.mts 62.00 B
20
20
  DTS dist/index.d.ts 62.00 B
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @bug-on/md3-tailwind
2
2
 
3
+ ## 2.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - 039d035: Update docs, readme, optimize lints
8
+
3
9
  ## 1.0.0
4
10
 
5
11
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bug-on/md3-tailwind",
3
- "version": "1.0.0",
3
+ "version": "2.0.0",
4
4
  "description": "Tailwind CSS v4 plugin for Material Design 3 Expressive",
5
5
  "author": "Bug Ổn",
6
6
  "license": "MIT",
@@ -21,6 +21,9 @@
21
21
  "main": "./dist/index.js",
22
22
  "module": "./dist/index.mjs",
23
23
  "types": "./dist/index.d.ts",
24
+ "publishConfig": {
25
+ "access": "public"
26
+ },
24
27
  "peerDependencies": {
25
28
  "tailwindcss": ">=4.0.0"
26
29
  },