Skip to content

Commit 1f45924

Browse files
Version Packages (#743)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e28958d commit 1f45924

6 files changed

Lines changed: 15 additions & 21 deletions

File tree

.changeset/gentle-toes-call.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/loud-signs-obey.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tall-pugs-check.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/wide-pears-drive.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# github-actions-cloudflare-pages
22

3+
## 3.4.0
4+
5+
### Minor Changes
6+
7+
- [#732](https://github.com/andykenward/github-actions-cloudflare-pages/pull/732) [`1c10be0`](https://github.com/andykenward/github-actions-cloudflare-pages/commit/1c10be0363ff8245ae5ae8f0587f8ffb793ffbfe) Thanks [@andykenward](https://github.com/andykenward)! - Added support for the GitHub workflow_run event to enable fork-safe preview deployments and pull request comments. [#729](https://github.com/andykenward/github-actions-cloudflare-pages/issues/729)
8+
9+
- [#737](https://github.com/andykenward/github-actions-cloudflare-pages/pull/737) [`e0a8f58`](https://github.com/andykenward/github-actions-cloudflare-pages/commit/e0a8f589a2247d56806fb0a32979f406eebe3fe8) Thanks [@andykenward](https://github.com/andykenward)! - feat: support a input pr-number to override the event logic. Useful for forked PRs. [#729](https://github.com/andykenward/github-actions-cloudflare-pages/issues/729)
10+
11+
### Patch Changes
12+
13+
- [#738](https://github.com/andykenward/github-actions-cloudflare-pages/pull/738) [`5f1b2d8`](https://github.com/andykenward/github-actions-cloudflare-pages/commit/5f1b2d84e92b6daa1e891021bdce8480468224d8) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps-dev): bump wrangler from 4.75.0 to 4.86.0
14+
15+
- [#736](https://github.com/andykenward/github-actions-cloudflare-pages/pull/736) [`947c9c2`](https://github.com/andykenward/github-actions-cloudflare-pages/commit/947c9c21c3b9cc239063c7847cdad8f033d691aa) Thanks [@andykenward](https://github.com/andykenward)! - fix: delete action use node24
16+
317
## 3.3.2
418

519
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-actions-cloudflare-pages",
3-
"version": "3.3.2",
3+
"version": "3.4.0",
44
"private": true,
55
"description": "A Github Action to deploy to Cloudflare Pages",
66
"keywords": [

0 commit comments

Comments
 (0)