Skip to content

Commit 70ddaf4

Browse files
Version Packages (next) (#11133)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4b52884 commit 70ddaf4

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

.changeset/pre.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
"cold-birds-own",
5454
"cold-masks-learn",
5555
"cool-ants-leave",
56+
"cool-comics-marry",
5657
"cool-peas-lick",
5758
"cool-rabbits-tickle",
5859
"cool-roses-trade",
@@ -89,6 +90,7 @@
8990
"empty-bulldogs-exercise",
9091
"empty-crabs-think",
9192
"empty-tools-share",
93+
"fair-bags-smoke",
9294
"fair-crabs-check",
9395
"fair-pianos-talk",
9496
"fair-spies-repeat",
@@ -111,6 +113,7 @@
111113
"forty-suns-smile",
112114
"four-flies-hammer",
113115
"four-mice-hammer",
116+
"fresh-dots-destroy",
114117
"fresh-impalas-bow",
115118
"fresh-weeks-trade",
116119
"friendly-candles-relate",

packages/svelte/CHANGELOG.md

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

3+
## 5.0.0-next.101
4+
5+
### Patch Changes
6+
7+
- fix missing classes after dynamic expressions in class attribute ([#11134](https://github.com/sveltejs/svelte/pull/11134))
8+
9+
- feat: simplify HMR implementation ([#11132](https://github.com/sveltejs/svelte/pull/11132))
10+
11+
- fix: add validation around disallowed sequence expressions to element attributes ([#11149](https://github.com/sveltejs/svelte/pull/11149))
12+
313
## 5.0.0-next.100
414

515
### 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.100",
5+
"version": "5.0.0-next.101",
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.100';
9+
export const VERSION = '5.0.0-next.101';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)