We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19695fd commit baeea46Copy full SHA for baeea46
2 files changed
packages/init/src/init.ts
@@ -6,7 +6,7 @@ import initConfig from "../deno.json" with { type: "json" };
6
7
// Keep these as is, as we replace these version in our release script
8
const FRESH_VERSION = "2.2.2";
9
-const FRESH_LINT_VERSION = "0.0.0";
+const FRESH_LINT_VERSION = "0.1.0";
10
const FRESH_TAILWIND_VERSION = "1.0.0";
11
const FRESH_VITE_PLUGIN = "1.0.0";
12
const PREACT_VERSION = "10.28.3";
packages/update/src/update.ts
@@ -8,7 +8,7 @@ import { walk } from "@std/fs/walk";
export const SyntaxKind = tsmorph.ts.SyntaxKind;
export const FRESH_VERSION = "2.2.2";
-export const FRESH_LINT_VERSION = "0.0.0";
+export const FRESH_LINT_VERSION = "0.1.0";
export const PREACT_VERSION = "10.28.3";
13
export const PREACT_SIGNALS_VERSION = "2.7.1";
14
0 commit comments