Skip to content

Commit 797a95f

Browse files
committed
chore: bump tailwind v4
1 parent 4d60a03 commit 797a95f

20 files changed

Lines changed: 173 additions & 167 deletions

.changeset/swift-avocados-argue.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'phosphor-icons-tailwindcss': patch
3+
---
4+
5+
bump tailwindcss version to 4.x

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@
5454
"import-meta-resolve": "^4.1.0"
5555
},
5656
"peerDependencies": {
57-
"tailwindcss": ">=3.4.14 || >=4.0.0-beta.8"
57+
"tailwindcss": ">=3.4.14 || >=4.0.0"
5858
},
5959
"devDependencies": {
6060
"@changesets/changelog-github": "^0.5.0",
6161
"@changesets/cli": "^2.27.11",
62-
"@tailwindcss/node": "4.0.0-beta.8",
62+
"@tailwindcss/node": "^4.0.0",
6363
"@types/node": "^22.10.2",
6464
"@vitest/coverage-istanbul": "2.1.8",
6565
"@vitest/ui": "^2.1.8",
@@ -68,7 +68,7 @@
6868
"postcss": "^8.4.49",
6969
"prettier": "^3.4.2",
7070
"publint": "^0.2.12",
71-
"tailwindcss": "4.0.0-beta.8",
71+
"tailwindcss": "^4.0.0",
7272
"tailwindcssv3": "npm:tailwindcss@3.4.17",
7373
"typescript": "^5.7.2",
7474
"vite": "^6.0.6",

pnpm-lock.yaml

Lines changed: 131 additions & 131 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/__snapshots__/v4/custom-default-weight.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
/*! tailwindcss v4.0.0-beta.8 | MIT License | https://tailwindcss.com */
1+
/*! tailwindcss v4.0.1 | MIT License | https://tailwindcss.com */
22
@layer base {
3-
:root {
3+
:root, :host {
44
--spacing: 0.25rem;
55
}
66
}

tests/__snapshots__/v4/custom-layer.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
/*! tailwindcss v4.0.0-beta.8 | MIT License | https://tailwindcss.com */
1+
/*! tailwindcss v4.0.1 | MIT License | https://tailwindcss.com */
22
@layer base {
3-
:root {
3+
:root, :host {
44
--spacing: 0.25rem;
55
}
66
}

tests/__snapshots__/v4/custom-prefix.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
/*! tailwindcss v4.0.0-beta.8 | MIT License | https://tailwindcss.com */
1+
/*! tailwindcss v4.0.1 | MIT License | https://tailwindcss.com */
22
@layer base {
3-
:root {
3+
:root, :host {
44
--spacing: 0.25rem;
55
}
66
}

tests/__snapshots__/v4/custom-property.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
/*! tailwindcss v4.0.0-beta.8 | MIT License | https://tailwindcss.com */
1+
/*! tailwindcss v4.0.1 | MIT License | https://tailwindcss.com */
22
@layer base {
3-
:root {
3+
:root, :host {
44
--spacing: 0.25rem;
55
}
66
}

tests/__snapshots__/v4/default.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
/*! tailwindcss v4.0.0-beta.8 | MIT License | https://tailwindcss.com */
1+
/*! tailwindcss v4.0.1 | MIT License | https://tailwindcss.com */
22
@layer base {
3-
:root {
3+
:root, :host {
44
--spacing: 0.25rem;
55
}
66
}

tests/__snapshots__/v4/no-icon-found.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
/*! tailwindcss v4.0.0-beta.8 | MIT License | https://tailwindcss.com */
1+
/*! tailwindcss v4.0.1 | MIT License | https://tailwindcss.com */
22
@layer base {
3-
:root {
3+
:root, :host {
44
--spacing: 0.25rem;
55
}
66
}

tests/__snapshots__/v4/no-icon-name.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
/*! tailwindcss v4.0.0-beta.8 | MIT License | https://tailwindcss.com */
1+
/*! tailwindcss v4.0.1 | MIT License | https://tailwindcss.com */
22
@layer base {
3-
:root {
3+
:root, :host {
44
--spacing: 0.25rem;
55
}
66
}

0 commit comments

Comments
 (0)