diff --git a/.changeset/c3-frameworks-update-4855.md b/.changeset/c3-frameworks-update-4855.md index d6399620b9e3..1e916512f15e 100644 --- a/.changeset/c3-frameworks-update-4855.md +++ b/.changeset/c3-frameworks-update-4855.md @@ -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` diff --git a/.changeset/c3-frameworks-update-4856.md b/.changeset/c3-frameworks-update-4856.md index 0d3ac24f5e69..e92c61285ea3 100644 --- a/.changeset/c3-frameworks-update-4856.md +++ b/.changeset/c3-frameworks-update-4856.md @@ -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` diff --git a/.changeset/c3-frameworks-update-4857.md b/.changeset/c3-frameworks-update-4857.md index c427883294bf..a36883b88ea6 100644 --- a/.changeset/c3-frameworks-update-4857.md +++ b/.changeset/c3-frameworks-update-4857.md @@ -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` diff --git a/.changeset/c3-frameworks-update-4858.md b/.changeset/c3-frameworks-update-4858.md index 08c9adcd2aa3..32918e5d569f 100644 --- a/.changeset/c3-frameworks-update-4858.md +++ b/.changeset/c3-frameworks-update-4858.md @@ -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` diff --git a/.changeset/c3-frameworks-update-4870.md b/.changeset/c3-frameworks-update-4870.md index fe97590e8172..86ffa5ad1ae9 100644 --- a/.changeset/c3-frameworks-update-4870.md +++ b/.changeset/c3-frameworks-update-4870.md @@ -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` diff --git a/.changeset/forty-boxes-lay.md b/.changeset/forty-boxes-lay.md index 23b1d257016b..f89c95a9e36b 100644 --- a/.changeset/forty-boxes-lay.md +++ b/.changeset/forty-boxes-lay.md @@ -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 diff --git a/.changeset/forty-needles-turn.md b/.changeset/forty-needles-turn.md index fcb9a23bf7ef..8f1678b042dc 100644 --- a/.changeset/forty-needles-turn.md +++ b/.changeset/forty-needles-turn.md @@ -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) diff --git a/.changeset/four-teachers-push.md b/.changeset/four-teachers-push.md index 43cb0ab994fd..aa78177d3fa9 100644 --- a/.changeset/four-teachers-push.md +++ b/.changeset/four-teachers-push.md @@ -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`) diff --git a/.changeset/happy-pandas-sparkle.md b/.changeset/happy-pandas-sparkle.md index 3a9417ace9b3..84225a160915 100644 --- a/.changeset/happy-pandas-sparkle.md +++ b/.changeset/happy-pandas-sparkle.md @@ -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` diff --git a/.changeset/slow-trains-confess.md b/.changeset/slow-trains-confess.md index 8f3aa840bd38..6dcd5d193428 100644 --- a/.changeset/slow-trains-confess.md +++ b/.changeset/slow-trains-confess.md @@ -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` diff --git a/.github/generate-c3-dependabot-pr-changeset.mjs b/.github/generate-c3-dependabot-pr-changeset.mjs index 4b729e402d84..d53cb7619e1b 100644 --- a/.github/generate-c3-dependabot-pr-changeset.mjs +++ b/.github/generate-c3-dependabot-pr-changeset.mjs @@ -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