Skip to content

Commit

Permalink
chore: release alpha.24 (#2745)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacasonato authored Oct 31, 2024
1 parent 8ced083 commit 96e520a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fresh/core",
"version": "2.0.0-alpha.23",
"version": "2.0.0-alpha.24",
"license": "MIT",
"exports": {
".": "./src/mod.ts",
Expand Down
2 changes: 1 addition & 1 deletion init/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fresh/init",
"version": "2.0.0-alpha.23",
"version": "2.0.0-alpha.24",
"license": "MIT",
"exports": {
".": "./src/mod.ts"
Expand Down
2 changes: 1 addition & 1 deletion init/src/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import * as colors from "@std/fmt/colors";
import * as path from "@std/path";

// Keep these as is, as we replace these version in our release script
const FRESH_VERSION = "2.0.0-alpha.23";
const FRESH_VERSION = "2.0.0-alpha.24";
const FRESH_TAILWIND_VERSION = "0.0.1-alpha.7";
const PREACT_VERSION = "10.24.3";
const PREACT_SIGNALS_VERSION = "1.3.0";
Expand Down
2 changes: 1 addition & 1 deletion update/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fresh/update",
"version": "2.0.0-alpha.23",
"version": "2.0.0-alpha.24",
"license": "MIT",
"exports": {
".": "./src/mod.ts"
Expand Down
2 changes: 1 addition & 1 deletion update/src/update.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import * as tsmorph from "ts-morph";

export const SyntaxKind = tsmorph.ts.SyntaxKind;

export const FRESH_VERSION = "2.0.0-alpha.23";
export const FRESH_VERSION = "2.0.0-alpha.24";
export const PREACT_VERSION = "10.24.3";
export const PREACT_SIGNALS_VERSION = "1.3.0";

Expand Down

0 comments on commit 96e520a

Please sign in to comment.