Skip to content

Commit dddf06e

Browse files
authored
Version Packages (#635)
1 parent 953d82a commit dddf06e

File tree

5 files changed

+14
-8
lines changed

5 files changed

+14
-8
lines changed

.changeset/twelve-balloons-help.md

-6
This file was deleted.

integrations/github/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @gitbook/integration-github
22

3+
## 0.6.2
4+
5+
### Patch Changes
6+
7+
- 953d82a: Throw 400 exposable errors instead of internal errors when Git sync config value are missing/incomplete
8+
39
## 0.6.1
410

511
### Patch Changes

integrations/github/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gitbook/integration-github",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"private": true,
55
"scripts": {
66
"typecheck": "tsc --noEmit",

integrations/gitlab/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @gitbook/integration-gitlab
22

3+
## 0.5.2
4+
5+
### Patch Changes
6+
7+
- 953d82a: Throw 400 exposable errors instead of internal errors when Git sync config value are missing/incomplete
8+
39
## 0.5.1
410

511
### Patch Changes

integrations/gitlab/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gitbook/integration-gitlab",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"private": true,
55
"scripts": {
66
"typecheck": "tsc --noEmit",

0 commit comments

Comments
 (0)