Skip to content

Commit 3dfa343

Browse files
Version Packages (next) (#11753)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7dacf2c commit 3dfa343

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
@@ -157,6 +157,7 @@
157157
"friendly-candles-relate",
158158
"friendly-lies-camp",
159159
"funny-ties-jump",
160+
"funny-trees-cry",
160161
"funny-wombats-argue",
161162
"fuzzy-bags-camp",
162163
"fuzzy-donuts-provide",
@@ -184,6 +185,7 @@
184185
"green-eggs-approve",
185186
"green-fishes-lie",
186187
"green-hounds-play",
188+
"green-snails-tickle",
187189
"green-tigers-judge",
188190
"grumpy-avocados-fetch",
189191
"grumpy-jars-sparkle",
@@ -406,10 +408,12 @@
406408
"silent-apes-report",
407409
"silent-hats-stare",
408410
"silent-rabbits-join",
411+
"silly-ducks-mix",
409412
"silly-laws-happen",
410413
"silly-lies-film",
411414
"silly-ways-wash",
412415
"silver-points-approve",
416+
"six-bears-trade",
413417
"six-boats-shave",
414418
"sixty-items-crash",
415419
"sixty-numbers-hope",

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.141
4+
5+
### Patch Changes
6+
7+
- fix: throw on invalid attribute expressions ([#11736](https://github.com/sveltejs/svelte/pull/11736))
8+
9+
- fix: use svg methods for updating svg attributes too ([#11755](https://github.com/sveltejs/svelte/pull/11755))
10+
11+
- fix: don't warn on link without href if aria-disabled ([#11737](https://github.com/sveltejs/svelte/pull/11737))
12+
13+
- fix: don't use console.trace inside dev warnings ([#11744](https://github.com/sveltejs/svelte/pull/11744))
14+
315
## 5.0.0-next.140
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.140",
5+
"version": "5.0.0-next.141",
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.140';
9+
export const VERSION = '5.0.0-next.141';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)