Skip to content

Commit

Permalink
Version Packages (next) (#759)
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 Oct 16, 2023
1 parent f673aaf commit ca84e2d
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,11 @@
"changesets": [
"big-items-shave",
"brown-mails-fry",
"funny-waves-poke",
"grumpy-emus-destroy",
"grumpy-planets-crash",
"lovely-tables-scream",
"nasty-queens-beam",
"poor-wasps-worry",
"ten-tips-sip"
]
Expand Down
16 changes: 16 additions & 0 deletions packages/vite-plugin-svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @sveltejs/vite-plugin-svelte

## 3.0.0-next.1

### Major Changes

- Preprocess style tags by default with vitePreprocess ([#756](https://github.com/sveltejs/vite-plugin-svelte/pull/756))

### Minor Changes

- feat(preprocess): add warnings in case preprocess dependencies contain anomalies ([#767](https://github.com/sveltejs/vite-plugin-svelte/pull/767))

### Patch Changes

- Improve compile error messages ([#757](https://github.com/sveltejs/vite-plugin-svelte/pull/757))

- feat(compile): promote experimental.dynamicCompileOptions to stable ([#765](https://github.com/sveltejs/vite-plugin-svelte/pull/765))

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

0 comments on commit ca84e2d

Please sign in to comment.