Skip to content

Commit c59f641

Browse files
authored
chore: cleanup changelogs (#8465)
* [chore] cleanup changelogs * use colon instead of square brackets * update PR template * upgrade @svitejs/changesets-changelog-github-compact * remove blank lines. replaces asteriks. more cleanup
1 parent 7214aaf commit c59f641

File tree

15 files changed

+773
-1282
lines changed

15 files changed

+773
-1282
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
- [ ] Run the tests with `pnpm test` and lint the project with `pnpm lint` and `pnpm check`
88

99
### Changesets
10-
- [ ] If your PR makes a change that should be noted in one or more packages' changelogs, generate a changeset by running `pnpm changeset` and following the prompts. All changesets should be `patch` until SvelteKit 1.0
10+
- [ ] If your PR makes a change that should be noted in one or more packages' changelogs, generate a changeset by running `pnpm changeset` and following the prompts. Changesets that add features should be `minor` and those that fix bugs should be `patch`. Please prefix changeset messages with `feat:`, `fix:`, or `chore:`.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@rollup/plugin-commonjs": "^24.0.0",
2828
"@rollup/plugin-json": "^6.0.0",
2929
"@rollup/plugin-node-resolve": "^15.0.1",
30-
"@svitejs/changesets-changelog-github-compact": "^1.0.0",
30+
"@svitejs/changesets-changelog-github-compact": "^1.1.0",
3131
"playwright": "^1.29.2",
3232
"prettier": "^2.8.0",
3333
"rollup": "^3.7.0",

packages/adapter-auto/CHANGELOG.md

+4-16
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Starting from now all releases follow semver and changes will be listed as Major
1111

1212
### Patch Changes
1313

14-
- [chore] add peerDependencies, add more specific next version ([#8141](https://github.com/sveltejs/kit/pull/8141))
14+
- chore: add peerDependencies, add more specific next version ([#8141](https://github.com/sveltejs/kit/pull/8141))
1515

1616
## 1.0.0-next.90
1717

@@ -29,7 +29,7 @@ Starting from now all releases follow semver and changes will be listed as Major
2929

3030
### Patch Changes
3131

32-
- [feat] install adapters on demand ([#7462](https://github.com/sveltejs/kit/pull/7462))
32+
- feat: install adapters on demand ([#7462](https://github.com/sveltejs/kit/pull/7462))
3333

3434
## 1.0.0-next.87
3535

@@ -44,7 +44,6 @@ Starting from now all releases follow semver and changes will be listed as Major
4444
### Patch Changes
4545

4646
- update dependencies ([#7355](https://github.com/sveltejs/kit/pull/7355))
47-
4847
- Updated dependencies [[`e141513d`](https://github.com/sveltejs/kit/commit/e141513dd395466cc2e1649c8c9bfe36c0633846)]:
4948
- @sveltejs/adapter-cloudflare@1.0.0-next.40
5049
- @sveltejs/adapter-netlify@1.0.0-next.83
@@ -142,8 +141,7 @@ Starting from now all releases follow semver and changes will be listed as Major
142141

143142
### Patch Changes
144143

145-
- [feat] support Azure SWA ([#6761](https://github.com/sveltejs/kit/pull/6761))
146-
144+
- feat: support Azure SWA ([#6761](https://github.com/sveltejs/kit/pull/6761))
147145
- Updated dependencies [[`2040baee`](https://github.com/sveltejs/kit/commit/2040baee98cf85fe542e1e38a9fb60ede3f95f1d)]:
148146
- @sveltejs/adapter-vercel@1.0.0-next.75
149147
- @sveltejs/adapter-netlify@1.0.0-next.77
@@ -296,8 +294,7 @@ Starting from now all releases follow semver and changes will be listed as Major
296294

297295
### Patch Changes
298296

299-
- [chore] upgrade TypeScript to 4.7.4 ([#5414](https://github.com/sveltejs/kit/pull/5414))
300-
297+
- chore: upgrade TypeScript to 4.7.4 ([#5414](https://github.com/sveltejs/kit/pull/5414))
301298
- Updated dependencies [[`3799a89e`](https://github.com/sveltejs/kit/commit/3799a89e7913b71da4dab749ec1423215c4a20a1)]:
302299
- @sveltejs/adapter-cloudflare@1.0.0-next.26
303300
- @sveltejs/adapter-netlify@1.0.0-next.67
@@ -340,7 +337,6 @@ Starting from now all releases follow semver and changes will be listed as Major
340337
### Patch Changes
341338

342339
- Update dependencies ([#5121](https://github.com/sveltejs/kit/pull/5121))
343-
344340
- Updated dependencies [[`821592f3`](https://github.com/sveltejs/kit/commit/821592f36e4e507cbfa5a0e0a1ee99be9991e827)]:
345341
- @sveltejs/adapter-cloudflare@1.0.0-next.23
346342
- @sveltejs/adapter-netlify@1.0.0-next.64
@@ -351,7 +347,6 @@ Starting from now all releases follow semver and changes will be listed as Major
351347
### Patch Changes
352348

353349
- Update adapter entrypoint typings to be NodeNext/ESNext-compatible ([#5111](https://github.com/sveltejs/kit/pull/5111))
354-
355350
- Updated dependencies [[`7d5fb308`](https://github.com/sveltejs/kit/commit/7d5fb3083a428c4b045d7845138efdb40e1ebad8)]:
356351
- @sveltejs/adapter-cloudflare@1.0.0-next.22
357352
- @sveltejs/adapter-netlify@1.0.0-next.63
@@ -371,7 +366,6 @@ Starting from now all releases follow semver and changes will be listed as Major
371366
### Patch Changes
372367

373368
- Add types to pkg.exports ([#5045](https://github.com/sveltejs/kit/pull/5045))
374-
375369
- Updated dependencies [[`9b13c61c`](https://github.com/sveltejs/kit/commit/9b13c61c68ac4fe601e0a95cf958f7b63fa7a754)]:
376370
- @sveltejs/adapter-cloudflare@1.0.0-next.20
377371
- @sveltejs/adapter-netlify@1.0.0-next.61
@@ -496,7 +490,6 @@ Starting from now all releases follow semver and changes will be listed as Major
496490
### Patch Changes
497491

498492
- Select adapter immediately ([#4299](https://github.com/sveltejs/kit/pull/4299))
499-
500493
- Updated dependencies []:
501494
- @sveltejs/adapter-netlify@1.0.0-next.50
502495
- @sveltejs/adapter-vercel@1.0.0-next.46
@@ -542,7 +535,6 @@ Starting from now all releases follow semver and changes will be listed as Major
542535
### Patch Changes
543536

544537
- Bumping versions again ([#4090](https://github.com/sveltejs/kit/pull/4090))
545-
546538
- Updated dependencies [[`69401762`](https://github.com/sveltejs/kit/commit/694017624ec8f1abaad7ebefb867bb065f7adf05)]:
547539
- @sveltejs/adapter-cloudflare@1.0.0-next.14
548540

@@ -551,7 +543,6 @@ Starting from now all releases follow semver and changes will be listed as Major
551543
### Patch Changes
552544

553545
- Attempt to force @next version bump ([#4088](https://github.com/sveltejs/kit/pull/4088))
554-
555546
- Updated dependencies [[`46f44a61`](https://github.com/sveltejs/kit/commit/46f44a61624bed525e393e669da9b7db566a1e18)]:
556547
- @sveltejs/adapter-cloudflare@1.0.0-next.13
557548

@@ -600,7 +591,6 @@ Starting from now all releases follow semver and changes will be listed as Major
600591
### Patch Changes
601592

602593
- fix links pointing to multi-page docs ([#3815](https://github.com/sveltejs/kit/pull/3815))
603-
604594
- Updated dependencies []:
605595
- @sveltejs/adapter-cloudflare@1.0.0-next.10
606596
- @sveltejs/adapter-netlify@1.0.0-next.45
@@ -681,7 +671,6 @@ Starting from now all releases follow semver and changes will be listed as Major
681671
### Patch Changes
682672

683673
- Allow `__fetchPolyfill()` to run several times ([#3377](https://github.com/sveltejs/kit/pull/3377))
684-
685674
- Updated dependencies [[`7569bb27`](https://github.com/sveltejs/kit/commit/7569bb27a640c2bbff6ac02a4c44fdf456bdc227)]:
686675
- @sveltejs/adapter-netlify@1.0.0-next.39
687676
- @sveltejs/adapter-vercel@1.0.0-next.37
@@ -723,7 +712,6 @@ Starting from now all releases follow semver and changes will be listed as Major
723712
### Patch Changes
724713

725714
- Overhaul adapter API ([#2931](https://github.com/sveltejs/kit/pull/2931))
726-
727715
- Updated dependencies [[`ecb423b5`](https://github.com/sveltejs/kit/commit/ecb423b54d459be8c0693c723799be4171369afd), [`ecb423b5`](https://github.com/sveltejs/kit/commit/ecb423b54d459be8c0693c723799be4171369afd), [`c096899f`](https://github.com/sveltejs/kit/commit/c096899f12c96de34811b6f9ebfc1601d39daa2e), [`ecb423b5`](https://github.com/sveltejs/kit/commit/ecb423b54d459be8c0693c723799be4171369afd), [`ecb423b5`](https://github.com/sveltejs/kit/commit/ecb423b54d459be8c0693c723799be4171369afd)]:
728716
- @sveltejs/adapter-cloudflare@1.0.0-next.5
729717
- @sveltejs/adapter-netlify@1.0.0-next.37

packages/adapter-cloudflare-workers/CHANGELOG.md

+19-23
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44

55
### Patch Changes
66

7-
- [chore] update @cloudflare/kv-asset-handler ([`30e1130e`](https://github.com/sveltejs/kit/commit/30e1130ef84e56a77be5cb1136d5c53edef6e5f9))
8-
7+
- chore: update @cloudflare/kv-asset-handler ([`30e1130e`](https://github.com/sveltejs/kit/commit/30e1130ef84e56a77be5cb1136d5c53edef6e5f9))
98
- Updated dependencies [[`fab0de4f`](https://github.com/sveltejs/kit/commit/fab0de4f06ac5b1e9b049e106889b193975c1c29), [`89b8d94b`](https://github.com/sveltejs/kit/commit/89b8d94b1b20d586e1ca525c30d07587c3f2d8f2)]:
109
- @sveltejs/kit@1.0.2
1110

@@ -20,28 +19,27 @@ Starting from now all releases follow semver and changes will be listed as Major
2019

2120
### Patch Changes
2221

23-
- [breaking] remove warnings/errors about removed/changed APIs ([#8019](https://github.com/sveltejs/kit/pull/8019))
24-
22+
- breaking: remove warnings/errors about removed/changed APIs ([#8019](https://github.com/sveltejs/kit/pull/8019))
2523
- Updated dependencies [[`f42604a2`](https://github.com/sveltejs/kit/commit/f42604a2b4c04026d3d8bad95807720b79529539)]:
2624
- @sveltejs/kit@1.0.0-next.589
2725

2826
## 1.0.0-next.64
2927

3028
### Patch Changes
3129

32-
- [chore] add peerDependencies, add more specific next version ([#8141](https://github.com/sveltejs/kit/pull/8141))
30+
- chore: add peerDependencies, add more specific next version ([#8141](https://github.com/sveltejs/kit/pull/8141))
3331

3432
## 1.0.0-next.63
3533

3634
### Patch Changes
3735

38-
- [fix] revert platform change from browser to neutral ([#8122](https://github.com/sveltejs/kit/pull/8122))
36+
- fix: revert platform change from browser to neutral ([#8122](https://github.com/sveltejs/kit/pull/8122))
3937

4038
## 1.0.0-next.62
4139

4240
### Patch Changes
4341

44-
- [fix] set esbuild platform to neutral ([#8083](https://github.com/sveltejs/kit/pull/8083))
42+
- fix: set esbuild platform to neutral ([#8083](https://github.com/sveltejs/kit/pull/8083))
4543

4644
## 1.0.0-next.61
4745

@@ -77,7 +75,7 @@ Starting from now all releases follow semver and changes will be listed as Major
7775

7876
### Patch Changes
7977

80-
- [chore] bump esbuild ([#6829](https://github.com/sveltejs/kit/pull/6829))
78+
- chore: bump esbuild ([#6829](https://github.com/sveltejs/kit/pull/6829))
8179

8280
## 1.0.0-next.55
8381

@@ -89,7 +87,7 @@ Starting from now all releases follow semver and changes will be listed as Major
8987

9088
### Patch Changes
9189

92-
- [feat] Moved hooks.js initialization from Server.respond into Server.init ([#6179](https://github.com/sveltejs/kit/pull/6179))
90+
- feat: Moved hooks.js initialization from Server.respond into Server.init ([#6179](https://github.com/sveltejs/kit/pull/6179))
9391

9492
## 1.0.0-next.53
9593

@@ -107,7 +105,7 @@ Starting from now all releases follow semver and changes will be listed as Major
107105

108106
### Patch Changes
109107

110-
- [breaking] remove writeStatic to align with Vite ([#5618](https://github.com/sveltejs/kit/pull/5618))
108+
- breaking: remove writeStatic to align with Vite ([#5618](https://github.com/sveltejs/kit/pull/5618))
111109

112110
## 1.0.0-next.50
113111

@@ -119,7 +117,7 @@ Starting from now all releases follow semver and changes will be listed as Major
119117

120118
### Patch Changes
121119

122-
- [breaking] Don't pass arbitrary options to esbuild ([#4639](https://github.com/sveltejs/kit/pull/4639))
120+
- breaking: Don't pass arbitrary options to esbuild ([#4639](https://github.com/sveltejs/kit/pull/4639))
123121

124122
## 1.0.0-next.48
125123

@@ -131,7 +129,7 @@ Starting from now all releases follow semver and changes will be listed as Major
131129

132130
### Patch Changes
133131

134-
- [chore] upgrade TypeScript to 4.7.4 ([#5414](https://github.com/sveltejs/kit/pull/5414))
132+
- chore: upgrade TypeScript to 4.7.4 ([#5414](https://github.com/sveltejs/kit/pull/5414))
135133

136134
## 1.0.0-next.46
137135

@@ -173,13 +171,13 @@ Starting from now all releases follow semver and changes will be listed as Major
173171

174172
### Patch Changes
175173

176-
- [breaking] support Wrangler 2, drop Wrangler 1 ([#4887](https://github.com/sveltejs/kit/pull/4887))
174+
- breaking: support Wrangler 2, drop Wrangler 1 ([#4887](https://github.com/sveltejs/kit/pull/4887))
177175

178176
## 1.0.0-next.39
179177

180178
### Patch Changes
181179

182-
- [breaking] Remove try-catch around server.respond ([#4738](https://github.com/sveltejs/kit/pull/4738))
180+
- breaking: Remove try-catch around server.respond ([#4738](https://github.com/sveltejs/kit/pull/4738))
183181

184182
## 1.0.0-next.38
185183

@@ -191,7 +189,7 @@ Starting from now all releases follow semver and changes will be listed as Major
191189

192190
### Patch Changes
193191

194-
- [Breaking] refactor implementation from "Service Worker" pattern to "Module Worker" used in adapter-cloudflare ([#4276](https://github.com/sveltejs/kit/pull/4276))
192+
- Breaking: refactor implementation from "Service Worker" pattern to "Module Worker" used in adapter-cloudflare ([#4276](https://github.com/sveltejs/kit/pull/4276))
195193

196194
#### add the following to your wrangler.toml
197195

@@ -211,13 +209,13 @@ Starting from now all releases follow semver and changes will be listed as Major
211209

212210
### Patch Changes
213211

214-
- [breaking] replace builder.prerender() with builder.writePrerendered() and builder.prerendered ([#4192](https://github.com/sveltejs/kit/pull/4192)) ([#4229](https://github.com/sveltejs/kit/pull/4229))
212+
- breaking: replace builder.prerender() with builder.writePrerendered() and builder.prerendered ([#4192](https://github.com/sveltejs/kit/pull/4192)) ([#4229](https://github.com/sveltejs/kit/pull/4229))
215213

216214
## 1.0.0-next.34
217215

218216
### Patch Changes
219217

220-
- [breaking] rename `app.render` to `server.respond` ([#4034](https://github.com/sveltejs/kit/pull/4034))
218+
- breaking: rename `app.render` to `server.respond` ([#4034](https://github.com/sveltejs/kit/pull/4034))
221219

222220
## 1.0.0-next.33
223221

@@ -260,9 +258,7 @@ Starting from now all releases follow semver and changes will be listed as Major
260258
### Patch Changes
261259

262260
- Overhaul adapter API ([#2931](https://github.com/sveltejs/kit/pull/2931))
263-
264-
* Remove esbuild options ([#2931](https://github.com/sveltejs/kit/pull/2931))
265-
261+
- Remove esbuild options ([#2931](https://github.com/sveltejs/kit/pull/2931))
266262
- Update adapters to provide app.render with a url ([#3133](https://github.com/sveltejs/kit/pull/3133))
267263

268264
## 1.0.0-next.26
@@ -275,7 +271,7 @@ Starting from now all releases follow semver and changes will be listed as Major
275271

276272
### Patch Changes
277273

278-
- [chore] upgrade `@cloudflare/kv-asset-handler` ([#2650](https://github.com/sveltejs/kit/pull/2650))
274+
- chore: upgrade `@cloudflare/kv-asset-handler` ([#2650](https://github.com/sveltejs/kit/pull/2650))
279275

280276
## 1.0.0-next.24
281277

@@ -293,13 +289,13 @@ Starting from now all releases follow semver and changes will be listed as Major
293289

294290
### Patch Changes
295291

296-
- [chore] add links to repository and homepage to package.json ([#2425](https://github.com/sveltejs/kit/pull/2425))
292+
- chore: add links to repository and homepage to package.json ([#2425](https://github.com/sveltejs/kit/pull/2425))
297293

298294
## 1.0.0-next.21
299295

300296
### Patch Changes
301297

302-
- [chore] export package.json from adapters ([#2351](https://github.com/sveltejs/kit/pull/2351))
298+
- chore: export package.json from adapters ([#2351](https://github.com/sveltejs/kit/pull/2351))
303299

304300
## 1.0.0-next.20
305301

0 commit comments

Comments
 (0)