Skip to content

Commit 9ff33f1

Browse files
Version Packages (next) (#12786)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7de3e3b commit 9ff33f1

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

.changeset/pre.json

+3
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
"bright-snakes-sing",
5454
"brown-geckos-fry",
5555
"brown-houses-obey",
56+
"brown-insects-float",
5657
"brown-months-fry",
5758
"brown-spoons-boil",
5859
"calm-buses-clap",
@@ -193,6 +194,7 @@
193194
"fluffy-colts-grin",
194195
"fluffy-dolls-share",
195196
"fluffy-humans-worry",
197+
"fluffy-kings-complain",
196198
"fluffy-ravens-juggle",
197199
"forty-bikes-buy",
198200
"forty-comics-invent",
@@ -767,6 +769,7 @@
767769
"wicked-hairs-cheer",
768770
"wicked-wasps-allow",
769771
"wicked-ways-reply",
772+
"wicked-years-drive",
770773
"wild-cows-chew",
771774
"wild-foxes-wonder",
772775
"wild-moose-compare",

packages/svelte/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# svelte
22

3+
## 5.0.0-next.212
4+
5+
### Patch Changes
6+
7+
- perf: speed up $.exclude_from_object ([#12783](https://github.com/sveltejs/svelte/pull/12783))
8+
9+
- chore: publish package provenance info ([#12779](https://github.com/sveltejs/svelte/pull/12779))
10+
11+
- feat: simplify derived object destructuring ([#12781](https://github.com/sveltejs/svelte/pull/12781))
12+
313
## 5.0.0-next.211
414

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

0 commit comments

Comments
 (0)