Skip to content

Commit 0841940

Browse files
chore: release tailwind plugin 0.0.1-alpha.9 (#3127)
1 parent 211af4e commit 0841940

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

init/src/init.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import * as path from "@std/path";
44

55
// Keep these as is, as we replace these version in our release script
66
const FRESH_VERSION = "2.0.0-alpha.44";
7-
const FRESH_TAILWIND_VERSION = "0.0.1-alpha.8";
7+
const FRESH_TAILWIND_VERSION = "0.0.1-alpha.9";
88
const PREACT_VERSION = "10.26.9";
99
const PREACT_SIGNALS_VERSION = "2.2.1";
1010
const TAILWINDCSS_VERSION = "4.1.10";

plugin-tailwindcss/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fresh/plugin-tailwind",
3-
"version": "0.0.1-alpha.8",
3+
"version": "0.0.1-alpha.9",
44
"license": "MIT",
55
"exports": "./src/mod.ts"
66
}

0 commit comments

Comments
 (0)