File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " @fresh/core" ,
3- "version" : " 2.3.2 " ,
3+ "version" : " 2.3.3 " ,
44 "license" : " MIT" ,
55 "exports" : {
66 "." : " ./src/mod.ts" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @fresh/init" ,
3- "version" : " 2.3.2 " ,
3+ "version" : " 2.3.3 " ,
44 "license" : " MIT" ,
55 "exports" : {
66 "." : " ./src/mod.ts" ,
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ import * as semver from "@std/semver";
55import initConfig from "../deno.json" with { type : "json" } ;
66
77// Keep these as is, as we replace these version in our release script
8- const FRESH_VERSION = "2.3.2 " ;
8+ const FRESH_VERSION = "2.3.3 " ;
99const FRESH_TAILWIND_VERSION = "1.0.0" ;
10- const FRESH_VITE_PLUGIN = "1.1.1 " ;
10+ const FRESH_VITE_PLUGIN = "1.1.2 " ;
1111const PREACT_VERSION = "10.29.1" ;
1212const PREACT_SIGNALS_VERSION = "2.9.0" ;
1313const TAILWINDCSS_VERSION = "4.1.10" ;
Original file line number Diff line number Diff line change 11{
22 "name" : " @fresh/plugin-vite" ,
3- "version" : " 1.1.1 " ,
3+ "version" : " 1.1.2 " ,
44 "license" : " MIT" ,
55 "exports" : {
66 "." : " ./src/mod.ts" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @fresh/update" ,
3- "version" : " 2.3.2 " ,
3+ "version" : " 2.3.3 " ,
44 "license" : " MIT" ,
55 "exports" : " ./src/mod.ts" ,
66 "exclude" : [" **/tmp/*" ],
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import { walk } from "@std/fs/walk";
77
88export const SyntaxKind = tsmorph . ts . SyntaxKind ;
99
10- export const FRESH_VERSION = "2.3.2 " ;
10+ export const FRESH_VERSION = "2.3.3 " ;
1111export const PREACT_VERSION = "10.29.1" ;
1212export const PREACT_SIGNALS_VERSION = "2.9.0" ;
1313
You can’t perform that action at this time.
0 commit comments