Skip to content

Commit

Permalink
Version Packages (next) (#907)
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] committed May 14, 2024
1 parent dfd4cc6 commit 60fa8b4
Show file tree
Hide file tree
Showing 5 changed files with 35 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 @@ -47,7 +47,11 @@
"@sveltejs/vite-plugin-svelte-inspector": "2.1.0"
},
"changesets": [
"angry-pumpkins-deny",
"friendly-actors-relate",
"friendly-wombats-listen",
"lazy-bats-warn",
"long-suns-happen",
"popular-islands-remain",
"popular-months-vanish",
"thin-rats-sniff",
Expand Down
7 changes: 7 additions & 0 deletions packages/vite-plugin-svelte-inspector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @sveltejs/vite-plugin-svelte-inspector

## 3.0.0-next.1

### Patch Changes

- Updated dependencies [[`dfd4cc6c93154660500697a3646e3e428d760fe6`](https://github.com/sveltejs/vite-plugin-svelte/commit/dfd4cc6c93154660500697a3646e3e428d760fe6), [`dfd4cc6c93154660500697a3646e3e428d760fe6`](https://github.com/sveltejs/vite-plugin-svelte/commit/dfd4cc6c93154660500697a3646e3e428d760fe6), [`dfd4cc6c93154660500697a3646e3e428d760fe6`](https://github.com/sveltejs/vite-plugin-svelte/commit/dfd4cc6c93154660500697a3646e3e428d760fe6), [`85acc9fefbc1c25714d26d6d23f5b48e96a29654`](https://github.com/sveltejs/vite-plugin-svelte/commit/85acc9fefbc1c25714d26d6d23f5b48e96a29654)]:
- @sveltejs/vite-plugin-svelte@4.0.0-next.1

## 3.0.0-next.0

### Major 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.0",
"version": "3.0.0-next.1",
"license": "MIT",
"author": "dominikg",
"files": [
Expand Down
22 changes: 22 additions & 0 deletions packages/vite-plugin-svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @sveltejs/vite-plugin-svelte

## 4.0.0-next.1

### Major Changes

- only prebundle files with default filenames (.svelte for components, .svelte.(js|ts) for modules) ([#901](https://github.com/sveltejs/vite-plugin-svelte/pull/901))

### Minor Changes

- allow infix notation for svelte modules ([#901](https://github.com/sveltejs/vite-plugin-svelte/pull/901))

Previously, only suffix notation `.svelte.js` was allowed, now you can also use `.svelte.test.js` or `.svelte.stories.js`.
This helps when writing testcases or other auxillary code where you may want to use runes too.

### Patch Changes

- prebundle with dev: true by default ([#901](https://github.com/sveltejs/vite-plugin-svelte/pull/901))

- fix: ensure svelte modules correctly run in DEV mode ([#906](https://github.com/sveltejs/vite-plugin-svelte/pull/906))

- Updated dependencies []:
- @sveltejs/vite-plugin-svelte-inspector@3.0.0-next.1

## 4.0.0-next.0

### Major 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.0",
"version": "4.0.0-next.1",
"license": "MIT",
"author": "dominikg",
"files": [
Expand Down

0 comments on commit 60fa8b4

Please sign in to comment.