Skip to content

Commit fcb121b

Browse files
authored
Merge branch 'main' into main
2 parents 789527a + 23036c5 commit fcb121b

File tree

12 files changed

+43
-26
lines changed

12 files changed

+43
-26
lines changed

.changeset/chubby-candles-invent.md

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

.changeset/late-olives-shine.md

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

.changeset/long-paws-grow.md

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

.changeset/smart-memes-lick.md

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

integrations/plantuml/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
11
# @gitbook/integration-mermaid
2+
3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- bd588a4: Add PlantUML integration
8+
- Updated dependencies [7a8ee22]
9+
- @gitbook/api@0.143.0

integrations/plantuml/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gitbook/integration-plantuml",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"private": true,
55
"dependencies": {
66
"@gitbook/api": "*",

integrations/webhook/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# @gitbook/integration-webhook
2+
3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- 1fa30e2: Added support for site events and secret regeneration.
8+
9+
### Patch Changes
10+
11+
- 7a8ee22: Introduce the Webhook integration and bumps api and cli to latest openapi spec.
12+
- 1e572d3: Simpler config screens and fix documentation links in webhook integration.
13+
- Updated dependencies [7a8ee22]
14+
- @gitbook/api@0.143.0

integrations/webhook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gitbook/integration-webhook",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Generic webhook integration for GitBook events",
55
"private": true,
66
"dependencies": {

packages/api/CHANGELOG.md

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

3+
## 0.143.0
4+
5+
### Minor Changes
6+
7+
- 7a8ee22: Introduce the Webhook integration and bumps api and cli to latest openapi spec.
8+
39
## 0.142.0
410

511
### Minor Changes

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"main": "./dist/index.cjs",
55
"module": "./dist/index.js",
66
"types": "./dist/index.d.ts",
7-
"version": "0.142.0",
7+
"version": "0.143.0",
88
"sideEffects": false,
99
"files": [
1010
"README.md",

0 commit comments

Comments
 (0)