We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 521368c commit f382819Copy full SHA for f382819
.changeset/pre.json
@@ -7,6 +7,7 @@
7
"changesets": [
8
"fair-bugs-carry",
9
"green-maps-bathe",
10
- "ready-planets-deny"
+ "ready-planets-deny",
11
+ "witty-spies-divide"
12
]
13
}
packages/svelte-ux/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# svelte-ux
2
3
+## 2.0.0-next.2
4
+
5
+### Patch Changes
6
+- Switch from `@tailwindcss/postcss` to `@tailwindcss/vite`. Update all non-major packages
## 2.0.0-next.1
### Patch Changes
packages/svelte-ux/package.json
@@ -4,7 +4,7 @@
"author": "Sean Lynch <[email protected]>",
"license": "MIT",
"repository": "techniq/svelte-ux",
- "version": "2.0.0-next.1",
+ "version": "2.0.0-next.2",
"scripts": {
"dev": "vite dev",
"build": "vite build",
0 commit comments