Skip to content

Version Packages (next) #932

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,15 @@
"friendly-actors-relate",
"friendly-wombats-listen",
"lazy-bats-warn",
"lemon-trains-hear",
"long-suns-happen",
"old-ants-remain",
"olive-boxes-fly",
"popular-islands-remain",
"popular-months-vanish",
"rare-turkeys-mate",
"red-buckets-walk",
"shiny-rocks-grow",
"slow-eagles-unite",
"strong-cherries-know",
"thin-rats-sniff",
Expand Down
12 changes: 12 additions & 0 deletions packages/vite-plugin-svelte-inspector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @sveltejs/vite-plugin-svelte-inspector

## 3.0.0-next.3
### Major Changes


- breaking(types): some types that have been unintentionally public are now private ([#934](https://github.com/sveltejs/vite-plugin-svelte/pull/934))


### Patch Changes

- Updated dependencies [[`ab2dd120e82edc39632d046bec3553e0da211285`](https://github.com/sveltejs/vite-plugin-svelte/commit/ab2dd120e82edc39632d046bec3553e0da211285), [`ab2dd120e82edc39632d046bec3553e0da211285`](https://github.com/sveltejs/vite-plugin-svelte/commit/ab2dd120e82edc39632d046bec3553e0da211285), [`e9f048c362a0769b3d5afa87da6f8398f46fe1a9`](https://github.com/sveltejs/vite-plugin-svelte/commit/e9f048c362a0769b3d5afa87da6f8398f46fe1a9), [`c5253aed244b31e9edf114053316232cd0166c03`](https://github.com/sveltejs/vite-plugin-svelte/commit/c5253aed244b31e9edf114053316232cd0166c03)]:
- @sveltejs/[email protected]

## 3.0.0-next.2
### Patch Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin-svelte-inspector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/vite-plugin-svelte-inspector",
"version": "3.0.0-next.2",
"version": "3.0.0-next.3",
"license": "MIT",
"author": "dominikg",
"files": [
Expand Down
24 changes: 24 additions & 0 deletions packages/vite-plugin-svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @sveltejs/vite-plugin-svelte

## 4.0.0-next.4
### Major Changes


- breaking(types): some types that have been unintentionally public are now private ([#934](https://github.com/sveltejs/vite-plugin-svelte/pull/934))


### Minor Changes


- feat(config): dynamically extract list of svelte exports from peer dependency so that new exports work automatically" ([#941](https://github.com/sveltejs/vite-plugin-svelte/pull/941))


### Patch Changes


- fix(optimizeDeps): avoid to optimise server only entrypoints of svelte that are never used on the client ([#941](https://github.com/sveltejs/vite-plugin-svelte/pull/941))


- fix(vitePreprocess): default to build config so that svelte-check does not trigger dev-only plugins ([#931](https://github.com/sveltejs/vite-plugin-svelte/pull/931))

- Updated dependencies [[`e9f048c362a0769b3d5afa87da6f8398f46fe1a9`](https://github.com/sveltejs/vite-plugin-svelte/commit/e9f048c362a0769b3d5afa87da6f8398f46fe1a9)]:
- @sveltejs/[email protected]

## 4.0.0-next.3
### Patch Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin-svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/vite-plugin-svelte",
"version": "4.0.0-next.3",
"version": "4.0.0-next.4",
"license": "MIT",
"author": "dominikg",
"files": [
Expand Down