Skip to content

Commit

Permalink
Version Packages (#2881)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
SamyPesse and github-actions[bot] authored Feb 28, 2025
1 parent 3319375 commit 725952a
Showing 15 changed files with 38 additions and 40 deletions.
5 changes: 0 additions & 5 deletions .changeset/funny-clouds-cheat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lucky-pens-brush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-lies-marry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-pears-guess.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/silent-games-know.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-plums-bow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-numbers-brush.md

This file was deleted.

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

## 0.1.1

### Patch Changes

- 3e11678: fix: lost section groups

## 0.1.0

### Minor Changes
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.1.0",
"version": "0.1.1",
"private": true,
"dependencies": {
"next": "canary",
14 changes: 14 additions & 0 deletions packages/gitbook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# gitbook

## 0.6.4

### Patch Changes

- 9b914d1: Fix getProxyModeBasePath that was computing incorrect base path in some scenarios
- 2ae76f9: Change how a site in proxy mode is resolved
- 027a859: Add support for links style customization option
- 3e11678: fix: lost section groups
- 3319375: Support OpenAPI operation block
- Updated dependencies [722f02e]
- Updated dependencies [0924259]
- @gitbook/react-openapi@1.0.4
- @gitbook/openapi-parser@2.0.1

## 0.6.3

### Patch Changes
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.6.3",
"version": "0.6.4",
"private": true,
"scripts": {
"dev": "env-cmd --silent -f ../../.env.local next dev",
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

## 2.0.1

### Patch Changes

- 0924259: Expose helper `shouldIgnoreEntity`

## 2.0.0

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

## 1.0.4

### Patch Changes

- 722f02e: Fix recursion in OpenAPISchemaAlternative
- Updated dependencies [0924259]
- @gitbook/openapi-parser@2.0.1

## 1.0.3

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

0 comments on commit 725952a

Please sign in to comment.