Skip to content

Commit 206e789

Browse files
committed
v0.22.0
1 parent 8bee335 commit 206e789

File tree

13 files changed

+31
-7
lines changed

13 files changed

+31
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.22.0](https://github.com/mnahkies/openapi-code-generator/compare/v0.22.0-alpha.0...v0.22.0) (2025-11-02)
7+
8+
**Note:** Version bump only for package openapi-code-generator-root
9+
610
# [0.22.0-alpha.0](https://github.com/mnahkies/openapi-code-generator/compare/v0.21.1...v0.22.0-alpha.0) (2025-10-26)
711

812
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"npmClient": "pnpm",
4-
"version": "0.22.0-alpha.0",
4+
"version": "0.22.0",
55
"gitTagVersion": true
66
}

packages/openapi-code-generator/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.22.0](https://github.com/mnahkies/openapi-code-generator/compare/v0.22.0-alpha.0...v0.22.0) (2025-11-02)
7+
8+
**Note:** Version bump only for package @nahkies/openapi-code-generator
9+
610
# [0.22.0-alpha.0](https://github.com/mnahkies/openapi-code-generator/compare/v0.21.1...v0.22.0-alpha.0) (2025-10-26)
711

812
### Bug Fixes

packages/openapi-code-generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nahkies/openapi-code-generator",
3-
"version": "0.22.0-alpha.0",
3+
"version": "0.22.0",
44
"description": "Typescript client SDK and server stub generator for OpenAPI 3 specifications",
55
"license": "MIT",
66
"author": {

packages/typescript-axios-runtime/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.22.0](https://github.com/mnahkies/openapi-code-generator/compare/v0.22.0-alpha.0...v0.22.0) (2025-11-02)
7+
8+
**Note:** Version bump only for package @nahkies/typescript-axios-runtime
9+
610
# [0.22.0-alpha.0](https://github.com/mnahkies/openapi-code-generator/compare/v0.21.1...v0.22.0-alpha.0) (2025-10-26)
711

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

packages/typescript-axios-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nahkies/typescript-axios-runtime",
3-
"version": "0.22.0-alpha.0",
3+
"version": "0.22.0",
44
"description": "Runtime package for code generated by @nahkies/openapi-code-generator using the typescript-axios template",
55
"license": "MIT",
66
"author": {

packages/typescript-express-runtime/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.22.0](https://github.com/mnahkies/openapi-code-generator/compare/v0.22.0-alpha.0...v0.22.0) (2025-11-02)
7+
8+
**Note:** Version bump only for package @nahkies/typescript-express-runtime
9+
610
# [0.22.0-alpha.0](https://github.com/mnahkies/openapi-code-generator/compare/v0.21.1...v0.22.0-alpha.0) (2025-10-26)
711

812
- feat!: support both zod v3 and zod v4 (#366) ([f7e374f](https://github.com/mnahkies/openapi-code-generator/commit/f7e374fd3c5193e57e71caf5aa6b51b6558ed1f0)), closes [#366](https://github.com/mnahkies/openapi-code-generator/issues/366)

packages/typescript-express-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nahkies/typescript-express-runtime",
3-
"version": "0.22.0-alpha.0",
3+
"version": "0.22.0",
44
"description": "Runtime package for code generated by @nahkies/openapi-code-generator using the typescript-express template",
55
"license": "MIT",
66
"author": {

packages/typescript-fetch-runtime/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.22.0](https://github.com/mnahkies/openapi-code-generator/compare/v0.22.0-alpha.0...v0.22.0) (2025-11-02)
7+
8+
**Note:** Version bump only for package @nahkies/typescript-fetch-runtime
9+
610
# [0.22.0-alpha.0](https://github.com/mnahkies/openapi-code-generator/compare/v0.21.1...v0.22.0-alpha.0) (2025-10-26)
711

812
- feat!: support both zod v3 and zod v4 (#366) ([f7e374f](https://github.com/mnahkies/openapi-code-generator/commit/f7e374fd3c5193e57e71caf5aa6b51b6558ed1f0)), closes [#366](https://github.com/mnahkies/openapi-code-generator/issues/366)

packages/typescript-fetch-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nahkies/typescript-fetch-runtime",
3-
"version": "0.22.0-alpha.0",
3+
"version": "0.22.0",
44
"description": "Runtime package for code generated by @nahkies/openapi-code-generator using the typescript-fetch template",
55
"license": "MIT",
66
"author": {

0 commit comments

Comments
 (0)