File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @fresh/core" ,
3
- "version" : " 2.0.0-alpha.23 " ,
3
+ "version" : " 2.0.0-alpha.24 " ,
4
4
"license" : " MIT" ,
5
5
"exports" : {
6
6
"." : " ./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.23 " ,
3
+ "version" : " 2.0.0-alpha.24 " ,
4
4
"license" : " MIT" ,
5
5
"exports" : {
6
6
"." : " ./src/mod.ts"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ 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.23 " ;
5
+ const FRESH_VERSION = "2.0.0-alpha.24 " ;
6
6
const FRESH_TAILWIND_VERSION = "0.0.1-alpha.7" ;
7
7
const PREACT_VERSION = "10.24.3" ;
8
8
const PREACT_SIGNALS_VERSION = "1.3.0" ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @fresh/update" ,
3
- "version" : " 2.0.0-alpha.23 " ,
3
+ "version" : " 2.0.0-alpha.24 " ,
4
4
"license" : " MIT" ,
5
5
"exports" : {
6
6
"." : " ./src/mod.ts"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ 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.23 " ;
7
+ export const FRESH_VERSION = "2.0.0-alpha.24 " ;
8
8
export const PREACT_VERSION = "10.24.3" ;
9
9
export const PREACT_SIGNALS_VERSION = "1.3.0" ;
10
10
You can’t perform that action at this time.
0 commit comments