Skip to content

Commit

Permalink
Merge pull request #59 from daichitakahashi/changeset-release/main
Browse files Browse the repository at this point in the history
Release npm packages
  • Loading branch information
daichitakahashi authored Dec 2, 2024
2 parents a04ac94 + a13d2a2 commit 1045a6f
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/eighty-lobsters-burn.md

This file was deleted.

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.13

### Patch Changes

- be464f4: Add debug log for markLostDispatches

## 0.0.12

### 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.12",
"version": "0.0.13",
"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.10

### Patch Changes

- Updated dependencies [be464f4]
- [email protected]

## 0.0.9

### 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.9",
"version": "0.0.10",
"keywords": [
"pulumi",
"cloudflare"
Expand All @@ -17,7 +17,7 @@
"dependencies": {
"@pulumi/cloudflare": "^5.40.0",
"@pulumi/pulumi": "^3.113.0",
"cf-eventhub": "^0.0.12"
"cf-eventhub": "^0.0.13"
},
"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.12"
"cf-eventhub": "^0.0.13"
},
"tsup": {
"entry": [
Expand Down

0 comments on commit 1045a6f

Please sign in to comment.