Skip to content

Commit af03cf9

Browse files
Version Packages
1 parent 9275222 commit af03cf9

File tree

6 files changed

+14
-12
lines changed

6 files changed

+14
-12
lines changed

.changeset/few-meals-sell.md

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

.changeset/funny-geese-mix.md

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

integrations/intercom-conversations/CHANGELOG.md

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

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- 29faf81: Fix intercom-conversations integration worker timeouts
8+
39
## 0.1.0
410

511
### Minor Changes

integrations/intercom-conversations/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-intercom-conversations",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"private": true,
55
"dependencies": {
66
"@gitbook/runtime": "*",

packages/cli/CHANGELOG.md

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

3+
## 0.26.1
4+
5+
### Patch Changes
6+
7+
- 9275222: Validate OpenAPI slug with pattern
8+
39
## 0.26.0
410

511
### Minor Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@gitbook/cli",
33
"description": "CLI to build and publish integrations on GitBook.com",
4-
"version": "0.26.0",
4+
"version": "0.26.1",
55
"dependencies": {
66
"@gitbook/api": "*",
77
"check-node-version": "^4.2.1",

0 commit comments

Comments
 (0)