Skip to content

Commit b3c2d97

Browse files
Version Packages (next) (#11381)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0397fcb commit b3c2d97

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

.changeset/pre.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"big-geese-act",
2727
"big-moons-occur",
2828
"blue-ants-raise",
29+
"blue-lemons-wait",
2930
"blue-rules-juggle",
3031
"blue-timers-film",
3132
"brave-carrots-draw",
@@ -98,6 +99,7 @@
9899
"empty-bags-heal",
99100
"empty-bulldogs-exercise",
100101
"empty-crabs-think",
102+
"empty-geckos-pretend",
101103
"empty-tools-share",
102104
"fair-bags-smoke",
103105
"fair-crabs-check",
@@ -234,6 +236,7 @@
234236
"mighty-frogs-obey",
235237
"moody-carrots-lay",
236238
"moody-frogs-exist",
239+
"moody-ghosts-buy",
237240
"moody-houses-argue",
238241
"moody-owls-cry",
239242
"moody-sheep-type",
@@ -349,6 +352,7 @@
349352
"silly-lies-film",
350353
"silly-ways-wash",
351354
"silver-points-approve",
355+
"six-boats-shave",
352356
"sixty-items-crash",
353357
"sixty-numbers-hope",
354358
"sixty-pandas-rush",

packages/svelte/CHANGELOG.md

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

3+
## 5.0.0-next.117
4+
5+
### Patch Changes
6+
7+
- fix: collect all necessary setters of html elements when spreading attributes ([#11371](https://github.com/sveltejs/svelte/pull/11371))
8+
9+
- fix: ensure reactions are kept dirty when marking them again ([#11364](https://github.com/sveltejs/svelte/pull/11364))
10+
11+
- feat: leave view transition pseudo selectors untouched ([#11375](https://github.com/sveltejs/svelte/pull/11375))
12+
13+
- fix: require whitespace after `@const` tag ([#11379](https://github.com/sveltejs/svelte/pull/11379))
14+
315
## 5.0.0-next.116
416

517
### 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.0.0-next.116",
5+
"version": "5.0.0-next.117",
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
@@ -6,5 +6,5 @@
66
* https://svelte.dev/docs/svelte-compiler#svelte-version
77
* @type {string}
88
*/
9-
export const VERSION = '5.0.0-next.116';
9+
export const VERSION = '5.0.0-next.117';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)