Skip to content

Commit

Permalink
Version Packages (#729)
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
taranvohra and github-actions[bot] authored Feb 28, 2025
1 parent c24bcd1 commit 53ff2c9
Show file tree
Hide file tree
Showing 13 changed files with 47 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/brave-years-compete.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/clean-pears-clap.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tall-dodos-trade.md

This file was deleted.

7 changes: 7 additions & 0 deletions integrations/formspree/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @gitbook/integration-formspree

## 0.2.6

### Patch Changes

- Updated dependencies [99ac594]
- @gitbook/runtime@0.19.1

## 0.2.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion integrations/formspree/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gitbook/integration-formspree",
"version": "0.2.5",
"version": "0.2.6",
"private": true,
"dependencies": {
"@gitbook/runtime": "workspace:*"
Expand Down
13 changes: 13 additions & 0 deletions integrations/openapi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @gitbook/integration-openapi

## 0.0.2

### Patch Changes

- 99ac594: Update OpenAPI spec parsing and take order of tags in consideration
- e0b1bea: Add support for openapi-operation block
- Updated dependencies [c24bcd1]
- Updated dependencies [99ac594]
- Updated dependencies [e0b1bea]
- @gitbook/api@0.96.1
- @gitbook/runtime@0.19.1
- @gitbook/document@0.1.1

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion integrations/openapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gitbook/integration-openapi",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"scripts": {
"typecheck": "tsc --noEmit",
Expand Down
6 changes: 6 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gitbook/api

## 0.96.1

### Patch Changes

- c24bcd1: Add support for OpenAPI operation block

## 0.96.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"version": "0.96.0",
"version": "0.96.1",
"sideEffects": false,
"files": [
"README.md",
Expand Down
8 changes: 8 additions & 0 deletions packages/document/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @gitbook/document

## 0.1.1

### Patch Changes

- e0b1bea: Add support for openapi-operation block
- Updated dependencies [c24bcd1]
- @gitbook/api@0.96.1

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/document/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@gitbook/document",
"description": "Utility to create GitBook documents",
"type": "module",
"version": "0.1.0",
"version": "0.1.1",
"sideEffects": false,
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @gitbook/runtime

## 0.19.1

### Patch Changes

- 99ac594: Update OpenAPI spec parsing and take order of tags in consideration
- Updated dependencies [c24bcd1]
- @gitbook/api@0.96.1

## 0.19.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@gitbook/runtime",
"type": "module",
"version": "0.19.0",
"version": "0.19.1",
"sideEffects": false,
"main": "src/index.ts",
"dependencies": {
Expand Down

0 comments on commit 53ff2c9

Please sign in to comment.