From c21312048f25956bce7e74a2ec15567d5975c07a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 14:01:10 +0100 Subject: [PATCH] Version Packages (#313) Co-authored-by: github-actions[bot] --- .changeset/chilled-parrots-pay.md | 5 ----- .changeset/five-keys-grab.md | 5 ----- .changeset/flat-ladybugs-smoke.md | 6 ------ .changeset/loud-apes-push.md | 5 ----- .changeset/nice-flies-sell.md | 5 ----- .changeset/quick-squids-wave.md | 5 ----- .changeset/six-jokes-guess.md | 5 ----- .changeset/ten-buckets-relate.md | 5 ----- .changeset/twelve-berries-learn.md | 5 ----- CHANGELOG.md | 25 +++++++++++++++++++++++++ package.json | 2 +- 11 files changed, 26 insertions(+), 47 deletions(-) delete mode 100644 .changeset/chilled-parrots-pay.md delete mode 100644 .changeset/five-keys-grab.md delete mode 100644 .changeset/flat-ladybugs-smoke.md delete mode 100644 .changeset/loud-apes-push.md delete mode 100644 .changeset/nice-flies-sell.md delete mode 100644 .changeset/quick-squids-wave.md delete mode 100644 .changeset/six-jokes-guess.md delete mode 100644 .changeset/ten-buckets-relate.md delete mode 100644 .changeset/twelve-berries-learn.md diff --git a/.changeset/chilled-parrots-pay.md b/.changeset/chilled-parrots-pay.md deleted file mode 100644 index 1cdf445a..00000000 --- a/.changeset/chilled-parrots-pay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"github-actions-cloudflare-pages": patch ---- - -chore(deps-dev): bump eslint dep diff --git a/.changeset/five-keys-grab.md b/.changeset/five-keys-grab.md deleted file mode 100644 index 1e3dd8f9..00000000 --- a/.changeset/five-keys-grab.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"github-actions-cloudflare-pages": patch ---- - -chore(deps-dev): bump @octokit packages diff --git a/.changeset/flat-ladybugs-smoke.md b/.changeset/flat-ladybugs-smoke.md deleted file mode 100644 index 4b60201c..00000000 --- a/.changeset/flat-ladybugs-smoke.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"github-actions-cloudflare-pages": major ---- -- **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. - diff --git a/.changeset/loud-apes-push.md b/.changeset/loud-apes-push.md deleted file mode 100644 index 7ea65c4b..00000000 --- a/.changeset/loud-apes-push.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"github-actions-cloudflare-pages": patch ---- - -chore(deps): bump @unlike/github-actions-core from 1.1.1 to 1.1.2 diff --git a/.changeset/nice-flies-sell.md b/.changeset/nice-flies-sell.md deleted file mode 100644 index 9c6892c5..00000000 --- a/.changeset/nice-flies-sell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"github-actions-cloudflare-pages": patch ---- - -feat(deps): bump @unlike/github-actions-core from 1.0.0 to 1.1.1 diff --git a/.changeset/quick-squids-wave.md b/.changeset/quick-squids-wave.md deleted file mode 100644 index 5a9d1e9a..00000000 --- a/.changeset/quick-squids-wave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"github-actions-cloudflare-pages": patch ---- - -chore(deps): bump wrangler from 3.37.0 to 3.51.2 diff --git a/.changeset/six-jokes-guess.md b/.changeset/six-jokes-guess.md deleted file mode 100644 index c5b4a48b..00000000 --- a/.changeset/six-jokes-guess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"github-actions-cloudflare-pages": patch ---- - -feat(deps): bump @octokit-next/core from 2.7.1 to 2.8.0 diff --git a/.changeset/ten-buckets-relate.md b/.changeset/ten-buckets-relate.md deleted file mode 100644 index 0e0e7965..00000000 --- a/.changeset/ten-buckets-relate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"github-actions-cloudflare-pages": patch ---- - -feat(deps): upgrade @octokit/plugin-paginate-rest from 10.0.0 to 11.0.0 diff --git a/.changeset/twelve-berries-learn.md b/.changeset/twelve-berries-learn.md deleted file mode 100644 index 86ad45dc..00000000 --- a/.changeset/twelve-berries-learn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"github-actions-cloudflare-pages": patch ---- - -chore(deps): bump the octokit npm packages diff --git a/CHANGELOG.md b/CHANGELOG.md index 827e2380..df12a8dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 84cfa245..165467f2 100644 --- a/package.json +++ b/package.json @@ -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": [