Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/sveltejs/svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
dummdidumm committed Nov 10, 2023
2 parents 341810b + 28b5603 commit c732bf8
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 12 deletions.
22 changes: 12 additions & 10 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
"mode": "pre",
"tag": "next",
"initialVersions": {
"svelte": "5.0.0-next.0",
"svelte-playgrounds-demo": "0.0.1",
"svelte-playgrounds-sandbox": "0.0.1",
"svelte-5-preview": "0.5.0",
"svelte.dev": "1.0.0"
},
"changesets": []
"mode": "pre",
"tag": "next",
"initialVersions": {
"svelte": "5.0.0-next.0",
"svelte-playgrounds-demo": "0.0.1",
"svelte-playgrounds-sandbox": "0.0.1",
"svelte-5-preview": "0.5.0",
"svelte.dev": "1.0.0"
},
"changesets": [
"rotten-buckets-develop"
]
}
7 changes: 7 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# svelte

## 5.0.0-next.1

### Patch Changes

- breaking: svelte 5 alpha ([#9381](https://github.com/sveltejs/svelte/pull/9381))
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "svelte",
"description": "Cybernetically enhanced web apps",
"license": "MIT",
"version": "5.0.0-next.0",
"version": "5.0.0-next.1",
"type": "module",
"types": "./types/index.d.ts",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/src/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
* https://svelte.dev/docs/svelte-compiler#svelte-version
* @type {string}
*/
export const VERSION = '5.0.0-next.0';
export const VERSION = '5.0.0-next.1';
export const PUBLIC_VERSION = '5';

1 comment on commit c732bf8

@vercel
Copy link

@vercel vercel bot commented on c732bf8 Nov 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

svelte-5-preview – ./sites/svelte-5-preview

svelte-octane.vercel.app
svelte-5-preview-git-main-svelte.vercel.app
svelte-5-preview.vercel.app
svelte-5-preview-svelte.vercel.app

Please sign in to comment.