Skip to content

Commit

Permalink
Version Packages (next)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 8, 2023
1 parent 264da48 commit 3d59412
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
9 changes: 7 additions & 2 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
"mode": "pre",
"tag": "next",
"initialVersions": {
"svelte": "4.0.0-next.1"
"svelte": "4.0.0-next.1",
"playground": "0.0.0"
},
"changesets": []
"changesets": [
"beige-boxes-rhyme",
"gentle-pumas-chew",
"green-sheep-learn"
]
}
10 changes: 10 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# svelte

## 4.0.0-next.1

### Patch Changes

- fix: export ComponentType from `svelte` entrypoint ([#8694](https://github.com/sveltejs/svelte/pull/8694))

- fix: derived store types ([#8700](https://github.com/sveltejs/svelte/pull/8700))

- Generate type declarations with dts-buddy ([#8702](https://github.com/sveltejs/svelte/pull/8702))

## 4.0.0-next.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte",
"version": "4.0.0-next.0",
"version": "4.0.0-next.1",
"description": "Cybernetically enhanced web apps",
"type": "module",
"module": "src/runtime/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/src/shared/version.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// generated during release, do not modify

/** @type {string} */
export const VERSION = '4.0.0-next.0';
export const VERSION = '4.0.0-next.1';

0 comments on commit 3d59412

Please sign in to comment.