Skip to content

Commit

Permalink
Merge pull request #63 from daichitakahashi/bonsai
Browse files Browse the repository at this point in the history
Bonsai
  • Loading branch information
daichitakahashi authored Dec 10, 2024
2 parents 237434f + 43e90ef commit 756cb98
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
6 changes: 6 additions & 0 deletions cf-eventhub/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# cf-eventhub

## 0.0.16

### Patch Changes

- 9d3a2a5: Fix event status

## 0.0.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion cf-eventhub/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cf-eventhub",
"type": "module",
"version": "0.0.15",
"version": "0.0.16",
"keywords": [
"cloudflare"
],
Expand Down
7 changes: 7 additions & 0 deletions iac/pulumi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @cf-eventhub/pulumi

## 0.0.13

### Patch Changes

- Updated dependencies [9d3a2a5]
- [email protected]

## 0.0.12

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions iac/pulumi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@cf-eventhub/pulumi",
"main": "src/index.ts",
"type": "commonjs",
"version": "0.0.12",
"version": "0.0.13",
"keywords": [
"pulumi",
"cloudflare"
Expand All @@ -17,7 +17,7 @@
"dependencies": {
"@pulumi/cloudflare": "^5.40.0",
"@pulumi/pulumi": "^3.113.0",
"cf-eventhub": "^0.0.15"
"cf-eventhub": "^0.0.16"
},
"tsup": {
"entry": [
Expand Down
2 changes: 1 addition & 1 deletion web-console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"typed-htmx": "^0.3.1",
"typescript": "^5.6.2",
"wrangler": "^3.83.0",
"cf-eventhub": "^0.0.15"
"cf-eventhub": "^0.0.16"
},
"tsup": {
"entry": [
Expand Down

0 comments on commit 756cb98

Please sign in to comment.