Skip to content

Commit a1a3e81

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

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
@@ -13,6 +13,7 @@
1313
"beige-flies-wash",
1414
"beige-rabbits-shave",
1515
"brave-walls-destroy",
16+
"breezy-carrots-flash",
1617
"bright-peas-juggle",
1718
"brown-spoons-boil",
1819
"chatty-cups-drop",
@@ -38,6 +39,7 @@
3839
"early-ads-tie",
3940
"eight-steaks-shout",
4041
"eighty-bikes-camp",
42+
"eighty-days-cheat",
4143
"empty-bulldogs-exercise",
4244
"empty-crabs-think",
4345
"fair-crabs-check",

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.33
4+
5+
### Patch Changes
6+
7+
- fix: improve ssr template code generation ([#10151](https://github.com/sveltejs/svelte/pull/10151))
8+
9+
- fix: improve template literal expression output generation ([#10147](https://github.com/sveltejs/svelte/pull/10147))
10+
311
## 5.0.0-next.32
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.32",
5+
"version": "5.0.0-next.33",
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.32';
9+
export const VERSION = '5.0.0-next.33';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)