Skip to content

Commit c823dd2

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

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

.changeset/pre.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
},
1111
"changesets": [
1212
"brave-walls-destroy",
13+
"brown-spoons-boil",
1314
"chilly-dolphins-lick",
1415
"cuddly-pianos-drop",
1516
"curly-lizards-dream",
@@ -24,7 +25,6 @@
2425
"lazy-spiders-think",
2526
"lucky-schools-hang",
2627
"moody-owls-cry",
27-
"nasty-clocks-exercise",
2828
"poor-eggs-enjoy",
2929
"quiet-camels-mate",
3030
"rotten-buckets-develop",

packages/svelte/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# svelte
22

3+
## 5.0.0-next.4
4+
5+
### Patch Changes
6+
7+
- revert: address bug in before/after update ([#9480](https://github.com/sveltejs/svelte/pull/9480))
8+
39
## 5.0.0-next.3
410

511
### 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.3",
5+
"version": "5.0.0-next.4",
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.3';
9+
export const VERSION = '5.0.0-next.4';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)