Skip to content

Commit 03f6287

Browse files
committed
Merge branch 'main' into boundary-batch-first-run
2 parents a122575 + f778975 commit 03f6287

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.changeset/dirty-cycles-smash.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup Node.js
2828
uses: actions/setup-node@v4
2929
with:
30-
node-version: 18.x
30+
node-version: 24.x
3131
cache: pnpm
3232

3333
- name: Install
@@ -45,4 +45,3 @@ jobs:
4545
env:
4646
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4747
NPM_CONFIG_PROVENANCE: true
48-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

packages/svelte/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# svelte
22

3+
## 5.38.8
4+
5+
### Patch Changes
6+
7+
- fix: send `$effect.pending` count to the correct boundary ([#16732](https://github.com/sveltejs/svelte/pull/16732))
8+
39
## 5.38.7
410

511
### Patch Changes

packages/svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "svelte",
33
"description": "Cybernetically enhanced web apps",
44
"license": "MIT",
5-
"version": "5.38.7",
5+
"version": "5.38.8",
66
"type": "module",
77
"types": "./types/index.d.ts",
88
"engines": {

packages/svelte/src/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
* The current version, as set in package.json.
55
* @type {string}
66
*/
7-
export const VERSION = '5.38.7';
7+
export const VERSION = '5.38.8';
88
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)