Skip to content

Commit 24eecd3

Browse files
authored
Fix an issue where Slack channels were not being correctly shown. (#779)
1 parent 997e643 commit 24eecd3

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.changeset/nice-ties-push.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@gitbook/integration-slack': patch
3+
---
4+
5+
Fix an issue where Slack channels were not being correctly shown.

bun.lock

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@
532532
},
533533
"packages/api": {
534534
"name": "@gitbook/api",
535-
"version": "0.105.0",
535+
"version": "0.106.0",
536536
"dependencies": {
537537
"event-iterator": "^2.0.0",
538538
"eventsource-parser": "^3.0.0",
@@ -547,9 +547,9 @@
547547
},
548548
"packages/cli": {
549549
"name": "@gitbook/cli",
550-
"version": "0.21.0",
550+
"version": "0.21.1",
551551
"bin": {
552-
"gitbook": "./cli.js",
552+
"gitbook": "./cli.js"
553553
},
554554
"dependencies": {
555555
"@gitbook/api": "*",
@@ -604,9 +604,6 @@
604604
},
605605
},
606606
},
607-
"overrides": {
608-
"@gitbook/openapi-parser": "^2.1.0",
609-
},
610607
"packages": {
611608
"@ampproject/remapping": ["@ampproject/[email protected]", "", { "dependencies": { "@jridgewell/gen-mapping": "^0.3.5", "@jridgewell/trace-mapping": "^0.3.24" } }, "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw=="],
612609

0 commit comments

Comments
 (0)