Skip to content

Commit aa91ed2

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

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,7 @@
310310
"nine-cooks-join",
311311
"ninety-dingos-walk",
312312
"ninety-dots-train",
313+
"ninety-rockets-battle",
313314
"odd-buckets-lie",
314315
"odd-needles-joke",
315316
"odd-schools-wait",
@@ -412,6 +413,7 @@
412413
"shiny-baboons-play",
413414
"shiny-mayflies-clean",
414415
"shiny-melons-love",
416+
"shiny-months-tease",
415417
"shiny-rats-heal",
416418
"shiny-shrimps-march",
417419
"short-buses-camp",

packages/svelte/CHANGELOG.md

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

3+
## 5.0.0-next.146
4+
5+
### Patch Changes
6+
7+
- fix: allow for more svelte-ignore to work ([#11833](https://github.com/sveltejs/svelte/pull/11833))
8+
9+
- fix: reevaluate namespace in slots ([#11849](https://github.com/sveltejs/svelte/pull/11849))
10+
311
## 5.0.0-next.145
412

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

0 commit comments

Comments
 (0)