Skip to content

Commit

Permalink
v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mnahkies committed Oct 12, 2024
1 parent 4dc855c commit da7b0eb
Show file tree
Hide file tree
Showing 10 changed files with 40 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.14.0](https://github.com/mnahkies/openapi-code-generator/compare/v0.13.0...v0.14.0) (2024-10-12)

### Bug Fixes

- allow $ref to be used as a schema property ([#250](https://github.com/mnahkies/openapi-code-generator/issues/250)) ([9c09191](https://github.com/mnahkies/openapi-code-generator/commit/9c091911ec7128fbefef242c0e843788fab5b60f))
- **docs:** use absolute url for og:image ([#253](https://github.com/mnahkies/openapi-code-generator/issues/253)) ([d704219](https://github.com/mnahkies/openapi-code-generator/commit/d70421959b255a49fba840d98007c5a56ae7df5d))
- handle `type: "null"` in `anyOf` / `oneOf` / `allOf` ([#252](https://github.com/mnahkies/openapi-code-generator/issues/252)) ([9713c96](https://github.com/mnahkies/openapi-code-generator/commit/9713c96e5f31c5d23f5f77d3adf0ecd3c8f40a34))

### Features

- support loading relative remote uris ([#254](https://github.com/mnahkies/openapi-code-generator/issues/254)) ([4dc855c](https://github.com/mnahkies/openapi-code-generator/commit/4dc855cd222556272488ef543f195e06f8ba2957)), closes [#43](https://github.com/mnahkies/openapi-code-generator/issues/43)

# [0.13.0](https://github.com/mnahkies/openapi-code-generator/compare/v0.12.1...v0.13.0) (2024-09-20)

- feat!: parse/validate request headers (#247) ([682d0c9](https://github.com/mnahkies/openapi-code-generator/commit/682d0c9f081400a0465ff8aa391c85a85e3e8462)), closes [#247](https://github.com/mnahkies/openapi-code-generator/issues/247)
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"npmClient": "yarn",
"version": "0.13.0",
"version": "0.14.0",
"gitTagVersion": true
}
11 changes: 11 additions & 0 deletions packages/openapi-code-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.14.0](https://github.com/mnahkies/openapi-code-generator/compare/v0.13.0...v0.14.0) (2024-10-12)

### Bug Fixes

- allow $ref to be used as a schema property ([#250](https://github.com/mnahkies/openapi-code-generator/issues/250)) ([9c09191](https://github.com/mnahkies/openapi-code-generator/commit/9c091911ec7128fbefef242c0e843788fab5b60f))
- handle `type: "null"` in `anyOf` / `oneOf` / `allOf` ([#252](https://github.com/mnahkies/openapi-code-generator/issues/252)) ([9713c96](https://github.com/mnahkies/openapi-code-generator/commit/9713c96e5f31c5d23f5f77d3adf0ecd3c8f40a34))

### Features

- support loading relative remote uris ([#254](https://github.com/mnahkies/openapi-code-generator/issues/254)) ([4dc855c](https://github.com/mnahkies/openapi-code-generator/commit/4dc855cd222556272488ef543f195e06f8ba2957)), closes [#43](https://github.com/mnahkies/openapi-code-generator/issues/43)

# [0.13.0](https://github.com/mnahkies/openapi-code-generator/compare/v0.12.1...v0.13.0) (2024-09-20)

- feat!: parse/validate request headers (#247) ([682d0c9](https://github.com/mnahkies/openapi-code-generator/commit/682d0c9f081400a0465ff8aa391c85a85e3e8462)), closes [#247](https://github.com/mnahkies/openapi-code-generator/issues/247)
Expand Down
2 changes: 1 addition & 1 deletion packages/openapi-code-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nahkies/openapi-code-generator",
"version": "0.13.0",
"version": "0.14.0",
"description": "Typescript client SDK and server stub generator for OpenAPI 3 specifications",
"license": "MIT",
"author": {
Expand Down
4 changes: 4 additions & 0 deletions packages/typescript-axios-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.14.0](https://github.com/mnahkies/openapi-code-generator/compare/v0.13.0...v0.14.0) (2024-10-12)

**Note:** Version bump only for package @nahkies/typescript-axios-runtime

# [0.13.0](https://github.com/mnahkies/openapi-code-generator/compare/v0.12.1...v0.13.0) (2024-09-20)

**Note:** Version bump only for package @nahkies/typescript-axios-runtime
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-axios-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nahkies/typescript-axios-runtime",
"version": "0.13.0",
"version": "0.14.0",
"description": "Runtime package for code generated by @nahkies/openapi-code-generator using the typescript-axios template",
"license": "MIT",
"author": {
Expand Down
4 changes: 4 additions & 0 deletions packages/typescript-fetch-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.14.0](https://github.com/mnahkies/openapi-code-generator/compare/v0.13.0...v0.14.0) (2024-10-12)

**Note:** Version bump only for package @nahkies/typescript-fetch-runtime

# [0.13.0](https://github.com/mnahkies/openapi-code-generator/compare/v0.12.1...v0.13.0) (2024-09-20)

**Note:** Version bump only for package @nahkies/typescript-fetch-runtime
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-fetch-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nahkies/typescript-fetch-runtime",
"version": "0.13.0",
"version": "0.14.0",
"description": "Runtime package for code generated by @nahkies/openapi-code-generator using the typescript-fetch template",
"license": "MIT",
"author": {
Expand Down
4 changes: 4 additions & 0 deletions packages/typescript-koa-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.14.0](https://github.com/mnahkies/openapi-code-generator/compare/v0.13.0...v0.14.0) (2024-10-12)

**Note:** Version bump only for package @nahkies/typescript-koa-runtime

# [0.13.0](https://github.com/mnahkies/openapi-code-generator/compare/v0.12.1...v0.13.0) (2024-09-20)

- feat!: parse/validate request headers (#247) ([682d0c9](https://github.com/mnahkies/openapi-code-generator/commit/682d0c9f081400a0465ff8aa391c85a85e3e8462)), closes [#247](https://github.com/mnahkies/openapi-code-generator/issues/247)
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-koa-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nahkies/typescript-koa-runtime",
"version": "0.13.0",
"version": "0.14.0",
"description": "Runtime package for code generated by @nahkies/openapi-code-generator using the typescript-koa template",
"license": "MIT",
"author": {
Expand Down

0 comments on commit da7b0eb

Please sign in to comment.