Skip to content

Commit f579a3b

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

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
@@ -179,6 +179,7 @@
179179
"eighty-days-cheat",
180180
"eighty-days-wave",
181181
"eighty-dragons-search",
182+
"eighty-dryers-pretend",
182183
"eighty-hornets-breathe",
183184
"eighty-lizards-notice",
184185
"eighty-mails-develop",
@@ -601,6 +602,7 @@
601602
"poor-hats-design",
602603
"poor-mugs-pay",
603604
"poor-seahorses-flash",
605+
"poor-shrimps-explain",
604606
"popular-apes-bathe",
605607
"popular-cameras-tie",
606608
"popular-cups-bathe",
@@ -695,6 +697,7 @@
695697
"sharp-spies-live",
696698
"sharp-tomatoes-learn",
697699
"shiny-baboons-play",
700+
"shiny-jobs-judge",
698701
"shiny-kangaroos-move",
699702
"shiny-mayflies-clean",
700703
"shiny-melons-love",

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.268
4+
5+
### Patch Changes
6+
7+
- breaking: disallow state mutations in logic block expression ([#13625](https://github.com/sveltejs/svelte/pull/13625))
8+
9+
- breaking: stronger enumerated types ([#13624](https://github.com/sveltejs/svelte/pull/13624))
10+
11+
- chore: improve runtime performance of derived signals ([#13626](https://github.com/sveltejs/svelte/pull/13626))
12+
313
## 5.0.0-next.267
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.267",
5+
"version": "5.0.0-next.268",
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.267';
9+
export const VERSION = '5.0.0-next.268';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)