Skip to content

Commit 242c37b

Browse files
Version Packages (next)
1 parent 81b32d8 commit 242c37b

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
@@ -128,6 +128,7 @@
128128
"dirty-donuts-yell",
129129
"dirty-eyes-itch",
130130
"dirty-garlics-design",
131+
"dirty-jars-tap",
131132
"dirty-pens-look",
132133
"dirty-pianos-eat",
133134
"dirty-tips-add",
@@ -313,6 +314,7 @@
313314
"heavy-feet-attend",
314315
"heavy-houses-pay",
315316
"hip-balloons-begin",
317+
"hip-beers-shake",
316318
"hip-garlics-tap",
317319
"hip-goats-smoke",
318320
"hip-jeans-provide",

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.244
4+
5+
### Patch Changes
6+
7+
- fix: error on duplicate style and class directive ([#13097](https://github.com/sveltejs/svelte/pull/13097))
8+
9+
- fix: hoist imports on top ([#13082](https://github.com/sveltejs/svelte/pull/13082))
10+
311
## 5.0.0-next.243
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.243",
5+
"version": "5.0.0-next.244",
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.243';
9+
export const VERSION = '5.0.0-next.244';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)