Skip to content

Commit 4b7cb9a

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

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
@@ -114,6 +114,7 @@
114114
"cool-rabbits-tickle",
115115
"cool-roses-trade",
116116
"cool-turtles-travel",
117+
"cool-yaks-run",
117118
"cuddly-pianos-drop",
118119
"cuddly-points-tickle",
119120
"curly-cooks-cheer",
@@ -832,6 +833,7 @@
832833
"thirty-flies-push",
833834
"thirty-flowers-sit",
834835
"thirty-ghosts-fix",
836+
"thirty-guests-flow",
835837
"thirty-impalas-repair",
836838
"thirty-pears-hug",
837839
"thirty-wombats-relax",

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.258
4+
5+
### Patch Changes
6+
7+
- fix: only use getComputedStyle with elements ([#13366](https://github.com/sveltejs/svelte/pull/13366))
8+
9+
- fix: make each items reassignable in legacy mode ([#12257](https://github.com/sveltejs/svelte/pull/12257))
10+
311
## 5.0.0-next.257
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.257",
5+
"version": "5.0.0-next.258",
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.257';
9+
export const VERSION = '5.0.0-next.258';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)