Skip to content

Commit e16822c

Browse files
workers-devprodgithub-actions[bot]penalosa
committed
Version Packages (#7601)
* 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]>
1 parent cd42814 commit e16822c

File tree

7 files changed

+16
-17
lines changed

7 files changed

+16
-17
lines changed

.changeset/five-poems-own.md

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

.changeset/tender-cats-hammer.md

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

.changeset/tough-tables-sleep.md

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

.github/workflows/changesets.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,4 @@ jobs:
6060
WORKERS_NEW_CLOUDFLARE_ACCOUNT_ID: ${{ secrets.WORKERS_NEW_CLOUDFLARE_ACCOUNT_ID }}
6161
WORKERS_NEW_CLOUDFLARE_API_TOKEN: ${{ secrets.WORKERS_NEW_CLOUDFLARE_API_TOKEN }}
6262
WORKERS_DEPLOY_AND_CONFIG_CLOUDFLARE_API_TOKEN: ${{ secrets.WORKERS_DEPLOY_AND_CONFIG_CLOUDFLARE_API_TOKEN }}
63+
VSCE_PAT: ${{ secrets.VSCE_PAT }}

packages/cloudflare-workers-bindings-extension/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# cloudflare-workers-bindings-extension
22

3+
## 0.0.9
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
- [#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
10+
11+
- [#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
12+
313
## 0.0.8
414

515
### Patch Changes

packages/cloudflare-workers-bindings-extension/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "cloudflare-workers-bindings-extension",
33
"displayName": "Cloudflare Workers",
4-
"version": "0.0.8",
4+
"version": "0.0.9",
5+
"private": true,
56
"description": "Manage your Cloudflare Worker's bindings",
67
"categories": [
78
"Other"
@@ -113,6 +114,7 @@
113114
},
114115
"workers-sdk": {
115116
"prerelease": true,
116-
"type": "extension"
117+
"type": "extension",
118+
"deploy": true
117119
}
118120
}

tools/deployments/__tests__/deploy-non-npm-packages.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ describe("findDeployablePackageNames()", () => {
9898
expect(findDeployablePackageNames()).toMatchInlineSnapshot(`
9999
Set {
100100
"@cloudflare/chrome-devtools-patches",
101+
"cloudflare-workers-bindings-extension",
101102
"devprod-status-bot",
102103
"edge-preview-authenticated-proxy",
103104
"format-errors",

0 commit comments

Comments
 (0)