Merge branch 'main' into boundary-batch-first-run

boundary-batch-first-run
Rich Harris 11 months ago
commit 03f62876b7

@ -1,5 +0,0 @@
---
'svelte': patch
---
fix: send `$effect.pending` count to the correct boundary

@ -27,7 +27,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 24.x
cache: pnpm
- name: Install
@ -45,4 +45,3 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_CONFIG_PROVENANCE: true
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

@ -1,5 +1,11 @@
# svelte
## 5.38.8
### Patch Changes
- fix: send `$effect.pending` count to the correct boundary ([#16732](https://github.com/sveltejs/svelte/pull/16732))
## 5.38.7
### Patch Changes

@ -2,7 +2,7 @@
"name": "svelte",
"description": "Cybernetically enhanced web apps",
"license": "MIT",
"version": "5.38.7",
"version": "5.38.8",
"type": "module",
"types": "./types/index.d.ts",
"engines": {

@ -4,5 +4,5 @@
* The current version, as set in package.json.
* @type {string}
*/
export const VERSION = '5.38.7';
export const VERSION = '5.38.8';
export const PUBLIC_VERSION = '5';

Loading…
Cancel
Save