Skip to content

Commit

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

* Fix publishing

* Add publish secret

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Samuel Macleod <[email protected]>
  • Loading branch information
3 people authored Dec 19, 2024
1 parent 697f166 commit e4c79bb
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/five-poems-own.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-cats-hammer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-tables-sleep.md

This file was deleted.

1 change: 1 addition & 0 deletions .github/workflows/changesets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,4 @@ jobs:
WORKERS_NEW_CLOUDFLARE_ACCOUNT_ID: ${{ secrets.WORKERS_NEW_CLOUDFLARE_ACCOUNT_ID }}
WORKERS_NEW_CLOUDFLARE_API_TOKEN: ${{ secrets.WORKERS_NEW_CLOUDFLARE_API_TOKEN }}
WORKERS_DEPLOY_AND_CONFIG_CLOUDFLARE_API_TOKEN: ${{ secrets.WORKERS_DEPLOY_AND_CONFIG_CLOUDFLARE_API_TOKEN }}
VSCE_PAT: ${{ secrets.VSCE_PAT }}
10 changes: 10 additions & 0 deletions packages/cloudflare-workers-bindings-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# cloudflare-workers-bindings-extension

## 0.0.9

### Patch Changes

- [#7597](https://github.com/cloudflare/workers-sdk/pull/7597) [`dbf7aac`](https://github.com/cloudflare/workers-sdk/commit/dbf7aac6f58c7dbd7de6d6fd1fb9dc562e36c11b) Thanks [@edmundhung](https://github.com/edmundhung)! - Updates the bindings view to list all binding types

- [#7600](https://github.com/cloudflare/workers-sdk/pull/7600) [`e3791f7`](https://github.com/cloudflare/workers-sdk/commit/e3791f7d83dd5ad8cdbff5f0afae3625d39391ed) Thanks [@emily-shen](https://github.com/emily-shen)! - feat: add validation to binding name input in vscode extension

- [#7602](https://github.com/cloudflare/workers-sdk/pull/7602) [`697f166`](https://github.com/cloudflare/workers-sdk/commit/697f166afb279d494279259460e93cd0aa37e7a9) Thanks [@penalosa](https://github.com/penalosa)! - Add JSON schema for Wrangler config files

## 0.0.8

### Patch Changes
Expand Down
6 changes: 4 additions & 2 deletions packages/cloudflare-workers-bindings-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "cloudflare-workers-bindings-extension",
"displayName": "Cloudflare Workers",
"version": "0.0.8",
"version": "0.0.9",
"private": true,
"description": "Manage your Cloudflare Worker's bindings",
"categories": [
"Other"
Expand Down Expand Up @@ -113,6 +114,7 @@
},
"workers-sdk": {
"prerelease": true,
"type": "extension"
"type": "extension",
"deploy": true
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ describe("findDeployablePackageNames()", () => {
expect(findDeployablePackageNames()).toMatchInlineSnapshot(`
Set {
"@cloudflare/chrome-devtools-patches",
"cloudflare-workers-bindings-extension",
"devprod-status-bot",
"edge-preview-authenticated-proxy",
"format-errors",
Expand Down

0 comments on commit e4c79bb

Please sign in to comment.