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 Mar 4, 2025
1 parent 701eaad commit 23d101c
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/famous-bags-report.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/violet-penguins-drum.md

This file was deleted.

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.5

### Patch Changes

- 8beb5d6: Add input elements to ContentKit
- Updated dependencies [53f5dbe]
- Updated dependencies [8beb5d6]
- @gitbook/openapi-parser@2.0.2
- @gitbook/react-contentkit@0.6.1
- @gitbook/react-openapi@1.0.5

## 0.6.4

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

## 2.0.2

### Patch Changes

- 53f5dbe: Fix typing of `shouldIgnoreEntity`

## 2.0.1

### Patch 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": "2.0.1",
"version": "2.0.2",
"sideEffects": false,
"dependencies": {
"@scalar/openapi-parser": "^0.10.4",
Expand Down
6 changes: 6 additions & 0 deletions packages/react-contentkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gitbook/react-contentkit

## 0.6.1

### Patch Changes

- 8beb5d6: Add input elements to ContentKit

## 0.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-contentkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gitbook/react-contentkit",
"version": "0.6.0",
"version": "0.6.1",
"exports": {
".": {
"types": "./dist/index.d.ts",
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.0.5

### Patch Changes

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

## 1.0.4

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

0 comments on commit 23d101c

Please sign in to comment.