File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 27
27
- name : Setup Node.js
28
28
uses : actions/setup-node@v4
29
29
with :
30
- node-version : 18 .x
30
+ node-version : 24 .x
31
31
cache : pnpm
32
32
33
33
- name : Install
45
45
env :
46
46
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
47
47
NPM_CONFIG_PROVENANCE : true
48
- NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
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
+
3
9
## 5.38.7
4
10
5
11
### Patch Changes
Original file line number Diff line number Diff line change 2
2
"name" : " svelte" ,
3
3
"description" : " Cybernetically enhanced web apps" ,
4
4
"license" : " MIT" ,
5
- "version" : " 5.38.7 " ,
5
+ "version" : " 5.38.8 " ,
6
6
"type" : " module" ,
7
7
"types" : " ./types/index.d.ts" ,
8
8
"engines" : {
Original file line number Diff line number Diff line change 4
4
* The current version, as set in package.json.
5
5
* @type {string }
6
6
*/
7
- export const VERSION = '5.38.7 ' ;
7
+ export const VERSION = '5.38.8 ' ;
8
8
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments