Skip to content

Commit cb7ab97

Browse files
Version Packages (#821)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a1c3335 commit cb7ab97

File tree

13 files changed

+96
-70
lines changed

13 files changed

+96
-70
lines changed

.changeset/forty-doodles-ring.md

Lines changed: 0 additions & 10 deletions
This file was deleted.
Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
# @gitbook/integration-github-copilot
22

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- a1c3335: Update documentation links
8+
39
## 0.2.0
410

511
### Minor Changes
612

7-
- 65e6924: Update the completion action for integrations controlling their own configuration
13+
- 65e6924: Update the completion action for integrations controlling their own configuration
814

915
## 0.1.0
1016

1117
### Minor Changes
1218

13-
- ee488d1: Bump integrations' target
19+
- ee488d1: Bump integrations' target

integrations/github-copilot/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-github-copilot",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"private": true,
55
"scripts": {
66
"typecheck": "tsc --noEmit",

integrations/github/CHANGELOG.md

Lines changed: 33 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,143 +1,149 @@
11
# @gitbook/integration-github
22

3+
## 0.6.3
4+
5+
### Patch Changes
6+
7+
- a1c3335: Update documentation links
8+
39
## 0.6.2
410

511
### Patch Changes
612

7-
- 953d82a: Throw 400 exposable errors instead of internal errors when Git sync config value are missing/incomplete
13+
- 953d82a: Throw 400 exposable errors instead of internal errors when Git sync config value are missing/incomplete
814

915
## 0.6.1
1016

1117
### Patch Changes
1218

13-
- 62f857f: Don't catch router errors to allow them to be caught and processed in GitHub and GitLab integrations
19+
- 62f857f: Don't catch router errors to allow them to be caught and processed in GitHub and GitLab integrations
1420

1521
## 0.6.0
1622

1723
### Minor Changes
1824

19-
- d6ec68a: Use ExposableError for public errors in GitHub integration
25+
- d6ec68a: Use ExposableError for public errors in GitHub integration
2026

2127
## 0.5.0
2228

2329
### Minor Changes
2430

25-
- ee488d1: Bump integrations' target
31+
- ee488d1: Bump integrations' target
2632

2733
## 0.4.0
2834

2935
### Minor Changes
3036

31-
- 0b70110: Update configuration of GitSync integrations
37+
- 0b70110: Update configuration of GitSync integrations
3238

3339
## 0.3.0
3440

3541
### Minor Changes
3642

37-
- c3e0c55: GitHub & GitLab: Normalize project directory to always be a relative path
43+
- c3e0c55: GitHub & GitLab: Normalize project directory to always be a relative path
3844

3945
## 0.2.0
4046

4147
### Minor Changes
4248

43-
- c07f41e: Fix an issue where GitBook was showing the wrong repository URL in published content.
44-
- 2cd5fe0: Revert an experimental change to use a unified sync operation for GitHub sync.
49+
- c07f41e: Fix an issue where GitBook was showing the wrong repository URL in published content.
50+
- 2cd5fe0: Revert an experimental change to use a unified sync operation for GitHub sync.
4551

4652
## 0.1.1
4753

4854
### Patch Changes
4955

50-
- 6929b20: Release github with the latest runtime package 0.14.0
56+
- 6929b20: Release github with the latest runtime package 0.14.0
5157

5258
## 0.1.0
5359

5460
### Minor Changes
5561

56-
- 7e601b6: Show GitHub sync config in a disabled state with pre-filled values when configured #382
62+
- 7e601b6: Show GitHub sync config in a disabled state with pre-filled values when configured #382
5763

5864
## 0.0.14
5965

6066
### Patch Changes
6167

62-
- 775249b: Fix typo in github integration manifest
68+
- 775249b: Fix typo in github integration manifest
6369

6470
## 0.0.13
6571

6672
### Patch Changes
6773

68-
- 69c2691: Use environment.signingSecrets instead of deprecated environment.signingSecret to verify signatures
74+
- 69c2691: Use environment.signingSecrets instead of deprecated environment.signingSecret to verify signatures
6975

7076
## 0.0.12
7177

7278
### Patch Changes
7379

74-
- 7d76dfb: Update integrations to use latest runtime and api client with `User-Agent`
75-
- Updated dependencies [46c9686]
76-
- @gitbook/runtime@0.11.0
77-
- @gitbook/api@0.27.0
80+
- 7d76dfb: Update integrations to use latest runtime and api client with `User-Agent`
81+
- Updated dependencies [46c9686]
82+
- @gitbook/runtime@0.11.0
83+
- @gitbook/api@0.27.0
7884

7985
## 0.0.11
8086

8187
### Patch Changes
8288

83-
- 391aea5: Bump to use the latest runtime@0.10.3
89+
- 391aea5: Bump to use the latest runtime@0.10.3
8490

8591
## 0.0.10
8692

8793
### Patch Changes
8894

89-
- f86ac5d: Release with the latest @gitbook/runtime@0.10.2
95+
- f86ac5d: Release with the latest @gitbook/runtime@0.10.2
9096

9197
## 0.0.9
9298

9399
### Patch Changes
94100

95-
- 84c0202: Exit early from space_content_updated if not configured
101+
- 84c0202: Exit early from space_content_updated if not configured
96102

97103
## 0.0.8
98104

99105
### Patch Changes
100106

101-
- d648cc2: Release to use the latest runtime package
107+
- d648cc2: Release to use the latest runtime package
102108

103109
## 0.0.7
104110

105111
### Patch Changes
106112

107-
- 9285fe2: Release
113+
- 9285fe2: Release
108114

109115
## 0.0.6
110116

111117
### Patch Changes
112118

113-
- 8e40049: Release
119+
- 8e40049: Release
114120

115121
## 0.0.5
116122

117123
### Patch Changes
118124

119-
- 3373bce: Release
125+
- 3373bce: Release
120126

121127
## 0.0.4
122128

123129
### Patch Changes
124130

125-
- a7e2098: Release
131+
- a7e2098: Release
126132

127133
## 0.0.3
128134

129135
### Patch Changes
130136

131-
- 37e4590: Release
137+
- 37e4590: Release
132138

133139
## 0.0.2
134140

135141
### Patch Changes
136142

137-
- d3622ef: Release
143+
- d3622ef: Release
138144

139145
## 0.0.1
140146

141147
### Patch Changes
142148

143-
- 2c3fecc: skip import or export git sync operations if no configuration found
149+
- 2c3fecc: skip import or export git sync operations if no configuration found

integrations/github/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-github",
3-
"version": "0.6.2",
3+
"version": "0.6.3",
44
"private": true,
55
"scripts": {
66
"typecheck": "tsc --noEmit",

integrations/gitlab/CHANGELOG.md

Lines changed: 31 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,136 +1,142 @@
11
# @gitbook/integration-gitlab
22

3+
## 0.5.3
4+
5+
### Patch Changes
6+
7+
- a1c3335: Update documentation links
8+
39
## 0.5.2
410

511
### Patch Changes
612

7-
- 953d82a: Throw 400 exposable errors instead of internal errors when Git sync config value are missing/incomplete
13+
- 953d82a: Throw 400 exposable errors instead of internal errors when Git sync config value are missing/incomplete
814

915
## 0.5.1
1016

1117
### Patch Changes
1218

13-
- 62f857f: Don't catch router errors to allow them to be caught and processed in GitHub and GitLab integrations
19+
- 62f857f: Don't catch router errors to allow them to be caught and processed in GitHub and GitLab integrations
1420

1521
## 0.5.0
1622

1723
### Minor Changes
1824

19-
- 9bce519: Use ExposableError for public errors in GitLab integration
25+
- 9bce519: Use ExposableError for public errors in GitLab integration
2026

2127
## 0.4.0
2228

2329
### Minor Changes
2430

25-
- ee488d1: Bump integrations' target
31+
- ee488d1: Bump integrations' target
2632

2733
## 0.3.0
2834

2935
### Minor Changes
3036

31-
- 0b70110: Update configuration of GitSync integrations
37+
- 0b70110: Update configuration of GitSync integrations
3238

3339
## 0.2.0
3440

3541
### Minor Changes
3642

37-
- c3e0c55: GitHub & GitLab: Normalize project directory to always be a relative path
43+
- c3e0c55: GitHub & GitLab: Normalize project directory to always be a relative path
3844

3945
## 0.1.0
4046

4147
### Minor Changes
4248

43-
- c07f41e: Fix an issue where GitBook was showing the wrong repository URL in published content.
49+
- c07f41e: Fix an issue where GitBook was showing the wrong repository URL in published content.
4450

4551
## 0.0.15
4652

4753
### Patch Changes
4854

49-
- 19f14fd: Normalize custom instance URL for gitlab sync
55+
- 19f14fd: Normalize custom instance URL for gitlab sync
5056

5157
## 0.0.14
5258

5359
### Patch Changes
5460

55-
- 69c2691: Use environment.signingSecrets instead of deprecated environment.signingSecret to verify signatures
61+
- 69c2691: Use environment.signingSecrets instead of deprecated environment.signingSecret to verify signatures
5662

5763
## 0.0.13
5864

5965
### Patch Changes
6066

61-
- 7d76dfb: Update integrations to use latest runtime and api client with `User-Agent`
62-
- Updated dependencies [46c9686]
63-
- @gitbook/runtime@0.11.0
64-
- @gitbook/api@0.27.0
67+
- 7d76dfb: Update integrations to use latest runtime and api client with `User-Agent`
68+
- Updated dependencies [46c9686]
69+
- @gitbook/runtime@0.11.0
70+
- @gitbook/api@0.27.0
6571

6672
## 0.0.12
6773

6874
### Patch Changes
6975

70-
- 391aea5: Bump to use the latest runtime@0.10.3
76+
- 391aea5: Bump to use the latest runtime@0.10.3
7177

7278
## 0.0.11
7379

7480
### Patch Changes
7581

76-
- f86ac5d: Release with the latest @gitbook/runtime@0.10.2
82+
- f86ac5d: Release with the latest @gitbook/runtime@0.10.2
7783

7884
## 0.0.10
7985

8086
### Patch Changes
8187

82-
- 84c0202: Exit early from space_content_updated if not configured
88+
- 84c0202: Exit early from space_content_updated if not configured
8389

8490
## 0.0.9
8591

8692
### Patch Changes
8793

88-
- 1ac9975: check webhookId exists before deleting it in gitlab
94+
- 1ac9975: check webhookId exists before deleting it in gitlab
8995

9096
## 0.0.8
9197

9298
### Patch Changes
9399

94-
- d648cc2: Release to use the latest runtime package
100+
- d648cc2: Release to use the latest runtime package
95101

96102
## 0.0.7
97103

98104
### Patch Changes
99105

100-
- 9285fe2: Release
106+
- 9285fe2: Release
101107

102108
## 0.0.6
103109

104110
### Patch Changes
105111

106-
- 8e40049: Release
112+
- 8e40049: Release
107113

108114
## 0.0.5
109115

110116
### Patch Changes
111117

112-
- 3373bce: Release
118+
- 3373bce: Release
113119

114120
## 0.0.4
115121

116122
### Patch Changes
117123

118-
- a7e2098: Release
124+
- a7e2098: Release
119125

120126
## 0.0.3
121127

122128
### Patch Changes
123129

124-
- 37e4590: Release
130+
- 37e4590: Release
125131

126132
## 0.0.2
127133

128134
### Patch Changes
129135

130-
- d3622ef: Release
136+
- d3622ef: Release
131137

132138
## 0.0.1
133139

134140
### Patch Changes
135141

136-
- 2c3fecc: skip import or export git sync operations if no configuration found
142+
- 2c3fecc: skip import or export git sync operations if no configuration found

0 commit comments

Comments
 (0)