Skip to content

Commit ba1a1bc

Browse files
chore: release 2.0.0-alpha.45 (#3128)
This is done to pick up the latest tailwind version in `@fresh/init`
1 parent 0841940 commit ba1a1bc

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"./www"
99
],
1010
"name": "@fresh/core",
11-
"version": "2.0.0-alpha.44",
11+
"version": "2.0.0-alpha.45",
1212
"license": "MIT",
1313
"exports": {
1414
".": "./src/mod.ts",

init/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fresh/init",
3-
"version": "2.0.0-alpha.44",
3+
"version": "2.0.0-alpha.45",
44
"license": "MIT",
55
"exports": "./src/mod.ts",
66
"exclude": ["**/tmp/*"],

init/src/init.ts

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

55
// Keep these as is, as we replace these version in our release script
6-
const FRESH_VERSION = "2.0.0-alpha.44";
6+
const FRESH_VERSION = "2.0.0-alpha.45";
77
const FRESH_TAILWIND_VERSION = "0.0.1-alpha.9";
88
const PREACT_VERSION = "10.26.9";
99
const PREACT_SIGNALS_VERSION = "2.2.1";

update/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fresh/update",
3-
"version": "2.0.0-alpha.44",
3+
"version": "2.0.0-alpha.45",
44
"license": "MIT",
55
"exports": "./src/mod.ts",
66
"exclude": ["**/tmp/*"],

update/src/update.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { ProgressBar } from "@std/cli/unstable-progress-bar";
66

77
export const SyntaxKind = tsmorph.ts.SyntaxKind;
88

9-
export const FRESH_VERSION = "2.0.0-alpha.44";
9+
export const FRESH_VERSION = "2.0.0-alpha.45";
1010
export const PREACT_VERSION = "10.26.9";
1111
export const PREACT_SIGNALS_VERSION = "2.2.1";
1212

0 commit comments

Comments
 (0)