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 27, 2025
1 parent 99ac594 commit 8ba69b7
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/clean-pears-clap.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
8 changes: 8 additions & 0 deletions integrations/openapi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @gitbook/integration-openapi

## 0.0.2

### Patch Changes

- 99ac594: Update OpenAPI spec parsing and take order of tags in consideration
- Updated dependencies [99ac594]
- @gitbook/runtime@0.19.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/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gitbook/runtime

## 0.19.1

### Patch Changes

- 99ac594: Update OpenAPI spec parsing and take order of tags in consideration

## 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 8ba69b7

Please sign in to comment.