We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 211af4e commit 0841940Copy full SHA for 0841940
init/src/init.ts
@@ -4,7 +4,7 @@ import * as path from "@std/path";
4
5
// Keep these as is, as we replace these version in our release script
6
const FRESH_VERSION = "2.0.0-alpha.44";
7
-const FRESH_TAILWIND_VERSION = "0.0.1-alpha.8";
+const FRESH_TAILWIND_VERSION = "0.0.1-alpha.9";
8
const PREACT_VERSION = "10.26.9";
9
const PREACT_SIGNALS_VERSION = "2.2.1";
10
const TAILWINDCSS_VERSION = "4.1.10";
plugin-tailwindcss/deno.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@fresh/plugin-tailwind",
3
- "version": "0.0.1-alpha.8",
+ "version": "0.0.1-alpha.9",
"license": "MIT",
"exports": "./src/mod.ts"
}
0 commit comments