Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .changeset/c3-frameworks-update-4855.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"create-cloudflare": patch
---

C3: Bumped `create-docusaurus` from `3.1.0` to `3.1.1`
chore: Bumped `create-docusaurus` from `3.1.0` to `3.1.1`
2 changes: 1 addition & 1 deletion .changeset/c3-frameworks-update-4856.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"create-cloudflare": patch
---

C3: Bumped `create-astro` from `4.7.1` to `4.7.2`
chore: Bumped `create-astro` from `4.7.1` to `4.7.2`
2 changes: 1 addition & 1 deletion .changeset/c3-frameworks-update-4857.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"create-cloudflare": patch
---

C3: Bumped `create-qwik` from `1.4.1` to `1.4.2`
chore: Bumped `create-qwik` from `1.4.1` to `1.4.2`
2 changes: 1 addition & 1 deletion .changeset/c3-frameworks-update-4858.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"create-cloudflare": patch
---

C3: Bumped `create-solid` from `0.3.10` to `0.4.10`
chore: Bumped `create-solid` from `0.3.10` to `0.4.10`
2 changes: 1 addition & 1 deletion .changeset/c3-frameworks-update-4870.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"create-cloudflare": patch
---

C3: Bumped `create-vue` from `3.9.1` to `3.9.2`
chore: Bumped `create-vue` from `3.9.1` to `3.9.2`
2 changes: 1 addition & 1 deletion .changeset/forty-boxes-lay.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"create-cloudflare": patch
---

handle new Next.js `next.config.mjs` default files
chore: handle new Next.js `next.config.mjs` default files

Since `create-next-app` `v14.1.0` the default generated config file is `next.config.mjs`
(instead of `next.config.js`), so such new default files need to be handled accordingly
2 changes: 1 addition & 1 deletion .changeset/forty-needles-turn.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"create-cloudflare": minor
---

introduce a new optional `previewScript` to the C3 summary
feature: introduce a new optional `previewScript` to the C3 summary

such script is to be used to locally preview the application (using wrangler)
2 changes: 1 addition & 1 deletion .changeset/four-teachers-push.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"create-cloudflare": patch
---

update the svelteKit c3 scripts
fix: update the svelteKit c3 scripts

replace the incorrect `pages:dev` with a new `pages:preview` script
(and use the standard `dev` script as the `devScript`)
2 changes: 1 addition & 1 deletion .changeset/happy-pandas-sparkle.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"wrangler": minor
---

feat: expose new (no-op) `caches` field in `getBindingsProxy` result
feature: expose new (no-op) `caches` field in `getBindingsProxy` result

Add a new `caches` field to the `getBindingsProxy` result, such field implements a
no operation (no-op) implementation of the runtime `caches`
Expand Down
2 changes: 1 addition & 1 deletion .changeset/slow-trains-confess.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"create-cloudflare": patch
---

C3: Bumped `create-next-app` from `14.0.4` to `14.1.0`
chore: Bumped `create-next-app` from `14.0.4` to `14.1.0`
2 changes: 1 addition & 1 deletion .github/generate-c3-dependabot-pr-changeset.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ ${generateChangesetBody(changes)}
function generateChangesetBody(changes) {
if (changes.length === 1) {
const { package: pkg, from, to } = changes[0];
return `C3: Bumped \`${pkg}\` from \`${from}\` to \`${to}\``;
return `chore: Bumped \`${pkg}\` from \`${from}\` to \`${to}\``;
}

return `Framework CLI versions updated in C3
Expand Down