Skip to content

Commit 1fd77d7

Browse files
Version Packages (next) (#9386)
* Version Packages (next) * Update packages/svelte/CHANGELOG.md --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Rich Harris <[email protected]>
1 parent 9fc8726 commit 1fd77d7

File tree

4 files changed

+28
-3
lines changed

4 files changed

+28
-3
lines changed

.changeset/pre.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@
99
"svelte.dev": "1.0.0"
1010
},
1111
"changesets": [
12-
"rotten-buckets-develop"
12+
"chilly-dolphins-lick",
13+
"eight-steaks-shout",
14+
"khaki-mails-draw",
15+
"moody-owls-cry",
16+
"quiet-camels-mate",
17+
"rotten-buckets-develop",
18+
"small-papayas-laugh",
19+
"tall-shrimps-worry"
1320
]
1421
}

packages/svelte/CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# svelte
22

3+
## 5.0.0-next.2
4+
5+
### Patch Changes
6+
7+
- breaking: remove selector api ([#9426](https://github.com/sveltejs/svelte/pull/9426))
8+
9+
- fix: correct update_block index type ([#9425](https://github.com/sveltejs/svelte/pull/9425))
10+
11+
- fix: tighten up signals implementation ([#9417](https://github.com/sveltejs/svelte/pull/9417))
12+
13+
- fix: exclude internal props from spread attributes ([#9384](https://github.com/sveltejs/svelte/pull/9384))
14+
15+
- chore: improve keyblock treeshaking ([#9422](https://github.com/sveltejs/svelte/pull/9422))
16+
17+
- breaking: remove Component type, keep using SvelteComponent instead ([#9413](https://github.com/sveltejs/svelte/pull/9413))
18+
19+
- fix: add snippet marker symbol to children prop ([#9395](https://github.com/sveltejs/svelte/pull/9395))
20+
321
## 5.0.0-next.1
422

523
### Patch Changes

packages/svelte/package.json

+1-1
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.1",
5+
"version": "5.0.0-next.2",
66
"type": "module",
77
"types": "./types/index.d.ts",
88
"engines": {

packages/svelte/src/version.js

+1-1
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.1';
9+
export const VERSION = '5.0.0-next.2';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)