Skip to content

Version Packages #3535

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/big-rockets-sniff.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/breezy-toes-raise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chatty-rivers-move.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-eagles-judge.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/moody-badgers-teach.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-buses-provide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-tomatoes-hunt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/serious-pumas-clap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-bikes-warn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-baboons-buy.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tough-beers-own.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-goats-begin.md

This file was deleted.

23 changes: 23 additions & 0 deletions packages/gitbook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# gitbook

## 0.16.0

### Minor Changes

- cc2e615: Emit a <link rel="alternate"> for the markdown version of a page

### Patch Changes

- d30bcba: Improve `Button` and `ButtonGroup` styling
- e1b2cf6: Fix scroll of page outline
- d655d3e: Support "objectivec" as alias for Objective C syntax
- fb858a1: Tweaks to AIChatButton and AIChatInput
- bcfa8d8: Improve vertical alignment of site items and fix floating page aside
- ea7e94f: Fix search bar layout shift caused by ToC
- ff96bb5: Support new coverDefinitionDark for cards & image type
- 388b20d: Clear AI chat properly
- ba7ec14: Fix bug in search highlight in GBO
- 42c17f5: Improve OpenAPI parsing errors
- 43766d6: Fix Custom logo not rendering on the published site
- Updated dependencies [42c17f5]
- @gitbook/[email protected]
- @gitbook/[email protected]

## 0.15.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/gitbook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gitbook",
"version": "0.15.0",
"version": "0.16.0",
"private": true,
"dependencies": {
"@gitbook/api": "catalog:",
Expand Down
6 changes: 6 additions & 0 deletions packages/openapi-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gitbook/openapi-parser

## 3.0.1

### Patch Changes

- 42c17f5: Improve OpenAPI parsing errors

## 3.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/openapi-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"default": "./dist/index.js"
}
},
"version": "3.0.0",
"version": "3.0.1",
"sideEffects": false,
"dependencies": {
"@scalar/openapi-parser": "^0.18.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/react-openapi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @gitbook/react-openapi

## 1.3.6

### Patch Changes

- Updated dependencies [42c17f5]
- @gitbook/openapi-parser@3.0.1

## 1.3.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-openapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"default": "./dist/index.js"
}
},
"version": "1.3.5",
"version": "1.3.6",
"sideEffects": false,
"dependencies": {
"@gitbook/openapi-parser": "workspace:*",
Expand Down