Skip to content

Commit

Permalink
chore(demo): use canary tag of Taiga UI deps for Stackblitz from h…
Browse files Browse the repository at this point in the history
  • Loading branch information
nsbarsukov authored Sep 3, 2024
1 parent 4ef4b95 commit 6ec662f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export class StackblitzDepsService {
this.location.pathname.startsWith('/next/') ||
this.location.host.endsWith('web.app') ||
!environment.production
? 'next' // TODO: replace with 'canary' after 4.0.0 release
? 'canary'
: `${TUI_VERSION.split('.')[0]}.x.x`;

return {
Expand Down

0 comments on commit 6ec662f

Please sign in to comment.