Skip to content

Commit 96e520a

Browse files
authored
chore: release alpha.24 (#2745)
1 parent 8ced083 commit 96e520a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

deno.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fresh/core",
3-
"version": "2.0.0-alpha.23",
3+
"version": "2.0.0-alpha.24",
44
"license": "MIT",
55
"exports": {
66
".": "./src/mod.ts",

init/deno.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fresh/init",
3-
"version": "2.0.0-alpha.23",
3+
"version": "2.0.0-alpha.24",
44
"license": "MIT",
55
"exports": {
66
".": "./src/mod.ts"

init/src/init.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import * as colors from "@std/fmt/colors";
22
import * as path from "@std/path";
33

44
// Keep these as is, as we replace these version in our release script
5-
const FRESH_VERSION = "2.0.0-alpha.23";
5+
const FRESH_VERSION = "2.0.0-alpha.24";
66
const FRESH_TAILWIND_VERSION = "0.0.1-alpha.7";
77
const PREACT_VERSION = "10.24.3";
88
const PREACT_SIGNALS_VERSION = "1.3.0";

update/deno.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fresh/update",
3-
"version": "2.0.0-alpha.23",
3+
"version": "2.0.0-alpha.24",
44
"license": "MIT",
55
"exports": {
66
".": "./src/mod.ts"

update/src/update.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import * as tsmorph from "ts-morph";
44

55
export const SyntaxKind = tsmorph.ts.SyntaxKind;
66

7-
export const FRESH_VERSION = "2.0.0-alpha.23";
7+
export const FRESH_VERSION = "2.0.0-alpha.24";
88
export const PREACT_VERSION = "10.24.3";
99
export const PREACT_SIGNALS_VERSION = "1.3.0";
1010

0 commit comments

Comments
 (0)