You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -7,4 +7,4 @@
7
7
-[ ] Run the tests with `pnpm test` and lint the project with `pnpm lint` and `pnpm check`
8
8
9
9
### 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:`.
@@ -89,7 +87,7 @@ Starting from now all releases follow semver and changes will be listed as Major
89
87
90
88
### Patch Changes
91
89
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))
93
91
94
92
## 1.0.0-next.53
95
93
@@ -107,7 +105,7 @@ Starting from now all releases follow semver and changes will be listed as Major
107
105
108
106
### Patch Changes
109
107
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))
111
109
112
110
## 1.0.0-next.50
113
111
@@ -119,7 +117,7 @@ Starting from now all releases follow semver and changes will be listed as Major
119
117
120
118
### Patch Changes
121
119
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))
123
121
124
122
## 1.0.0-next.48
125
123
@@ -131,7 +129,7 @@ Starting from now all releases follow semver and changes will be listed as Major
131
129
132
130
### Patch Changes
133
131
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))
135
133
136
134
## 1.0.0-next.46
137
135
@@ -173,13 +171,13 @@ Starting from now all releases follow semver and changes will be listed as Major
173
171
174
172
### Patch Changes
175
173
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))
177
175
178
176
## 1.0.0-next.39
179
177
180
178
### Patch Changes
181
179
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))
183
181
184
182
## 1.0.0-next.38
185
183
@@ -191,7 +189,7 @@ Starting from now all releases follow semver and changes will be listed as Major
191
189
192
190
### Patch Changes
193
191
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))
195
193
196
194
#### add the following to your wrangler.toml
197
195
@@ -211,13 +209,13 @@ Starting from now all releases follow semver and changes will be listed as Major
211
209
212
210
### Patch Changes
213
211
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))
215
213
216
214
## 1.0.0-next.34
217
215
218
216
### Patch Changes
219
217
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))
221
219
222
220
## 1.0.0-next.33
223
221
@@ -260,9 +258,7 @@ Starting from now all releases follow semver and changes will be listed as Major
260
258
### Patch Changes
261
259
262
260
- Overhaul adapter API ([#2931](https://github.com/sveltejs/kit/pull/2931))
0 commit comments