Skip to content

Version Packages #3180

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-clocks-rush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/breezy-bugs-dream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eight-vans-judge.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/empty-badgers-happen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fifty-pots-work.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/giant-dolphins-approve.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/healthy-parrots-call.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/lemon-actors-sing.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/lemon-plants-vanish.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modern-windows-type.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/moody-maps-chew.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/polite-falcons-agree.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-donkeys-invent.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-eggs-talk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-lamps-compare.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/sharp-falcons-punch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-plums-deny.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-feet-argue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-planes-talk.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/sweet-schools-flow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-donkeys-help.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tidy-rings-talk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-starfishes-grin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-beers-confess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-news-joke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-chairs-wait.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/two-lions-tickle.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/young-games-talk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-poets-cry.md

This file was deleted.

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

## 0.3.3

### Patch Changes

- c3f6b8c: Update chroma ratio per step
- 5e975ab: Fix code highlighting for HTTP
- f7a3470: Change lightness check for color step 9 to allow input colors with a higher-than-needed contrast

## 0.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/colors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"default": "./dist/index.js"
}
},
"version": "0.3.2",
"version": "0.3.3",
"devDependencies": {
"typescript": "^5.5.3"
},
Expand Down
18 changes: 18 additions & 0 deletions packages/gitbook-v2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# gitbook-v2

## 0.3.0

### Minor Changes

- 3119066: Add support for reusable content across spaces.
- 7d7806d: Pass SVG images through image resizing without resizing them to serve them from optimal host.

### Patch Changes

- 778624a: Only resize images with supported extensions.
- e6ddc0f: Fix URL in sitemap
- 5e975ab: Fix code highlighting for HTTP
- e15757d: Fix crash on Cloudflare by using latest stable version of Next.js instead of canary
- 634e0b4: Improve error messages around undefined site sections.
- 97b7c79: Increase logging around caching behaviour causing page crashes.
- 3f29206: Update the regex for validating site redirect
- dd043df: Revert investigation work around URL caches.

## 0.2.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/gitbook-v2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gitbook-v2",
"version": "0.2.5",
"version": "0.3.0",
"private": true,
"dependencies": {
"@gitbook/api": "^0.115.0",
Expand Down
40 changes: 40 additions & 0 deletions packages/gitbook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,45 @@
# gitbook

## 0.12.0

### Minor Changes

- 8339e91: Fix images in reusable content across spaces.
- 326e28e: Design tweaks to code blocks and OpenAPI pages
- 3119066: Add support for reusable content across spaces.
- 7d7806d: Pass SVG images through image resizing without resizing them to serve them from optimal host.

### Patch Changes

- c4ebb3f: Fix openapi-select hover in responses
- aed79fd: Decrease rounding of header logo
- 42ca7e1: Fix openapi CR preview
- e6ddc0f: Fix URL in sitemap
- 5e975ab: Fix code highlighting for HTTP
- 5d504ff: Fix resolution of links in reusable contents
- 0499966: Fix invalid sitemap.xml generated with relative URLs instead of absolute ones
- 2a805cc: Change OpenAPI schema-optional from `info` to `tint` color
- 580101d: Fix schemas disclosure label causing client error
- 97b7c79: Increase logging around caching behaviour causing page crashes.
- 373f18f: Prevent section group popovers from opening on click
- 3f29206: Update the regex for validating site redirect
- 0c973a3: Always link main logo to the root of the site
- ae5f1ab: Change `Dropdown`s to use Radix's `DropdownMenu`
- 0e201d5: Add border to filled sidebar on gradient theme
- dd043df: Revert investigation work around URL caches.
- 89a5816: Fix OpenAPI disclosure label ("Show properties") misalignment on mobile
- Updated dependencies [c3f6b8c]
- Updated dependencies [42ca7e1]
- Updated dependencies [326e28e]
- Updated dependencies [5e975ab]
- Updated dependencies [f7a3470]
- Updated dependencies [580101d]
- Updated dependencies [20ebecb]
- Updated dependencies [cb5598d]
- Updated dependencies [a3ec264]
- @gitbook/[email protected]
- @gitbook/[email protected]

## 0.11.1

### Patch 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.11.1",
"version": "0.12.0",
"private": true,
"scripts": {
"dev": "env-cmd --silent -f ../../.env.local next dev",
Expand Down
15 changes: 15 additions & 0 deletions packages/react-openapi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @gitbook/react-openapi

## 1.3.0

### Minor Changes

- 326e28e: Design tweaks to code blocks and OpenAPI pages

### Patch Changes

- 42ca7e1: Fix openapi CR preview
- 5e975ab: Fix code highlighting for HTTP
- 580101d: Fix schemas disclosure label causing client error
- 20ebecb: Missing top-level required OpenAPI alternatives
- cb5598d: Handle invalid OpenAPI Responses
- a3ec264: Fix Python code sample "null vs None"

## 1.2.1

### 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.2.1",
"version": "1.3.0",
"sideEffects": false,
"dependencies": {
"@gitbook/openapi-parser": "workspace:*",
Expand Down