Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 22, 2023
1 parent d78dd89 commit 177445d
Show file tree
Hide file tree
Showing 16 changed files with 30 additions and 85 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-boxes-rhyme.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eighty-tigers-rhyme.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fair-geese-repeat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gentle-pumas-chew.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-sheep-learn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-suns-occur.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-wasps-smoke.md

This file was deleted.

23 changes: 0 additions & 23 deletions .changeset/pre.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-ladybugs-marry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-kangaroos-tell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-cougars-wink.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tame-peaches-destroy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-squids-explain.md

This file was deleted.

28 changes: 28 additions & 0 deletions packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# svelte

## 4.0.0

### Patch Changes

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

- feat: smaller minified output for destructor chunks ([#8763](https://github.com/sveltejs/svelte/pull/8763))

- fix: never use html optimization for mustache tags in hydration mode ([#8744](https://github.com/sveltejs/svelte/pull/8744))

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

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

- fix: ensure types are loaded with all TS settings ([#8721](https://github.com/sveltejs/svelte/pull/8721))

- breaking: use `CustomEvent` constructor instead of deprecated `createEvent` method ([#8775](https://github.com/sveltejs/svelte/pull/8775))

- fix: account for preprocessor source maps when calculating meta info ([#8778](https://github.com/sveltejs/svelte/pull/8778))

- chore: deindent cjs output for compiler ([#8785](https://github.com/sveltejs/svelte/pull/8785))

- warn on boolean compilerOptions.css ([#8710](https://github.com/sveltejs/svelte/pull/8710))

- fix: export correct SvelteComponent type ([#8721](https://github.com/sveltejs/svelte/pull/8721))

- feat: add version info to `window`. You can opt out by setting `discloseVersion` to `false` in the compiler options ([#8761](https://github.com/sveltejs/svelte/pull/8761))

## 4.0.0-next.3

### Patch 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.3",
"version": "4.0.0",
"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
Expand Up @@ -6,5 +6,5 @@
* https://svelte.dev/docs/svelte-compiler#svelte-version
* @type {string}
*/
export const VERSION = '4.0.0-next.3';
export const VERSION = '4.0.0';
export const PUBLIC_VERSION = '4';

0 comments on commit 177445d

Please sign in to comment.