Skip to content

Commit a92cb49

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

File tree

11 files changed

+34
-19
lines changed

11 files changed

+34
-19
lines changed

.changeset/eight-kids-peel.md

-5
This file was deleted.

.changeset/few-files-compete.md

-5
This file was deleted.

.changeset/thin-beds-battle.md

-5
This file was deleted.

packages/gitbook/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# gitbook
22

3+
## 0.7.3
4+
5+
### Patch Changes
6+
7+
- eaf2d68: OpenAPI operation title fallback in sections
8+
- Updated dependencies [844059f]
9+
- Updated dependencies [88f64b0]
10+
- @gitbook/react-openapi@1.1.3
11+
- @gitbook/icons@0.2.0
12+
- @gitbook/react-contentkit@0.6.2
13+
314
## 0.7.2
415

516
### Patch Changes

packages/gitbook/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitbook",
3-
"version": "0.7.2",
3+
"version": "0.7.3",
44
"private": true,
55
"scripts": {
66
"dev": "env-cmd --silent -f ../../.env.local next dev",

packages/icons/CHANGELOG.md

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

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- 88f64b0: Fix the build to support Node.js v20
8+
39
## 0.1.0
410

511
### Minor Changes

packages/icons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"default": "./src/style.css"
1717
}
1818
},
19-
"version": "0.1.0",
19+
"version": "0.2.0",
2020
"dependencies": {
2121
"@fortawesome/fontawesome-svg-core": "^6.6.0",
2222
"@fortawesome/fontawesome-free": "^6.6.0"

packages/react-contentkit/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @gitbook/react-contentkit
22

3+
## 0.6.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [88f64b0]
8+
- @gitbook/icons@0.2.0
9+
310
## 0.6.1
411

512
### Patch Changes

packages/react-contentkit/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gitbook/react-contentkit",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"exports": {
55
".": {
66
"types": "./dist/index.d.ts",

packages/react-openapi/CHANGELOG.md

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

3+
## 1.1.3
4+
5+
### Patch Changes
6+
7+
- 844059f: Fix spacing in OpenAPISecurities
8+
39
## 1.1.2
410

511
### Patch Changes

packages/react-openapi/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"default": "./dist/index.js"
99
}
1010
},
11-
"version": "1.1.2",
11+
"version": "1.1.3",
1212
"sideEffects": false,
1313
"dependencies": {
1414
"@gitbook/openapi-parser": "workspace:*",

0 commit comments

Comments
 (0)