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 53f5dbe commit 6069673
Showing 7 changed files with 24 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/famous-bags-report.md

This file was deleted.

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

## 0.6.5

### Patch Changes

- Updated dependencies [53f5dbe]
- @gitbook/openapi-parser@2.0.2
- @gitbook/react-openapi@1.0.5

## 0.6.4

### 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.4",
"version": "0.6.5",
"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.2

### Patch Changes

- 53f5dbe: Fix typing of `shouldIgnoreEntity`

## 2.0.1

### Patch 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.1",
"version": "2.0.2",
"sideEffects": false,
"dependencies": {
"@scalar/openapi-parser": "^0.10.4",
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.0.5

### Patch Changes

- Updated dependencies [53f5dbe]
- @gitbook/openapi-parser@2.0.2

## 1.0.4

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

0 comments on commit 6069673

Please sign in to comment.