Skip to content

Commit 46d9a6f

Browse files
fix wrong package name being used in C3 dependabot changesets (#3981)
1 parent dac6950 commit 46d9a6f

5 files changed

+5
-5
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
"dependabot-testing": patch
2+
"create-cloudflare": patch
33
---
44

55
C3: Bumped `create-astro` from `4.0.1` to `4.1.0`
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
"dependabot-testing": patch
2+
"create-cloudflare": patch
33
---
44

55
C3: Bumped `create-svelte` from `4.2.0` to `5.0.6`
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
"dependabot-testing": patch
2+
"create-cloudflare": patch
33
---
44

55
C3: Bumped `create-remix` from `1.19.3` to `2.0.0`
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
"dependabot-testing": patch
2+
"create-cloudflare": patch
33
---
44

55
C3: Bumped `create-astro` from `4.0.1` to `4.1.0`

.github/generate-c3-dependabot-pr-changeset.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ if (!changes.length) {
3939
writeFileSync(
4040
`.changeset/c3-frameworks-update-${prNumber}.md`,
4141
`---
42-
"dependabot-testing": patch
42+
"create-cloudflare": patch
4343
---
4444
4545
${generateChangesetBody(changes)}

0 commit comments

Comments
 (0)