Skip to content

Commit

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

# [0.10.0](https://github.com/mnahkies/openapi-code-generator/compare/v0.9.0...v0.10.0) (2024-05-25)

### Bug Fixes

- an {} schema should be an unknown/any type ([#204](https://github.com/mnahkies/openapi-code-generator/issues/204)) ([b56ac4f](https://github.com/mnahkies/openapi-code-generator/commit/b56ac4f18ddd1ee95cc8e98065cd6c9b360de18b)), closes [#200](https://github.com/mnahkies/openapi-code-generator/issues/200)
- **deps:** update angular monorepo ([#175](https://github.com/mnahkies/openapi-code-generator/issues/175)) ([245f62a](https://github.com/mnahkies/openapi-code-generator/commit/245f62a9901e86dc1fced053259d171dfa03a0c4))
- **deps:** update dependency @biomejs/biome to v1.7.2 ([#176](https://github.com/mnahkies/openapi-code-generator/issues/176)) ([f754a4a](https://github.com/mnahkies/openapi-code-generator/commit/f754a4afd7f4b5a12e1f1f6d03d38098ceda796e))
- **deps:** update dependency ajv to v8.13.0 ([#183](https://github.com/mnahkies/openapi-code-generator/issues/183)) ([a215cd1](https://github.com/mnahkies/openapi-code-generator/commit/a215cd1821ae9193284ead114d566e01e2b1587d))
- **docs:** correct header level ([#209](https://github.com/mnahkies/openapi-code-generator/issues/209)) ([e22bc24](https://github.com/mnahkies/openapi-code-generator/commit/e22bc24293842df429ff18e4b77e7504e1c27ec8))
- improve handling of cli boolean params ([#205](https://github.com/mnahkies/openapi-code-generator/issues/205)) ([24cd899](https://github.com/mnahkies/openapi-code-generator/commit/24cd899cf3d523d2e4b1daf59311cb8c2bfb3e45))
- joi supports email / date-time string formats ([#206](https://github.com/mnahkies/openapi-code-generator/issues/206)) ([1981108](https://github.com/mnahkies/openapi-code-generator/commit/1981108114e7956ce0c3e5b5d67cb0b412a61fc4))
- make renovate less noisy ([#197](https://github.com/mnahkies/openapi-code-generator/issues/197)) ([88d0a57](https://github.com/mnahkies/openapi-code-generator/commit/88d0a572649466296498764f079b44e9ed32ffc8))
- move script to \_app ([#167](https://github.com/mnahkies/openapi-code-generator/issues/167)) ([04bf9bb](https://github.com/mnahkies/openapi-code-generator/commit/04bf9bb66cfd62178e90c27674a588325b12c662))
- only allow publish of releases from latest main ([#161](https://github.com/mnahkies/openapi-code-generator/issues/161)) ([8f2d698](https://github.com/mnahkies/openapi-code-generator/commit/8f2d69825d43eba9653c7c0acb2ea1b864b610df))
- provide a user ([#164](https://github.com/mnahkies/openapi-code-generator/issues/164)) ([a935611](https://github.com/mnahkies/openapi-code-generator/commit/a93561138ef7dc37ec0ce9d626b5894fc341016f))
- replace default nextra meta descriptions ([#168](https://github.com/mnahkies/openapi-code-generator/issues/168)) ([4c8bf6c](https://github.com/mnahkies/openapi-code-generator/commit/4c8bf6c60f66f86101d81ea7c67d5caa6b40e017))
- set url ([#166](https://github.com/mnahkies/openapi-code-generator/issues/166)) ([6c62f65](https://github.com/mnahkies/openapi-code-generator/commit/6c62f652fdb51b53914e129e60b37cdefe548adf)), closes [/github.com/tschaub/gh-pages/issues/384#issuecomment-1236047843](https://github.com//github.com/tschaub/gh-pages/issues/384/issues/issuecomment-1236047843)
- try git config ([#165](https://github.com/mnahkies/openapi-code-generator/issues/165)) ([b6a6715](https://github.com/mnahkies/openapi-code-generator/commit/b6a67158029d4b1cd3388ae0564fb88695781f11))

### Features

- new documentation website ([#162](https://github.com/mnahkies/openapi-code-generator/issues/162)) ([ba002cf](https://github.com/mnahkies/openapi-code-generator/commit/ba002cf208f2bb6b51299c6655f0b1bec22e2d93))
- publish docs from ci, add ga to docs ([#163](https://github.com/mnahkies/openapi-code-generator/issues/163)) ([f935bb5](https://github.com/mnahkies/openapi-code-generator/commit/f935bb5a1e07c52dc1fee81ca5f53cace9f94362))

# [0.9.0](https://github.com/mnahkies/openapi-code-generator/compare/v0.8.0...v0.9.0) (2024-04-27)

### Bug Fixes
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.9.0",
"version": "0.10.0",
"gitTagVersion": true
}
12 changes: 12 additions & 0 deletions packages/openapi-code-generator/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.10.0](https://github.com/mnahkies/openapi-code-generator/compare/v0.9.0...v0.10.0) (2024-05-25)

### Bug Fixes

- an {} schema should be an unknown/any type ([#204](https://github.com/mnahkies/openapi-code-generator/issues/204)) ([b56ac4f](https://github.com/mnahkies/openapi-code-generator/commit/b56ac4f18ddd1ee95cc8e98065cd6c9b360de18b)), closes [#200](https://github.com/mnahkies/openapi-code-generator/issues/200)
- improve handling of cli boolean params ([#205](https://github.com/mnahkies/openapi-code-generator/issues/205)) ([24cd899](https://github.com/mnahkies/openapi-code-generator/commit/24cd899cf3d523d2e4b1daf59311cb8c2bfb3e45))
- joi supports email / date-time string formats ([#206](https://github.com/mnahkies/openapi-code-generator/issues/206)) ([1981108](https://github.com/mnahkies/openapi-code-generator/commit/1981108114e7956ce0c3e5b5d67cb0b412a61fc4))

### Features

- new documentation website ([#162](https://github.com/mnahkies/openapi-code-generator/issues/162)) ([ba002cf](https://github.com/mnahkies/openapi-code-generator/commit/ba002cf208f2bb6b51299c6655f0b1bec22e2d93))

# [0.9.0](https://github.com/mnahkies/openapi-code-generator/compare/v0.8.0...v0.9.0) (2024-04-27)

### Bug Fixes
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.9.0",
"version": "0.10.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.10.0](https://github.com/mnahkies/openapi-code-generator/compare/v0.9.0...v0.10.0) (2024-05-25)

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

# [0.9.0](https://github.com/mnahkies/openapi-code-generator/compare/v0.8.0...v0.9.0) (2024-04-27)

**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.9.0",
"version": "0.10.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.10.0](https://github.com/mnahkies/openapi-code-generator/compare/v0.9.0...v0.10.0) (2024-05-25)

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

# [0.9.0](https://github.com/mnahkies/openapi-code-generator/compare/v0.8.0...v0.9.0) (2024-04-27)

**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.9.0",
"version": "0.10.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.10.0](https://github.com/mnahkies/openapi-code-generator/compare/v0.9.0...v0.10.0) (2024-05-25)

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

# [0.9.0](https://github.com/mnahkies/openapi-code-generator/compare/v0.8.0...v0.9.0) (2024-04-27)

**Note:** Version bump only for package @nahkies/typescript-koa-runtime
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.9.0",
"version": "0.10.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 92dfc7d

Please sign in to comment.