Skip to content

Commit

Permalink
Version Packages (next) (#1677)
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 Jun 14, 2021
1 parent 53f3322 commit e1f35ac
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@
"heavy-humans-check",
"heavy-lamps-explode",
"heavy-papayas-smile",
"heavy-ways-agree",
"hot-keys-walk",
"hot-kings-confess",
"hungry-lemons-scream",
Expand Down Expand Up @@ -332,6 +333,7 @@
"wicked-spies-invite",
"wild-beans-happen",
"wild-cooks-drive",
"wild-pumas-jam",
"wise-bees-juggle",
"wise-bugs-run",
"witty-eyes-relax",
Expand Down
10 changes: 10 additions & 0 deletions packages/adapter-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @sveltejs/adapter-node

## 1.0.0-next.26

### Minor Changes

- 9a7195b: Allow sirv to looks for precompiled gzip and brotli files by default

### Patch Changes

- 53f3322: Fix build when using TypeScript and there is a `tsconfig.json` with `target: 'es2019'` or earlier

## 1.0.0-next.25

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/adapter-node",
"version": "1.0.0-next.25",
"version": "1.0.0-next.26",
"type": "module",
"exports": {
"import": "./index.js"
Expand Down

0 comments on commit e1f35ac

Please sign in to comment.