Skip to content

Commit

Permalink
Version Packages (#342)
Browse files Browse the repository at this point in the history
* Version Packages

* docs: version number

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Andy Kenward <[email protected]>
  • Loading branch information
3 people authored May 2, 2024
1 parent 44d1334 commit cdfff71
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 23 deletions.
5 changes: 0 additions & 5 deletions .changeset/funny-pumas-wonder.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-worms-joke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-starfishes-bow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-bikes-juggle.md

This file was deleted.

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

## 2.2.0

### Minor Changes

- [#341](https://github.com/andykenward/github-actions-cloudflare-pages/pull/341) [`d7aa1cd`](https://github.com/andykenward/github-actions-cloudflare-pages/commit/d7aa1cdc2001eb319f0c75d13fb14531e307652f) Thanks [@andykenward](https://github.com/andykenward)! - refactor: replace [@unlike/github-actions-core](https://www.npmjs.com/package/@unlike/github-actions-core) with [@actions/core](https://www.npmjs.com/package/@actions/core) . It increases the bundle size from 30.6kb to 600.5kb because of [actions/toolkit#1436](https://github.com/actions/toolkit/issues/1436) & [actions/toolkit#1697](https://github.com/actions/toolkit/issues/1697). But we no longer want to maintain the fork of that repo. Rather they fix these issues.

### Patch Changes

- [`b5d3187`](https://github.com/andykenward/github-actions-cloudflare-pages/commit/b5d3187554abb5073fbfea0a101b4ce221933f92) Thanks [@andykenward](https://github.com/andykenward)! - chore(deps): bump @octokit/plugin-paginate-rest from 11.1.1 to 11.2.0

- [#346](https://github.com/andykenward/github-actions-cloudflare-pages/pull/346) [`44d1334`](https://github.com/andykenward/github-actions-cloudflare-pages/commit/44d1334e30a8d8bbf7ab32dea17b5b6286ed11ff) Thanks [@andykenward](https://github.com/andykenward)! - feat(deps): bump @octokit/plugin-paginate-rest from 11.2.0 to 11.3.0

- [#346](https://github.com/andykenward/github-actions-cloudflare-pages/pull/346) [`5d78212`](https://github.com/andykenward/github-actions-cloudflare-pages/commit/5d782129627c0f4b1abcd218582396f86d4cbde7) Thanks [@andykenward](https://github.com/andykenward)! - feat(deps): bump wrangler from 3.51.2 to 3.53.0

## 2.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
- run: npm ci
run: npm run build
- name: Deploy to Cloudflare Pages
uses: andykenward/github-actions-cloudflare-pages@v2.1.0
uses: andykenward/github-actions-cloudflare-pages@v2.2.0
id: pages
with:
cloudflare-api-token: ${{ secrets.CLOUDFLARE_API_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion delete/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
timeout-minutes: 5
steps:
- name: Deploy deletion Cloudflare Pages
uses: andykenward/github-actions-cloudflare-pages/delete@v2.1.0
uses: andykenward/github-actions-cloudflare-pages/delete@v2.2.0
with:
cloudflare-api-token: ${{ secrets.CLOUDFLARE_API_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
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": "2.1.0",
"version": "2.2.0",
"private": true,
"description": "A Github Action to deploy to Cloudflare Pages",
"keywords": [
Expand Down

0 comments on commit cdfff71

Please sign in to comment.