Skip to content

Commit

Permalink
Version Packages (next) (#932)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jul 11, 2024
1 parent ab2dd12 commit 24522a0
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 2 deletions.
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/vite-plugin-svelte@4.0.0-next.4

## 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/vite-plugin-svelte-inspector@3.0.0-next.3

## 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

0 comments on commit 24522a0

Please sign in to comment.