Skip to content

Commit

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

# [0.7.0](https://github.com/mnahkies/openapi-code-generator/compare/v0.6.0...v0.7.0) (2024-03-03)


### Features

* adopt biome for code formatting ([#129](https://github.com/mnahkies/openapi-code-generator/issues/129)) ([b75bc65](https://github.com/mnahkies/openapi-code-generator/commit/b75bc650287bfa8801d634dece70c4eed3fb91d5))
* eliminate unused imports ([#132](https://github.com/mnahkies/openapi-code-generator/issues/132)) ([c3d87ce](https://github.com/mnahkies/openapi-code-generator/commit/c3d87ce2b533a327a6eb68834b3906c72968aee6))
* experimental support for splitting code by tags / route segments ([#134](https://github.com/mnahkies/openapi-code-generator/issues/134)) ([9a23e4f](https://github.com/mnahkies/openapi-code-generator/commit/9a23e4f2ff9e9d7ed0971c7c487a9923ab062abe))
* use strict typescript settings ([#131](https://github.com/mnahkies/openapi-code-generator/issues/131)) ([39758e2](https://github.com/mnahkies/openapi-code-generator/commit/39758e2f23d24adde3218e6ce32863e0fd587f7d)), closes [#129](https://github.com/mnahkies/openapi-code-generator/issues/129)





# [0.6.0](https://github.com/mnahkies/openapi-code-generator/compare/v0.5.0...v0.6.0) (2024-02-19)


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.6.0",
"version": "0.7.0",
"gitTagVersion": true
}
14 changes: 14 additions & 0 deletions packages/openapi-code-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.7.0](https://github.com/mnahkies/openapi-code-generator/compare/v0.6.0...v0.7.0) (2024-03-03)


### Features

* adopt biome for code formatting ([#129](https://github.com/mnahkies/openapi-code-generator/issues/129)) ([b75bc65](https://github.com/mnahkies/openapi-code-generator/commit/b75bc650287bfa8801d634dece70c4eed3fb91d5))
* eliminate unused imports ([#132](https://github.com/mnahkies/openapi-code-generator/issues/132)) ([c3d87ce](https://github.com/mnahkies/openapi-code-generator/commit/c3d87ce2b533a327a6eb68834b3906c72968aee6))
* experimental support for splitting code by tags / route segments ([#134](https://github.com/mnahkies/openapi-code-generator/issues/134)) ([9a23e4f](https://github.com/mnahkies/openapi-code-generator/commit/9a23e4f2ff9e9d7ed0971c7c487a9923ab062abe))
* use strict typescript settings ([#131](https://github.com/mnahkies/openapi-code-generator/issues/131)) ([39758e2](https://github.com/mnahkies/openapi-code-generator/commit/39758e2f23d24adde3218e6ce32863e0fd587f7d)), closes [#129](https://github.com/mnahkies/openapi-code-generator/issues/129)





# [0.6.0](https://github.com/mnahkies/openapi-code-generator/compare/v0.5.0...v0.6.0) (2024-02-19)


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.6.0",
"version": "0.7.0",
"description": "Typescript client SDK and server stub generator for OpenAPI 3 specifications",
"license": "MIT",
"author": {
Expand Down
12 changes: 12 additions & 0 deletions packages/typescript-axios-runtime/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.7.0](https://github.com/mnahkies/openapi-code-generator/compare/v0.6.0...v0.7.0) (2024-03-03)


### Features

* adopt biome for code formatting ([#129](https://github.com/mnahkies/openapi-code-generator/issues/129)) ([b75bc65](https://github.com/mnahkies/openapi-code-generator/commit/b75bc650287bfa8801d634dece70c4eed3fb91d5))
* use strict typescript settings ([#131](https://github.com/mnahkies/openapi-code-generator/issues/131)) ([39758e2](https://github.com/mnahkies/openapi-code-generator/commit/39758e2f23d24adde3218e6ce32863e0fd587f7d)), closes [#129](https://github.com/mnahkies/openapi-code-generator/issues/129)





# [0.6.0](https://github.com/mnahkies/openapi-code-generator/compare/v0.5.0...v0.6.0) (2024-02-19)

**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.6.0",
"version": "0.7.0",
"description": "Runtime package for code generated by @nahkies/openapi-code-generator using the typescript-axios template",
"license": "MIT",
"author": {
Expand Down
11 changes: 11 additions & 0 deletions packages/typescript-fetch-runtime/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.7.0](https://github.com/mnahkies/openapi-code-generator/compare/v0.6.0...v0.7.0) (2024-03-03)


### Features

* use strict typescript settings ([#131](https://github.com/mnahkies/openapi-code-generator/issues/131)) ([39758e2](https://github.com/mnahkies/openapi-code-generator/commit/39758e2f23d24adde3218e6ce32863e0fd587f7d)), closes [#129](https://github.com/mnahkies/openapi-code-generator/issues/129)





# [0.6.0](https://github.com/mnahkies/openapi-code-generator/compare/v0.5.0...v0.6.0) (2024-02-19)


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.6.0",
"version": "0.7.0",
"description": "Runtime package for code generated by @nahkies/openapi-code-generator using the typescript-fetch template",
"license": "MIT",
"author": {
Expand Down
11 changes: 11 additions & 0 deletions packages/typescript-koa-runtime/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.7.0](https://github.com/mnahkies/openapi-code-generator/compare/v0.6.0...v0.7.0) (2024-03-03)


### Features

* adopt biome for code formatting ([#129](https://github.com/mnahkies/openapi-code-generator/issues/129)) ([b75bc65](https://github.com/mnahkies/openapi-code-generator/commit/b75bc650287bfa8801d634dece70c4eed3fb91d5))





# [0.6.0](https://github.com/mnahkies/openapi-code-generator/compare/v0.5.0...v0.6.0) (2024-02-19)

**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.6.0",
"version": "0.7.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 663da69

Please sign in to comment.