File tree Expand file tree Collapse file tree 10 files changed +14
-14
lines changed
Expand file tree Collapse file tree 10 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 5050 "docsearch" : " https://esm.sh/@docsearch/js@3.5.2?target=es2020" ,
5151 "esbuild" : " npm:esbuild@0.25.7" ,
5252 "esbuild-wasm" : " npm:esbuild-wasm@0.25.7" ,
53- "fresh" : " jsr:@fresh/core@^2.0.0-beta.5 " ,
53+ "fresh" : " jsr:@fresh/core@^2.0.0" ,
5454 "mime-db" : " npm:mime-db@^1.54.0" ,
5555 "preact" : " npm:preact@^10.27.0" ,
5656 "preact-render-to-string" : " npm:preact-render-to-string@^6.5.11" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @fresh/core" ,
3- "version" : " 2.0.0-beta.5 " ,
3+ "version" : " 2.0.0" ,
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.0.5 " ,
3+ "version" : " 2.0.6 " ,
44 "license" : " MIT" ,
55 "exports" : " ./src/mod.ts" ,
66 "exclude" : [" **/tmp/*" ],
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ import * as path from "@std/path";
44import * as semver from "@std/semver" ;
55
66// Keep these as is, as we replace these version in our release script
7- const FRESH_VERSION = "2.0.0-beta.4 " ;
8- const FRESH_TAILWIND_VERSION = "0 .0.1-alpha.9 " ;
9- const FRESH_VITE_PLUGIN = "0.9.7 " ;
7+ const FRESH_VERSION = "2.0.0" ;
8+ const FRESH_TAILWIND_VERSION = "1 .0.0 " ;
9+ const FRESH_VITE_PLUGIN = "1.0.0 " ;
1010const PREACT_VERSION = "10.27.1" ;
1111const PREACT_SIGNALS_VERSION = "2.3.1" ;
1212const TAILWINDCSS_VERSION = "4.1.10" ;
Original file line number Diff line number Diff line change 11{
22 "name" : " @fresh/plugin-tailwind-v3" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.1 " ,
44 "license" : " MIT" ,
55 "exports" : " ./src/mod.ts" ,
66 "imports" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @fresh/plugin-tailwind" ,
3- "version" : " 0 .0.1-alpha.9 " ,
3+ "version" : " 1 .0.0 " ,
44 "license" : " MIT" ,
55 "exports" : " ./src/mod.ts"
66}
Original file line number Diff line number Diff line change 11{
22 "name" : " @fresh/plugin-vite" ,
3- "version" : " 0.10.2 " ,
3+ "version" : " 1.0.0 " ,
44 "license" : " MIT" ,
55 "exports" : {
66 "." : " ./src/mod.ts"
3131 "@types/babel__core" : " npm:@types/babel__core@^7.20.5" ,
3232 "@types/node" : " npm:@types/node@^24.1.0" ,
3333 "feed" : " npm:feed@^5.1.0" ,
34- "fresh" : " jsr:@fresh/core@^2.0.0-alpha.60 " ,
34+ "fresh" : " jsr:@fresh/core@^2.0.0" ,
3535 "ioredis" : " npm:ioredis@^5.7.0" ,
3636 "mime-db" : " npm:mime-db@^1.54.0" ,
3737 "pg" : " npm:pg@^8.16.3" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @fresh/update" ,
3- "version" : " 2.0.0-beta.4 " ,
3+ "version" : " 2.0.0" ,
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-beta.4 " ;
9+ export const FRESH_VERSION = "2.0.0" ;
1010export const PREACT_VERSION = "10.27.1" ;
1111export const PREACT_SIGNALS_VERSION = "2.3.1" ;
1212
You can’t perform that action at this time.
0 commit comments