Skip to content

Commit

Permalink
Version Packages (next)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 9, 2021
1 parent e7d0294 commit 0a83bea
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 3 deletions.
19 changes: 17 additions & 2 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,25 +17,40 @@
"e2e-tests-configfile-esm": "1.0.0",
"e2e-tests-svelte-preprocess": "0.0.0",
"e2e-tests-package-json-svelte-field": "1.0.0",
"e2e-tests-test-dependency-svelte-field": "1.0.0"
"e2e-tests-test-dependency-svelte-field": "1.0.0",
"vite-plugin-svelte-e2e-tests": "1.0.0",
"e2e-tests-custom-extensions": "1.0.0",
"e2e-tests-vite-ssr": "0.0.0",
"playground-kit-demo-app": "0.0.0",
"playground-optimizedeps-include": "0.0.0"
},
"changesets": [
"angry-laws-refuse",
"blue-schools-bake",
"brave-boxes-drive",
"breezy-crews-peel",
"breezy-donkeys-argue",
"calm-buses-cheat",
"clever-trains-drum",
"dry-cameras-press",
"eight-taxis-wash",
"flat-books-kick",
"fresh-penguins-heal",
"gorgeous-monkeys-brake",
"happy-toys-boil",
"large-ears-press",
"lemon-toes-relax",
"light-bottles-warn",
"little-plums-grab",
"long-foxes-agree",
"nasty-baboons-joke",
"popular-yaks-fetch",
"selfish-experts-rest",
"serious-jeans-hug",
"sharp-laws-leave",
"wise-impalas-glow"
"two-queens-roll",
"wicked-hairs-share",
"wise-impalas-glow",
"yellow-panthers-beg"
]
}
28 changes: 28 additions & 0 deletions packages/vite-plugin-svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# @sveltejs/vite-plugin-svelte

## 1.0.0-next.12

### Minor Changes

- [#75](https://github.com/sveltejs/vite-plugin-svelte/pull/75) [`f6f56fe`](https://github.com/sveltejs/vite-plugin-svelte/commit/f6f56fee7d3567196052a23440cb1818187fa232) Thanks [@dominikg](https://github.com/dominikg)! - resolve svelte to svelte/ssr when building for ssr (see #74)

* [#78](https://github.com/sveltejs/vite-plugin-svelte/pull/78) [`2eb09cf`](https://github.com/sveltejs/vite-plugin-svelte/commit/2eb09cf180c7ebf0fb4ccfccee663e5264b3814c) Thanks [@bluwy](https://github.com/bluwy)! - Support svg extension

- [#72](https://github.com/sveltejs/vite-plugin-svelte/pull/72) [`5100376`](https://github.com/sveltejs/vite-plugin-svelte/commit/5100376ef91d5e39ec00222f1043e4fda047678b) Thanks [@dominikg](https://github.com/dominikg)! - - Restart dev server when svelte config file changes
- Refactored e2e-tests to use package.json scripts
- Updated dependencies

* [#68](https://github.com/sveltejs/vite-plugin-svelte/pull/68) [`9583900`](https://github.com/sveltejs/vite-plugin-svelte/commit/9583900a2b3600133cee3a46b6dbb7df137977b6) Thanks [@dominikg](https://github.com/dominikg)! - feat: Allow svelte imports to be added to optimizeDeps.include and don't exclude svelte from optimizeDeps then

- [#64](https://github.com/sveltejs/vite-plugin-svelte/pull/64) [`c3f65fd`](https://github.com/sveltejs/vite-plugin-svelte/commit/c3f65fdf414b22810ad60817b3e1e62790ba816f) Thanks [@dominikg](https://github.com/dominikg)! - feat: vite config can be updated based on values in svelte config, provide knownJsSrcExtensions (see #60)

### Patch Changes

- [#70](https://github.com/sveltejs/vite-plugin-svelte/pull/70) [`377d464`](https://github.com/sveltejs/vite-plugin-svelte/commit/377d464eba30c56f012deba3d306cb5a7195b787) Thanks [@benmccann](https://github.com/benmccann)! - relax svelte peer dependency to 3.34.0

* [#88](https://github.com/sveltejs/vite-plugin-svelte/pull/88) [`d1d2638`](https://github.com/sveltejs/vite-plugin-svelte/commit/d1d2638b247830852faa89e7b9bc9a430b81ba51) Thanks [@mattjennings](https://github.com/mattjennings)! - do not transform imports tagged with ?url or ?raw (fixes #87)

- [#55](https://github.com/sveltejs/vite-plugin-svelte/pull/55) [`09b63d3`](https://github.com/sveltejs/vite-plugin-svelte/commit/09b63d32e8816acc554a66d4d01062be197dfbb7) Thanks [@dominikg](https://github.com/dominikg)! - fix kit-node tests

* [#71](https://github.com/sveltejs/vite-plugin-svelte/pull/71) [`97ee68c`](https://github.com/sveltejs/vite-plugin-svelte/commit/97ee68c5106e58b2e7c4eb97e8cf7dd1c52bbfd3) Thanks [@dominikg](https://github.com/dominikg)! - output sourcemap in hmr helper preprocessor

- [#83](https://github.com/sveltejs/vite-plugin-svelte/pull/83) [`eb048ff`](https://github.com/sveltejs/vite-plugin-svelte/commit/eb048ff9419488f75869ffb880a78a2a3aa5a6bb) Thanks [@dominikg](https://github.com/dominikg)! - reduced debug output

## 1.0.0-next.11

### 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": "1.0.0-next.11",
"version": "1.0.0-next.12",
"license": "MIT",
"author": "dominikg",
"files": [
Expand Down

0 comments on commit 0a83bea

Please sign in to comment.