diff --git a/CHANGELOG.md b/CHANGELOG.md index f549978f..f2e59d4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.11.2](https://github.com/mnahkies/openapi-code-generator/compare/v0.11.1...v0.11.2) (2024-07-29) + +### Bug Fixes + +- improve seo, use plausible ([#226](https://github.com/mnahkies/openapi-code-generator/issues/226)) ([e32afd5](https://github.com/mnahkies/openapi-code-generator/commit/e32afd5b486b4547029121031782b6585fd93321)) +- include schemas from all documents in dependency graph ([#227](https://github.com/mnahkies/openapi-code-generator/issues/227)) ([5fa614d](https://github.com/mnahkies/openapi-code-generator/commit/5fa614dd5365af675dab2856a4d17adcad018253)) + ## [0.11.1](https://github.com/mnahkies/openapi-code-generator/compare/v0.11.0...v0.11.1) (2024-07-27) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 82d7c023..aac56fd5 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "npmClient": "yarn", - "version": "0.11.1", + "version": "0.11.2", "gitTagVersion": true } diff --git a/packages/openapi-code-generator/CHANGELOG.md b/packages/openapi-code-generator/CHANGELOG.md index d607e87b..7e7788a6 100644 --- a/packages/openapi-code-generator/CHANGELOG.md +++ b/packages/openapi-code-generator/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.11.2](https://github.com/mnahkies/openapi-code-generator/compare/v0.11.1...v0.11.2) (2024-07-29) + +### Bug Fixes + +- include schemas from all documents in dependency graph ([#227](https://github.com/mnahkies/openapi-code-generator/issues/227)) ([5fa614d](https://github.com/mnahkies/openapi-code-generator/commit/5fa614dd5365af675dab2856a4d17adcad018253)) + ## [0.11.1](https://github.com/mnahkies/openapi-code-generator/compare/v0.11.0...v0.11.1) (2024-07-27) ### Bug Fixes diff --git a/packages/openapi-code-generator/package.json b/packages/openapi-code-generator/package.json index 55ef870a..3d69fa25 100644 --- a/packages/openapi-code-generator/package.json +++ b/packages/openapi-code-generator/package.json @@ -1,6 +1,6 @@ { "name": "@nahkies/openapi-code-generator", - "version": "0.11.1", + "version": "0.11.2", "description": "Typescript client SDK and server stub generator for OpenAPI 3 specifications", "license": "MIT", "author": { diff --git a/packages/typescript-axios-runtime/CHANGELOG.md b/packages/typescript-axios-runtime/CHANGELOG.md index a38bea42..20444a48 100644 --- a/packages/typescript-axios-runtime/CHANGELOG.md +++ b/packages/typescript-axios-runtime/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.11.2](https://github.com/mnahkies/openapi-code-generator/compare/v0.11.1...v0.11.2) (2024-07-29) + +**Note:** Version bump only for package @nahkies/typescript-axios-runtime + ## [0.11.1](https://github.com/mnahkies/openapi-code-generator/compare/v0.11.0...v0.11.1) (2024-07-27) **Note:** Version bump only for package @nahkies/typescript-axios-runtime diff --git a/packages/typescript-axios-runtime/package.json b/packages/typescript-axios-runtime/package.json index 92cd489f..16eaa760 100644 --- a/packages/typescript-axios-runtime/package.json +++ b/packages/typescript-axios-runtime/package.json @@ -1,6 +1,6 @@ { "name": "@nahkies/typescript-axios-runtime", - "version": "0.11.1", + "version": "0.11.2", "description": "Runtime package for code generated by @nahkies/openapi-code-generator using the typescript-axios template", "license": "MIT", "author": { diff --git a/packages/typescript-fetch-runtime/CHANGELOG.md b/packages/typescript-fetch-runtime/CHANGELOG.md index cdb30a46..b59397dd 100644 --- a/packages/typescript-fetch-runtime/CHANGELOG.md +++ b/packages/typescript-fetch-runtime/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.11.2](https://github.com/mnahkies/openapi-code-generator/compare/v0.11.1...v0.11.2) (2024-07-29) + +**Note:** Version bump only for package @nahkies/typescript-fetch-runtime + ## [0.11.1](https://github.com/mnahkies/openapi-code-generator/compare/v0.11.0...v0.11.1) (2024-07-27) **Note:** Version bump only for package @nahkies/typescript-fetch-runtime diff --git a/packages/typescript-fetch-runtime/package.json b/packages/typescript-fetch-runtime/package.json index f8828588..2af1e8af 100644 --- a/packages/typescript-fetch-runtime/package.json +++ b/packages/typescript-fetch-runtime/package.json @@ -1,6 +1,6 @@ { "name": "@nahkies/typescript-fetch-runtime", - "version": "0.11.1", + "version": "0.11.2", "description": "Runtime package for code generated by @nahkies/openapi-code-generator using the typescript-fetch template", "license": "MIT", "author": { diff --git a/packages/typescript-koa-runtime/CHANGELOG.md b/packages/typescript-koa-runtime/CHANGELOG.md index d49ff3ca..f075fe83 100644 --- a/packages/typescript-koa-runtime/CHANGELOG.md +++ b/packages/typescript-koa-runtime/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.11.2](https://github.com/mnahkies/openapi-code-generator/compare/v0.11.1...v0.11.2) (2024-07-29) + +**Note:** Version bump only for package @nahkies/typescript-koa-runtime + ## [0.11.1](https://github.com/mnahkies/openapi-code-generator/compare/v0.11.0...v0.11.1) (2024-07-27) **Note:** Version bump only for package @nahkies/typescript-koa-runtime diff --git a/packages/typescript-koa-runtime/package.json b/packages/typescript-koa-runtime/package.json index febaf81d..c524c1eb 100644 --- a/packages/typescript-koa-runtime/package.json +++ b/packages/typescript-koa-runtime/package.json @@ -1,6 +1,6 @@ { "name": "@nahkies/typescript-koa-runtime", - "version": "0.11.1", + "version": "0.11.2", "description": "Runtime package for code generated by @nahkies/openapi-code-generator using the typescript-koa template", "license": "MIT", "author": {