Skip to content

Commit

Permalink
Merge pull request #7 from tsriram/svelte5
Browse files Browse the repository at this point in the history
Svelte 5 support
  • Loading branch information
tsriram authored Jan 14, 2025
2 parents b584c08 + 38af6d9 commit 64e3260
Show file tree
Hide file tree
Showing 7 changed files with 3,418 additions and 5,524 deletions.
5 changes: 5 additions & 0 deletions .changeset/happy-apes-hug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'sveltekit-top-loader': minor
---

Support for Svelte 5
8 changes: 5 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,20 @@ jobs:
uses: actions/checkout@v3

- name: Setup Node.js 20.x
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20.x
cache: pnpm

- name: Install Dependencies
run: npm ci
run: pnpm install --frozen-lockfile

- name: Create Release Pull Request or Publish to npm
id: changesets
uses: changesets/action@v1
with:
publish: npm run release
publish: pnpm changeset publish
version: pnpm changeset version
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Loading

0 comments on commit 64e3260

Please sign in to comment.