diff --git a/.changeset/clean-pears-clap.md b/.changeset/clean-pears-clap.md deleted file mode 100644 index 6a03c2f01..000000000 --- a/.changeset/clean-pears-clap.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@gitbook/integration-openapi': patch -'@gitbook/runtime': patch ---- - -Update OpenAPI spec parsing and take order of tags in consideration diff --git a/integrations/formspree/CHANGELOG.md b/integrations/formspree/CHANGELOG.md index d08441e96..90a1e5448 100644 --- a/integrations/formspree/CHANGELOG.md +++ b/integrations/formspree/CHANGELOG.md @@ -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 diff --git a/integrations/formspree/package.json b/integrations/formspree/package.json index 5835d5285..81a5432e3 100644 --- a/integrations/formspree/package.json +++ b/integrations/formspree/package.json @@ -1,6 +1,6 @@ { "name": "@gitbook/integration-formspree", - "version": "0.2.5", + "version": "0.2.6", "private": true, "dependencies": { "@gitbook/runtime": "workspace:*" diff --git a/integrations/openapi/CHANGELOG.md b/integrations/openapi/CHANGELOG.md index 27560eaf5..589ade524 100644 --- a/integrations/openapi/CHANGELOG.md +++ b/integrations/openapi/CHANGELOG.md @@ -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 diff --git a/integrations/openapi/package.json b/integrations/openapi/package.json index af58c9fec..cf2f2b657 100644 --- a/integrations/openapi/package.json +++ b/integrations/openapi/package.json @@ -1,6 +1,6 @@ { "name": "@gitbook/integration-openapi", - "version": "0.0.1", + "version": "0.0.2", "private": true, "scripts": { "typecheck": "tsc --noEmit", diff --git a/packages/runtime/CHANGELOG.md b/packages/runtime/CHANGELOG.md index 055a5933a..9d36f026f 100644 --- a/packages/runtime/CHANGELOG.md +++ b/packages/runtime/CHANGELOG.md @@ -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 diff --git a/packages/runtime/package.json b/packages/runtime/package.json index 856ec664a..019b32e94 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -1,7 +1,7 @@ { "name": "@gitbook/runtime", "type": "module", - "version": "0.19.0", + "version": "0.19.1", "sideEffects": false, "main": "src/index.ts", "dependencies": {