Skip to content

Commit

Permalink
v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mnahkies committed Apr 27, 2024
1 parent bc97228 commit e067ab8
Show file tree
Hide file tree
Showing 10 changed files with 39 additions and 5 deletions.
11 changes: 11 additions & 0 deletions 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.9.0](https://github.com/mnahkies/openapi-code-generator/compare/v0.8.0...v0.9.0) (2024-04-27)

### Bug Fixes

- allow options ([#151](https://github.com/mnahkies/openapi-code-generator/issues/151)) ([5d45385](https://github.com/mnahkies/openapi-code-generator/commit/5d45385642bfbc6da6902af9c05435596441e368))

### Features

- support loading input from uri ([#150](https://github.com/mnahkies/openapi-code-generator/issues/150)) ([cce87ba](https://github.com/mnahkies/openapi-code-generator/commit/cce87ba7137c3e0c833014ffa5c4f5d2a32f317d)), closes [#43](https://github.com/mnahkies/openapi-code-generator/issues/43)
- support typespec as an input format ([#158](https://github.com/mnahkies/openapi-code-generator/issues/158)) ([b1cdbf4](https://github.com/mnahkies/openapi-code-generator/commit/b1cdbf4d2675312a19478a1770fcd528a5eb2f18)), closes [#148](https://github.com/mnahkies/openapi-code-generator/issues/148)

# [0.8.0](https://github.com/mnahkies/openapi-code-generator/compare/v0.7.0...v0.8.0) (2024-04-07)

### Features
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.8.0",
"version": "0.9.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.9.0](https://github.com/mnahkies/openapi-code-generator/compare/v0.8.0...v0.9.0) (2024-04-27)

### Bug Fixes

- allow options ([#151](https://github.com/mnahkies/openapi-code-generator/issues/151)) ([5d45385](https://github.com/mnahkies/openapi-code-generator/commit/5d45385642bfbc6da6902af9c05435596441e368))

### Features

- support loading input from uri ([#150](https://github.com/mnahkies/openapi-code-generator/issues/150)) ([cce87ba](https://github.com/mnahkies/openapi-code-generator/commit/cce87ba7137c3e0c833014ffa5c4f5d2a32f317d)), closes [#43](https://github.com/mnahkies/openapi-code-generator/issues/43)
- support typespec as an input format ([#158](https://github.com/mnahkies/openapi-code-generator/issues/158)) ([b1cdbf4](https://github.com/mnahkies/openapi-code-generator/commit/b1cdbf4d2675312a19478a1770fcd528a5eb2f18)), closes [#148](https://github.com/mnahkies/openapi-code-generator/issues/148)

# [0.8.0](https://github.com/mnahkies/openapi-code-generator/compare/v0.7.0...v0.8.0) (2024-04-07)

### Features
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.8.0",
"version": "0.9.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.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

# [0.8.0](https://github.com/mnahkies/openapi-code-generator/compare/v0.7.0...v0.8.0) (2024-04-07)

**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.8.0",
"version": "0.9.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.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

# [0.8.0](https://github.com/mnahkies/openapi-code-generator/compare/v0.7.0...v0.8.0) (2024-04-07)

**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.8.0",
"version": "0.9.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.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

# [0.8.0](https://github.com/mnahkies/openapi-code-generator/compare/v0.7.0...v0.8.0) (2024-04-07)

**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.8.0",
"version": "0.9.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 e067ab8

Please sign in to comment.