Skip to content

Commit

Permalink
[docs] linkify changelog PR references
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Aug 9, 2021
1 parent 979ff35 commit 085b761
Show file tree
Hide file tree
Showing 8 changed files with 486 additions and 486 deletions.
26 changes: 13 additions & 13 deletions packages/adapter-begin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

### Patch Changes

- edc307d: Remove peerDependencies due to pnpm bug (#1621)
- 2636e68: Attempt to fix peerDependencies specification (#1620)
- edc307d: Remove peerDependencies due to pnpm bug ([https://github.com/sveltejs/kit/pulls/1621](#1621))
- 2636e68: Attempt to fix peerDependencies specification ([https://github.com/sveltejs/kit/pulls/1620](#1620))

## 1.0.0-next.10

### Patch Changes

- bf77940: bump `polka` and `sirv` dependency versions (#1548)
- 028abd9: Pass validated svelte config to adapter adapt function (#1559)
- bf77940: bump `polka` and `sirv` dependency versions ([https://github.com/sveltejs/kit/pulls/1548](#1548))
- 028abd9: Pass validated svelte config to adapter adapt function ([https://github.com/sveltejs/kit/pulls/1559](#1559))
- Updated dependencies [6372690]
- Updated dependencies [c3d36a3]
- Updated dependencies [bf77940]
Expand All @@ -24,8 +24,8 @@

### Patch Changes

- 1ba1784: Prevent adapter from splitting query params if they contain commas (#1467)
- dca4946: Make kit a peerDependency of the adapters (#1505)
- 1ba1784: Prevent adapter from splitting query params if they contain commas ([https://github.com/sveltejs/kit/pulls/1467](#1467))
- dca4946: Make kit a peerDependency of the adapters ([https://github.com/sveltejs/kit/pulls/1505](#1505))
- Updated dependencies [261ee1c]
- Updated dependencies [ec156c6]
- Updated dependencies [586785d]
Expand All @@ -35,43 +35,43 @@

### Patch Changes

- dad93fc: Fix workspace dependencies (#1434)
- dad93fc: Fix workspace dependencies ([https://github.com/sveltejs/kit/pulls/1434](#1434))

## 1.0.0-next.7

### Patch Changes

- c6fde99: Convert to ESM (#1323)
- c6fde99: Convert to ESM ([https://github.com/sveltejs/kit/pulls/1323](#1323))

## 1.0.0-next.6

### Patch Changes

- 2e72a94: Add type declarations (#1230)
- 2e72a94: Add type declarations ([https://github.com/sveltejs/kit/pulls/1230](#1230))

## 1.0.0-next.5

### Patch Changes

- 8024178: remove @sveltejs/app-utils (#600)
- 8024178: remove @sveltejs/app-utils ([https://github.com/sveltejs/kit/pulls/600](#600))

## 1.0.0-next.4

### Patch Changes

- 8805c6d: Pass adapters directly to svelte.config.cjs (#579)
- 8805c6d: Pass adapters directly to svelte.config.cjs ([https://github.com/sveltejs/kit/pulls/579](#579))

## 1.0.0-next.3

### Patch Changes

- f35a5cd: Change adapter signature (#505)
- f35a5cd: Change adapter signature ([https://github.com/sveltejs/kit/pulls/505](#505))

## 1.0.0-next.2

### Patch Changes

- c3cf3f3: Bump deps (#492)
- c3cf3f3: Bump deps ([https://github.com/sveltejs/kit/pulls/492](#492))
- Updated dependencies [c3cf3f3]
- @sveltejs/app-utils@1.0.0-next.3

Expand Down
42 changes: 21 additions & 21 deletions packages/adapter-cloudflare-workers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,56 +4,56 @@

### Patch Changes

- d81de603: revert adapters automatically updating .gitignore (#1924)
- d81de603: revert adapters automatically updating .gitignore ([https://github.com/sveltejs/kit/pulls/1924](#1924))

## 1.0.0-next.17

### Patch Changes

- e9f78999: fix: include esbuild config in adapter type definition (#1954)
- e9f78999: fix: include esbuild config in adapter type definition ([https://github.com/sveltejs/kit/pulls/1954](#1954))

## 1.0.0-next.16

### Patch Changes

- e6995797: feat(adapters): expose esbuild configuration (#1914)
- e6995797: feat(adapters): expose esbuild configuration ([https://github.com/sveltejs/kit/pulls/1914](#1914))

## 1.0.0-next.15

### Patch Changes

- 4720b67: Default body parsing to binary (#1890)
- 4720b67: Default body parsing to binary ([https://github.com/sveltejs/kit/pulls/1890](#1890))

## 1.0.0-next.14

### Patch Changes

- 7faf52f: Update and consolidate checks for binary body types (#1687)
- 7faf52f: Update and consolidate checks for binary body types ([https://github.com/sveltejs/kit/pulls/1687](#1687))

## 1.0.0-next.13

### Patch Changes

- 9f0c54a: Externalize app initialization to adapters (#1804)
- 9f0c54a: Externalize app initialization to adapters ([https://github.com/sveltejs/kit/pulls/1804](#1804))

## 1.0.0-next.12

### Patch Changes

- c51ab7d: Upgrade esbuild to ^0.12.5 (#1627)
- c51ab7d: Upgrade esbuild to ^0.12.5 ([https://github.com/sveltejs/kit/pulls/1627](#1627))

## 1.0.0-next.11

### Patch Changes

- edc307d: Remove peerDependencies due to pnpm bug (#1621)
- 2636e68: Attempt to fix peerDependencies specification (#1620)
- edc307d: Remove peerDependencies due to pnpm bug ([https://github.com/sveltejs/kit/pulls/1621](#1621))
- 2636e68: Attempt to fix peerDependencies specification ([https://github.com/sveltejs/kit/pulls/1620](#1620))

## 1.0.0-next.10

### Patch Changes

- 028abd9: Pass validated svelte config to adapter adapt function (#1559)
- 028abd9: Pass validated svelte config to adapter adapt function ([https://github.com/sveltejs/kit/pulls/1559](#1559))
- Updated dependencies [6372690]
- Updated dependencies [c3d36a3]
- Updated dependencies [bf77940]
Expand All @@ -65,8 +65,8 @@

### Patch Changes

- 71e293d: change toml parser to support dotted keys and other language features added after the TOML v0.4.0 spec (#1509)
- dca4946: Make kit a peerDependency of the adapters (#1505)
- 71e293d: change toml parser to support dotted keys and other language features added after the TOML v0.4.0 spec ([https://github.com/sveltejs/kit/pulls/1509](#1509))
- dca4946: Make kit a peerDependency of the adapters ([https://github.com/sveltejs/kit/pulls/1505](#1505))
- Updated dependencies [261ee1c]
- Updated dependencies [ec156c6]
- Updated dependencies [586785d]
Expand All @@ -76,52 +76,52 @@

### Patch Changes

- dad93fc: Fix workspace dependencies (#1434)
- dad93fc: Fix workspace dependencies ([https://github.com/sveltejs/kit/pulls/1434](#1434))

## 1.0.0-next.7

### Patch Changes

- 11e7840: Ensure rawBody is a string or Uint8Array (#1382)
- 11e7840: Ensure rawBody is a string or Uint8Array ([https://github.com/sveltejs/kit/pulls/1382](#1382))

## 0.0.2-next.6

### Patch Changes

- c6fde99: Convert to ESM (#1323)
- c6fde99: Convert to ESM ([https://github.com/sveltejs/kit/pulls/1323](#1323))

## 0.0.2-next.5

### Patch Changes

- 9e67505: Add es2020 target to esbuild function to solve Unexpected character '#' error (#1287)
- 9e67505: Add es2020 target to esbuild function to solve Unexpected character '#' error ([https://github.com/sveltejs/kit/pulls/1287](#1287))

## 0.0.2-next.4

### Patch Changes

- 2e72a94: Add type declarations (#1230)
- 2e72a94: Add type declarations ([https://github.com/sveltejs/kit/pulls/1230](#1230))

## 0.0.2-next.3

### Patch Changes

- b372d61: Generate required package.json (#1116)
- b372d61: Generate required package.json ([https://github.com/sveltejs/kit/pulls/1116](#1116))

## 0.0.2-next.2

### Patch Changes

- 1237eb3: Pass rawBody to SvelteKit, bundle worker with esbuild (#1109)
- 1237eb3: Pass rawBody to SvelteKit, bundle worker with esbuild ([https://github.com/sveltejs/kit/pulls/1109](#1109))

## 0.0.2-next.1

### Patch Changes

- 4325b39: Aligns request/response API of cloudflare-workers adapter with others (#946)
- 4325b39: Aligns request/response API of cloudflare-workers adapter with others ([https://github.com/sveltejs/kit/pulls/946](#946))

## 0.0.2-next.0

### Patch Changes

- e890031: Fix dev/prod deps (oops) (#749)
- e890031: Fix dev/prod deps (oops) ([https://github.com/sveltejs/kit/pulls/749](#749))
Loading

0 comments on commit 085b761

Please sign in to comment.