File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 77 " ./www"
88 ],
99 "name" : " @fresh/core" ,
10- "version" : " 2.0.0-alpha.29 " ,
10+ "version" : " 2.0.0-alpha.30 " ,
1111 "license" : " MIT" ,
1212 "exports" : {
1313 "." : " ./src/mod.ts" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @fresh/init" ,
3- "version" : " 2.0.0-alpha.29 " ,
3+ "version" : " 2.0.0-alpha.30 " ,
44 "license" : " MIT" ,
55 "exports" : {
66 "." : " ./src/mod.ts"
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ import * as colors from "@std/fmt/colors";
22import * 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.29 " ;
5+ const FRESH_VERSION = "2.0.0-alpha.30 " ;
66const FRESH_TAILWIND_VERSION = "0.0.1-alpha.7" ;
7- const PREACT_VERSION = "10.25.4 " ;
8- const PREACT_SIGNALS_VERSION = "2.0.1 " ;
7+ const PREACT_VERSION = "10.26.6 " ;
8+ const PREACT_SIGNALS_VERSION = "2.0.4 " ;
99
1010export const enum InitStep {
1111 ProjectName = "ProjectName" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @fresh/update" ,
3- "version" : " 2.0.0-alpha.29 " ,
3+ "version" : " 2.0.0-alpha.30 " ,
44 "license" : " MIT" ,
55 "exports" : {
66 "." : " ./src/mod.ts"
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ import * as tsmorph from "ts-morph";
44
55export const SyntaxKind = tsmorph . ts . SyntaxKind ;
66
7- export const FRESH_VERSION = "2.0.0-alpha.29 " ;
8- export const PREACT_VERSION = "10.25.4 " ;
9- export const PREACT_SIGNALS_VERSION = "2.0.1 " ;
7+ export const FRESH_VERSION = "2.0.0-alpha.30 " ;
8+ export const PREACT_VERSION = "10.26.6 " ;
9+ export const PREACT_SIGNALS_VERSION = "2.0.4 " ;
1010
1111export interface DenoJson {
1212 name ?: string ;
You can’t perform that action at this time.
0 commit comments