Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 28, 2025
1 parent 453a459 commit 5472bff
Show file tree
Hide file tree
Showing 11 changed files with 32 additions and 30 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.

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
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.1.0",
"version": "0.1.1",
"private": true,
"dependencies": {
"next": "canary",
Expand Down
11 changes: 11 additions & 0 deletions packages/gitbook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# 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
- Updated dependencies [722f02e]
- @gitbook/react-openapi@1.0.4

## 0.6.3

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

## 1.0.4

### Patch Changes

- 722f02e: Fix recursion in OpenAPISchemaAlternative

## 1.0.3

### Patch Changes
Expand Down
9 changes: 7 additions & 2 deletions 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.0.3",
"version": "1.0.4",
"sideEffects": false,
"dependencies": {
"@gitbook/openapi-parser": "workspace:*",
Expand Down Expand Up @@ -36,5 +36,10 @@
"dev": "bun run build -- --watch",
"clean": "rm -rf ./dist"
},
"files": ["dist", "src", "README.md", "CHANGELOG.md"]
"files": [
"dist",
"src",
"README.md",
"CHANGELOG.md"
]
}

0 comments on commit 5472bff

Please sign in to comment.