File tree 5 files changed +8
-8
lines changed
5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 7
7
" ./www"
8
8
],
9
9
"name" : " @fresh/core" ,
10
- "version" : " 2.0.0-alpha.26 " ,
10
+ "version" : " 2.0.0-alpha.27 " ,
11
11
"license" : " MIT" ,
12
12
"exports" : {
13
13
"." : " ./src/mod.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @fresh/init" ,
3
- "version" : " 2.0.0-alpha.26 " ,
3
+ "version" : " 2.0.0-alpha.27 " ,
4
4
"license" : " MIT" ,
5
5
"exports" : {
6
6
"." : " ./src/mod.ts"
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ import * as colors from "@std/fmt/colors";
2
2
import * as path from "@std/path" ;
3
3
4
4
// Keep these as is, as we replace these version in our release script
5
- const FRESH_VERSION = "2.0.0-alpha.26 " ;
5
+ const FRESH_VERSION = "2.0.0-alpha.27 " ;
6
6
const FRESH_TAILWIND_VERSION = "0.0.1-alpha.7" ;
7
- const PREACT_VERSION = "10.24.3 " ;
8
- const PREACT_SIGNALS_VERSION = "1.3.0 " ;
7
+ const PREACT_VERSION = "10.25.2 " ;
8
+ const PREACT_SIGNALS_VERSION = "1.3.1 " ;
9
9
10
10
export const enum InitStep {
11
11
ProjectName = "ProjectName" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @fresh/update" ,
3
- "version" : " 2.0.0-alpha.26 " ,
3
+ "version" : " 2.0.0-alpha.27 " ,
4
4
"license" : " MIT" ,
5
5
"exports" : {
6
6
"." : " ./src/mod.ts"
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ import * as tsmorph from "ts-morph";
4
4
5
5
export const SyntaxKind = tsmorph . ts . SyntaxKind ;
6
6
7
- export const FRESH_VERSION = "2.0.0-alpha.26 " ;
8
- export const PREACT_VERSION = "10.25.1 " ;
7
+ export const FRESH_VERSION = "2.0.0-alpha.27 " ;
8
+ export const PREACT_VERSION = "10.25.2 " ;
9
9
export const PREACT_SIGNALS_VERSION = "1.3.1" ;
10
10
11
11
export interface DenoJson {
You can’t perform that action at this time.
0 commit comments