Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #313

Merged
merged 1 commit into from
Apr 19, 2024
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
5 changes: 0 additions & 5 deletions .changeset/chilled-parrots-pay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-keys-grab.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/flat-ladybugs-smoke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-apes-push.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-flies-sell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-squids-wave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-jokes-guess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-buckets-relate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-berries-learn.md

This file was deleted.

25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# github-actions-cloudflare-pages

## 2.0.0

### Major Changes

- [#291](https://github.com/unlike-ltd/github-actions-cloudflare-pages/pull/291) [`824753d`](https://github.com/unlike-ltd/github-actions-cloudflare-pages/commit/824753d77273786b4e4dc36ef92ee596d0025fd3) Thanks [@andykenward](https://github.com/andykenward)! - - **BREAKING CHANGES:** use the sub-action `unlike-ltd/github-actions-cloudflare-pages/delete` to delete deployments. The main action `unlike-ltd/github-actions-cloudflare-pages` no longer deletes any deployments.
- **BREAKING CHANGES:** new payload format saved to the GitHub deployments to allow for the sub-action `unlike-ltd/github-actions-cloudflare-pages/delete` to work. To support the older payload the action inputs of `cloudflare-account-id` & `cloudflare_project_name` are required. If an older payload is found and the action inputs are missing, it will silently error and continue; but output in the job summary the deployment.

### Patch Changes

- [`c8b06d3`](https://github.com/unlike-ltd/github-actions-cloudflare-pages/commit/c8b06d3bbdbe571ff33fc9ad5cd716e0cb4fd657) Thanks [@andykenward](https://github.com/andykenward)! - chore(deps-dev): bump eslint dep

- [`fa7dc9d`](https://github.com/unlike-ltd/github-actions-cloudflare-pages/commit/fa7dc9df266d4fb4b3497100f856830c7965a50a) Thanks [@andykenward](https://github.com/andykenward)! - chore(deps-dev): bump @octokit packages

- [`9ac63c7`](https://github.com/unlike-ltd/github-actions-cloudflare-pages/commit/9ac63c77ce83eed3db12dbef20ab98c7a7708465) Thanks [@andykenward](https://github.com/andykenward)! - chore(deps): bump @unlike/github-actions-core from 1.1.1 to 1.1.2

- [`cd858e3`](https://github.com/unlike-ltd/github-actions-cloudflare-pages/commit/cd858e3b2a437604e7f7bbc17cd892e30df8f392) Thanks [@andykenward](https://github.com/andykenward)! - feat(deps): bump @unlike/github-actions-core from 1.0.0 to 1.1.1

- [#330](https://github.com/unlike-ltd/github-actions-cloudflare-pages/pull/330) [`174129b`](https://github.com/unlike-ltd/github-actions-cloudflare-pages/commit/174129bd26a7667dd38e6186bd5e93d8a31340d5) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps): bump wrangler from 3.37.0 to 3.51.2

- [`1660ebe`](https://github.com/unlike-ltd/github-actions-cloudflare-pages/commit/1660ebee8fe8faea03243e98070c1d2d663f3733) Thanks [@andykenward](https://github.com/andykenward)! - feat(deps): bump @octokit-next/core from 2.7.1 to 2.8.0

- [`09a25c6`](https://github.com/unlike-ltd/github-actions-cloudflare-pages/commit/09a25c6ee3c9cbfd91b93364e9afbb567fe3430f) Thanks [@andykenward](https://github.com/andykenward)! - feat(deps): upgrade @octokit/plugin-paginate-rest from 10.0.0 to 11.0.0

- [#331](https://github.com/unlike-ltd/github-actions-cloudflare-pages/pull/331) [`a484fbd`](https://github.com/unlike-ltd/github-actions-cloudflare-pages/commit/a484fbd8db123e52ce63d4082c0dfe30b6ae6ed7) Thanks [@dependabot](https://github.com/apps/dependabot)! - chore(deps): bump the octokit npm packages

## 1.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "github-actions-cloudflare-pages",
"version": "1.3.2",
"version": "2.0.0",
"private": true,
"description": "A Github Action to deploy to Cloudflare Pages",
"keywords": [
Expand Down