Skip to content

Commit a6ea627

Browse files
committed
chore: bump packages to new version
1 parent 2c1aad2 commit a6ea627

16 files changed

Lines changed: 75 additions & 8 deletions

File tree

apps/webhook-cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @better-webhook/cli
22

3+
## 3.4.2
4+
5+
### Patch Changes
6+
7+
- Add observability to the core package, resolve nonce parsing issue with ragie provider and update docs
8+
39
## 3.4.1
410

511
### Patch Changes

apps/webhook-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@better-webhook/cli",
3-
"version": "3.4.1",
3+
"version": "3.4.2",
44
"description": "Modern CLI for developing, capturing, and replaying webhooks locally with dashboard UI.",
55
"type": "module",
66
"bin": {

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @better-webhook/core
22

3+
## 0.7.0
4+
5+
### Minor Changes
6+
7+
- Add observability to the core package, resolve nonce parsing issue with ragie provider and update docs
8+
39
## 0.6.2
410

511
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@better-webhook/core",
3-
"version": "0.6.2",
3+
"version": "0.7.0",
44
"description": "Core webhook handling functionality for better-webhook",
55
"type": "module",
66
"main": "dist/index.cjs",

packages/express/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @better-webhook/express
22

3+
## 0.8.0
4+
5+
### Minor Changes
6+
7+
- Add observability to the core package, resolve nonce parsing issue with ragie provider and update docs
8+
9+
### Patch Changes
10+
11+
- Updated dependencies
12+
- @better-webhook/core@0.7.0
13+
314
## 0.7.2
415

516
### Patch Changes

packages/express/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@better-webhook/express",
3-
"version": "0.7.2",
3+
"version": "0.8.0",
44
"description": "Express.js middleware for better-webhook",
55
"type": "module",
66
"main": "dist/index.cjs",

packages/gcp-functions/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @better-webhook/gcp-functions
22

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @better-webhook/core@0.7.0
9+
310
## 0.2.0
411

512
### Minor Changes

packages/gcp-functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@better-webhook/gcp-functions",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "GCP Cloud Functions integration for better-webhook",
55
"type": "module",
66
"main": "dist/index.cjs",

packages/github/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @better-webhook/github
22

3+
## 0.6.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @better-webhook/core@0.7.0
9+
310
## 0.6.2
411

512
### Patch Changes

packages/github/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@better-webhook/github",
3-
"version": "0.6.2",
3+
"version": "0.6.3",
44
"description": "GitHub module for better-webhook",
55
"type": "module",
66
"main": "dist/index.cjs",

0 commit comments

Comments
 (0)