Skip to content

Commit cfc9641

Browse files
Version Packages (next)
1 parent 0071e02 commit cfc9641

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
@@ -75,6 +75,7 @@
7575
"healthy-planes-vanish",
7676
"heavy-ears-rule",
7777
"hip-balloons-begin",
78+
"honest-buses-add",
7879
"honest-icons-change",
7980
"hungry-dots-fry",
8081
"hungry-tips-unite",
@@ -141,6 +142,7 @@
141142
"rich-tables-sing",
142143
"rotten-bags-type",
143144
"rotten-buckets-develop",
145+
"selfish-dragons-knock",
144146
"selfish-tools-hide",
145147
"serious-socks-cover",
146148
"serious-zebras-scream",

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.38
4+
5+
### Patch Changes
6+
7+
- fix: correct increment/decrement code generation ([`2861ad66e`](https://github.com/sveltejs/svelte/commit/2861ad66e054d2b14f382aaada4512e3e5d56db8))
8+
9+
- fix: allow ts casts in bindings ([#10181](https://github.com/sveltejs/svelte/pull/10181))
10+
311
## 5.0.0-next.37
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.37",
5+
"version": "5.0.0-next.38",
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.37';
9+
export const VERSION = '5.0.0-next.38';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)