File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -163,7 +163,8 @@ jobs:
163163 with :
164164 deno-version : ' 2'
165165 - name : Create project from JSR
166- run : deno run -A jsr:@lessjs/create@0.21.5 test-blog
166+ # v0.21.5 is immutable on JSR and still uses the old /meta endpoint.
167+ run : deno run -A jsr:@lessjs/create@0.21.6 test-blog
167168 - name : Build generated project
168169 run : cd test-blog && deno task build
169170 - name : Verify build output
Original file line number Diff line number Diff line change @@ -18,6 +18,9 @@ remote create path and keeps the v0.21.x line stable before v0.22.0 work begins.
1818 ` latestVersion ` /array fallback shape.
1919- ` @lessjs/create ` package version bumped to ` 0.21.6 ` so the immutable JSR
2020 package can be republished with the hotfix.
21+ - ` @lessjs/adapter-vite ` package version bumped to ` 0.21.6 ` so generated
22+ projects resolve the JSR consumer-build alias fixes instead of the immutable
23+ ` 0.21.5 ` adapter.
2124
2225### JSR Consumer Build Line
2326
@@ -53,6 +56,9 @@ cd test-blog
5356deno task build
5457```
5558
59+ Both ` @lessjs/create@0.21.6 ` and ` @lessjs/adapter-vite@0.21.6 ` must be
60+ published before this remote consumer test can pass.
61+
5662## Breaking Changes
5763
5864None.
Original file line number Diff line number Diff line change 11{
22 "name" : " @lessjs/adapter-vite" ,
3- "version" : " 0.21.5 " ,
3+ "version" : " 0.21.6 " ,
44 "exports" : {
55 "." : " ./src/index.ts" ,
66 "./build-context" : " ./src/build-context.ts" ,
You can’t perform that action at this time.
0 commit comments