File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
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.37 " ,
10+ "version" : " 2.0.0-alpha.38 " ,
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.37 " ,
3+ "version" : " 2.0.0-alpha.38 " ,
44 "license" : " MIT" ,
55 "exports" : " ./src/mod.ts" ,
66 "exclude" : [" **/tmp/*" ],
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import * as colors from "@std/fmt/colors";
33import * 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.37 " ;
6+ const FRESH_VERSION = "2.0.0-alpha.38 " ;
77const FRESH_TAILWIND_VERSION = "0.0.1-alpha.7" ;
88const PREACT_VERSION = "10.26.9" ;
99const PREACT_SIGNALS_VERSION = "2.2.1" ;
Original file line number Diff line number Diff line change 11{
22 "name" : " @fresh/update" ,
3- "version" : " 2.0.0-alpha.37 " ,
3+ "version" : " 2.0.0-alpha.38 " ,
44 "license" : " MIT" ,
55 "exports" : " ./src/mod.ts" ,
66 "exclude" : [" **/tmp/*" ],
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import { ProgressBar } from "@std/cli/unstable-progress-bar";
66
77export const SyntaxKind = tsmorph . ts . SyntaxKind ;
88
9- export const FRESH_VERSION = "2.0.0-alpha.37 " ;
9+ export const FRESH_VERSION = "2.0.0-alpha.38 " ;
1010export const PREACT_VERSION = "10.26.9" ;
1111export const PREACT_SIGNALS_VERSION = "2.2.1" ;
1212
You can’t perform that action at this time.
0 commit comments