Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/chubby-candles-invent.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-olives-shine.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-paws-grow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-memes-lick.md

This file was deleted.

8 changes: 8 additions & 0 deletions integrations/plantuml/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
# @gitbook/integration-mermaid

## 0.0.2

### Patch Changes

- bd588a4: Add PlantUML integration
- Updated dependencies [7a8ee22]
- @gitbook/api@0.143.0
2 changes: 1 addition & 1 deletion integrations/plantuml/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gitbook/integration-plantuml",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"dependencies": {
"@gitbook/api": "*",
Expand Down
14 changes: 14 additions & 0 deletions integrations/webhook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# @gitbook/integration-webhook

## 1.1.0

### Minor Changes

- 1fa30e2: Added support for site events and secret regeneration.

### Patch Changes

- 7a8ee22: Introduce the Webhook integration and bumps api and cli to latest openapi spec.
- 1e572d3: Simpler config screens and fix documentation links in webhook integration.
- Updated dependencies [7a8ee22]
- @gitbook/api@0.143.0
2 changes: 1 addition & 1 deletion integrations/webhook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gitbook/integration-webhook",
"version": "1.0.0",
"version": "1.1.0",
"description": "Generic webhook integration for GitBook events",
"private": true,
"dependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gitbook/api

## 0.143.0

### Minor Changes

- 7a8ee22: Introduce the Webhook integration and bumps api and cli to latest openapi spec.

## 0.142.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"version": "0.142.0",
"version": "0.143.0",
"sideEffects": false,
"files": [
"README.md",
Expand Down
11 changes: 11 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @gitbook/cli

## 0.26.0

### Minor Changes

- 7a8ee22: Introduce the Webhook integration and bumps api and cli to latest openapi spec.

### Patch Changes

- Updated dependencies [7a8ee22]
- @gitbook/api@0.143.0

## 0.25.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@gitbook/cli",
"description": "CLI to build and publish integrations on GitBook.com",
"version": "0.25.1",
"version": "0.26.0",
"dependencies": {
"@gitbook/api": "*",
"check-node-version": "^4.2.1",
Expand Down