Skip to content

Commit

Permalink
chore: release 2.0.0-alpha.21 (#2665)
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister authored Sep 30, 2024
1 parent de8f1b0 commit 39dbee5
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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.20",
"version": "2.0.0-alpha.21",
"exports": {
".": "./src/mod.ts",
"./runtime": "./src/runtime/shared.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.20",
"version": "2.0.0-alpha.21",
"exports": {
".": "./src/mod.ts"
},
Expand Down
4 changes: 2 additions & 2 deletions init/src/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ 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.20";
const FRESH_VERSION = "2.0.0-alpha.21";
const FRESH_TAILWIND_VERSION = "0.0.1-alpha.7";
const PREACT_VERSION = "10.23.2";
const PREACT_VERSION = "10.24.1";
const PREACT_SIGNALS_VERSION = "1.3.0";

export const enum InitStep {
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.20",
"version": "2.0.0-alpha.21",
"exports": {
".": "./src/mod.ts"
},
Expand Down
4 changes: 2 additions & 2 deletions update/src/update.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import * as tsmorph from "ts-morph";

export const SyntaxKind = tsmorph.ts.SyntaxKind;

export const FRESH_VERSION = "2.0.0-alpha.20";
export const PREACT_VERSION = "10.23.2";
export const FRESH_VERSION = "2.0.0-alpha.21";
export const PREACT_VERSION = "10.24.1";
export const PREACT_SIGNALS_VERSION = "1.3.0";

export interface DenoJson {
Expand Down

0 comments on commit 39dbee5

Please sign in to comment.