Skip to content

Commit c149f41

Browse files
Version Packages (#1086)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e84a229 commit c149f41

10 files changed

Lines changed: 29 additions & 32 deletions

.changeset/fix-append-from-string-multiline-comments.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fix-cloudflare-allow-builds.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fix-create-named-function-decl.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fix-named-import-type.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fix-object-create-type-property.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fix-pm-resolve-before-addons.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/sv-utils/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @sveltejs/sv-utils
22

3+
## 0.2.2
4+
### Patch Changes
5+
6+
7+
- fix: `js.common.appendFromString` no longer corrupts the output when called multiple times with comments ([#1081](https://github.com/sveltejs/cli/pull/1081))
8+
9+
10+
- fix: prevent `js.exports.createNamed` from crashing when the AST contains an exported function or class declaration ([#1084](https://github.com/sveltejs/cli/pull/1084))
11+
12+
13+
- fix: `js.imports.addNamed` now respects `isType` when merging into an existing import declaration ([#1080](https://github.com/sveltejs/cli/pull/1080))
14+
15+
16+
- fix: `js.object.create` no longer corrupts the AST when an object value contains a `type` property ([#1082](https://github.com/sveltejs/cli/pull/1082))
17+
318
## 0.2.1
419
### Patch Changes
520

packages/sv-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sveltejs/sv-utils",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"type": "module",
55
"description": "Utility functions for sv",
66
"license": "MIT",

packages/sv/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# sv
22

3+
## 0.15.3
4+
### Patch Changes
5+
6+
7+
- fix(sveltekit-adapter): register `workerd` and `sharp` as pnpm allow-builds when the cloudflare adapter is selected ([#1085](https://github.com/sveltejs/cli/pull/1085))
8+
9+
10+
- fix(sv): resolve package manager before applying add-ons so pnpm-only logic in add-ons (drizzle, tailwindcss, sveltekit-adapter) actually runs. Also soften pnpm `ERR_PNPM_IGNORED_BUILDS` to a warning instead of failing the install. ([#1085](https://github.com/sveltejs/cli/pull/1085))
11+
12+
- Updated dependencies [[`e3595a8`](https://github.com/sveltejs/cli/commit/e3595a89af6746f82bd342b838bd7838c1b27627), [`a991697`](https://github.com/sveltejs/cli/commit/a99169702fbfd31d9c10109f056f8c6451d4db83), [`2c4a157`](https://github.com/sveltejs/cli/commit/2c4a15707709b1e135b7ebcb0ad495893c9c3378), [`2917f88`](https://github.com/sveltejs/cli/commit/2917f885531a256f7b248cf6f74e17e9eb5c5ad5)]:
13+
- @sveltejs/sv-utils@0.2.2
14+
315
## 0.15.2
416
### Patch Changes
517

packages/sv/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sv",
3-
"version": "0.15.2",
3+
"version": "0.15.3",
44
"type": "module",
55
"description": "A command line interface (CLI) for creating and maintaining Svelte applications",
66
"license": "MIT",

0 commit comments

Comments
 (0)