Skip to content

Commit 28b5603

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

File tree

4 files changed

+21
-12
lines changed

4 files changed

+21
-12
lines changed

.changeset/pre.json

+12-10
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{
2-
"mode": "pre",
3-
"tag": "next",
4-
"initialVersions": {
5-
"svelte": "5.0.0-next.0",
6-
"svelte-playgrounds-demo": "0.0.1",
7-
"svelte-playgrounds-sandbox": "0.0.1",
8-
"svelte-5-preview": "0.5.0",
9-
"svelte.dev": "1.0.0"
10-
},
11-
"changesets": []
2+
"mode": "pre",
3+
"tag": "next",
4+
"initialVersions": {
5+
"svelte": "5.0.0-next.0",
6+
"svelte-playgrounds-demo": "0.0.1",
7+
"svelte-playgrounds-sandbox": "0.0.1",
8+
"svelte-5-preview": "0.5.0",
9+
"svelte.dev": "1.0.0"
10+
},
11+
"changesets": [
12+
"rotten-buckets-develop"
13+
]
1214
}

packages/svelte/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# svelte
2+
3+
## 5.0.0-next.1
4+
5+
### Patch Changes
6+
7+
- breaking: svelte 5 alpha ([#9381](https://github.com/sveltejs/svelte/pull/9381))

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

0 commit comments

Comments
 (0)