File tree Expand file tree Collapse file tree 8 files changed +11
-11
lines changed
docs/latest/getting-started Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1414 strategy :
1515 fail-fast : false
1616 matrix :
17- deno : ["canary ", "rc "]
17+ deno : ["v2.x ", "canary "]
1818 os : [macOS-latest, windows-latest, ubuntu-latest]
1919 include :
2020 - os : ubuntu-latest
@@ -34,15 +34,15 @@ jobs:
3434 deno-version : ${{ matrix.deno }}
3535
3636 - name : Verify formatting
37- if : startsWith(matrix.os, 'ubuntu') && matrix.deno == 'v1 .x'
37+ if : startsWith(matrix.os, 'ubuntu') && matrix.deno == 'v2 .x'
3838 run : deno fmt --check
3939
4040 - name : Run linter
41- if : startsWith(matrix.os, 'ubuntu') && matrix.deno == 'v1 .x'
41+ if : startsWith(matrix.os, 'ubuntu') && matrix.deno == 'v2 .x'
4242 run : deno lint
4343
4444 - name : Spell-check
45- if : startsWith(matrix.os, 'ubuntu') && matrix.deno == 'v1 .x'
45+ if : startsWith(matrix.os, 'ubuntu') && matrix.deno == 'v2 .x'
4646 uses : crate-ci/typos@master
4747
4848 - name : Type check project
Original file line number Diff line number Diff line change 11{
22 "name" : " @fresh/core" ,
3- "version" : " 2.0.0-alpha.24 " ,
3+ "version" : " 2.0.0-alpha.25 " ,
44 "license" : " MIT" ,
55 "exports" : {
66 "." : " ./src/mod.ts" ,
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ The new page will be visible at `http://localhost:8000/about`.
5252pages in the _Getting Started_ guide will also explain more features of routes. -->
5353
5454[ concepts-routing ] : /docs/concepts/routing
55- [ jsx ] :https://react.dev/learn/writing-markup-with-jsx
55+ [ jsx ] : https://react.dev/learn/writing-markup-with-jsx
5656[ preact ] : https://preactjs.com/
5757
5858<!-- [concepts-routes]: /docs/concepts/routes -->
Original file line number Diff line number Diff line change 1010 "imports" : {
1111 "@preact/signals" : " npm:@preact/signals@^1.2.3" ,
1212 "preact" : " npm:preact@^10.24.1" ,
13- "fresh" : " jsr:@fresh/core@^2.0.0-alpha.18 "
13+ "fresh" : " jsr:@fresh/core@^2.0.0-alpha.25 "
1414 },
1515 "compilerOptions" : {
1616 "jsx" : " react-jsx" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @fresh/init" ,
3- "version" : " 2.0.0-alpha.24 " ,
3+ "version" : " 2.0.0-alpha.25 " ,
44 "license" : " MIT" ,
55 "exports" : {
66 "." : " ./src/mod.ts"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import * as colors from "@std/fmt/colors";
22import * as path from "@std/path" ;
33
44// Keep these as is, as we replace these version in our release script
5- const FRESH_VERSION = "2.0.0-alpha.24 " ;
5+ const FRESH_VERSION = "2.0.0-alpha.25 " ;
66const FRESH_TAILWIND_VERSION = "0.0.1-alpha.7" ;
77const PREACT_VERSION = "10.24.3" ;
88const PREACT_SIGNALS_VERSION = "1.3.0" ;
Original file line number Diff line number Diff line change 11{
22 "name" : " @fresh/update" ,
3- "version" : " 2.0.0-alpha.24 " ,
3+ "version" : " 2.0.0-alpha.25 " ,
44 "license" : " MIT" ,
55 "exports" : {
66 "." : " ./src/mod.ts"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import * as tsmorph from "ts-morph";
44
55export const SyntaxKind = tsmorph . ts . SyntaxKind ;
66
7- export const FRESH_VERSION = "2.0.0-alpha.24 " ;
7+ export const FRESH_VERSION = "2.0.0-alpha.25 " ;
88export const PREACT_VERSION = "10.24.3" ;
99export const PREACT_SIGNALS_VERSION = "1.3.0" ;
1010
You can’t perform that action at this time.
0 commit comments