Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
BradenM committed Feb 13, 2023
1 parent 068ccf9 commit 874d7a8
Show file tree
Hide file tree
Showing 11 changed files with 92 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packages/types": "0.1.0",
"packages/utils": "0.1.0",
"packages/config": "0.1.0",
"packages/openapi-generator-clients": "0.1.0",
"generators/ts-generator": "0.1.0"
"packages/types": "0.1.1",
"packages/utils": "0.1.1",
"packages/config": "0.1.1",
"packages/openapi-generator-clients": "0.1.1",
"generators/ts-generator": "0.1.1"
}
18 changes: 18 additions & 0 deletions generators/ts-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

## [0.1.1](https://github.com/BradenM/openapi-generator-clients/compare/@openapi-generator-clients/ts-generator-v0.1.0...@openapi-generator-clients/ts-generator-v0.1.1) (2023-02-13)


### Features

* **generators:** Add props defaults to ts-generator v1. ([df50d16](https://github.com/BradenM/openapi-generator-clients/commit/df50d16146bcfd01eb6e5040f2228b600a652dea))
* **generators:** Generators only need peer dependency on config package. ([1a38150](https://github.com/BradenM/openapi-generator-clients/commit/1a38150f131be74f40091444c9ae2f212a0f9310))
* **generators:** Move typescript generator to ts-generator ([09f4c53](https://github.com/BradenM/openapi-generator-clients/commit/09f4c53f864a112196d7a89b62f6d5b4aa4da62d))
* **generators:** Scaffold ts-generator. ([ee1164f](https://github.com/BradenM/openapi-generator-clients/commit/ee1164f5169336a614319b3ef8b92b7c4bb2b776))
* **generators:** Setup ts-generator export / dist/ ([e1dbf67](https://github.com/BradenM/openapi-generator-clients/commit/e1dbf67ae08fda77b127d4fc2a895df144b77509))
* **generators:** Update ts-generator v1 tsconfig ([1d44724](https://github.com/BradenM/openapi-generator-clients/commit/1d447243ee0eb69b351f05c1d0513cf1e55e6210))


### Bug Fixes

* **generators:** Include typings. ([14fcca3](https://github.com/BradenM/openapi-generator-clients/commit/14fcca3cda172d1fb65f83d281199a5369e21c9f))
2 changes: 1 addition & 1 deletion generators/ts-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@openapi-generator-clients/ts-generator",
"type": "module",
"version": "0.0.0",
"version": "0.1.1",
"description": "Generator Package for ts-generator.",
"author": "Braden Mars <bradenmars@bradenmars.me>",
"license": "MIT",
Expand Down
12 changes: 12 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog

## [0.1.1](https://github.com/BradenM/openapi-generator-clients/compare/@openapi-generator-clients/config-v0.1.0...@openapi-generator-clients/config-v0.1.1) (2023-02-13)


### Features

* **config:** Add clients config interfaces, build options, builders. ([6e134b3](https://github.com/BradenM/openapi-generator-clients/commit/6e134b3541fb2cf3f4eb261b867c19ea6f5768cb))
* **config:** Add files to generator config / template config + template props defaults. ([e979794](https://github.com/BradenM/openapi-generator-clients/commit/e97979473f71b5b7bad6ace2d6b16469487091e1))
* **config:** Add generator-record interfaces / records. ([d135123](https://github.com/BradenM/openapi-generator-clients/commit/d135123eaa298fd8f91b184a810ee8f9f6d30410))
* **config:** Scaffold config package ([0ed5af3](https://github.com/BradenM/openapi-generator-clients/commit/0ed5af32d2a046ce208bf344e4d3bdd576d5a04c))
* **core:** Support template level root dir. ([9cab69a](https://github.com/BradenM/openapi-generator-clients/commit/9cab69ad6ae9850e2875d73033f65242ad9af383))
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@openapi-generator-clients/config",
"type": "module",
"version": "0.0.0",
"version": "0.1.1",
"description": "OpenApi Generator Clients Config",
"author": "Braden Mars <bradenmars@bradenmars.me>",
"license": "MIT",
Expand Down
22 changes: 22 additions & 0 deletions packages/openapi-generator-clients/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Changelog

## [0.1.1](https://github.com/BradenM/openapi-generator-clients/compare/openapi-generator-clients-v0.1.0...openapi-generator-clients-v0.1.1) (2023-02-13)


### Features

* **core:** Add cli entrypoint. ([cde5e51](https://github.com/BradenM/openapi-generator-clients/commit/cde5e51c0566d9b201de8a6be37e2299a103b2b1))
* **core:** Index exports. ([79cb4b8](https://github.com/BradenM/openapi-generator-clients/commit/79cb4b869fc22889aab2dadfc5d07785609ec61c))
* **core:** Refactor and reimplement generate as core build ([25b0851](https://github.com/BradenM/openapi-generator-clients/commit/25b085160348fb6f6f581b3fd0cbbe3900fb715c))
* **core:** Scaffold openapi-generator-clients core package. ([6268f33](https://github.com/BradenM/openapi-generator-clients/commit/6268f3317d001b5002f985cbff4c39cac2f45555))
* **core:** Support template level root dir. ([9cab69a](https://github.com/BradenM/openapi-generator-clients/commit/9cab69ad6ae9850e2875d73033f65242ad9af383))
* **core:** Temp workspace provider implementation. ([be6c90c](https://github.com/BradenM/openapi-generator-clients/commit/be6c90cc65fef3782c64b40ce8ba2cd4b1852331))


### Bug Fixes

* **core:** Downgrade rambdax to 8.1.0 ([72c90e2](https://github.com/BradenM/openapi-generator-clients/commit/72c90e2a58b1c60e4b721bdfae70f4b3eef807b4))
* **core:** Remove top level await in cli for cjs support ([5c5e866](https://github.com/BradenM/openapi-generator-clients/commit/5c5e866912d7909d630ffae0993484c0aff6aa59))
* **core:** Template type errors. ([ed9fd1e](https://github.com/BradenM/openapi-generator-clients/commit/ed9fd1e5153f23d709edd2a07cbcfb71dfe32050))
* **core:** Utilize cross cjs/esm resolve utils in build. ([9d729c7](https://github.com/BradenM/openapi-generator-clients/commit/9d729c78578f61a3d31c377eedfcc51d298992db))
* **pkg:** Add directory to core package. ([4ede56e](https://github.com/BradenM/openapi-generator-clients/commit/4ede56e35e202f417d272605108b024d8d49cf27))
2 changes: 1 addition & 1 deletion packages/openapi-generator-clients/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "openapi-generator-clients",
"type": "module",
"version": "0.0.0",
"version": "0.1.1",
"description": "OpenAPI Generator CLI wrapper for managing multiple versioned client packages, versioned generators, and partial template overrides.",
"author": "Braden Mars <bradenmars@bradenmars.me>",
"license": "MIT",
Expand Down
18 changes: 18 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

## [0.1.1](https://github.com/BradenM/openapi-generator-clients/compare/@openapi-generator-clients/types-v0.1.0...@openapi-generator-clients/types-v0.1.1) (2023-02-13)


### Features

* **core:** Support template level root dir. ([9cab69a](https://github.com/BradenM/openapi-generator-clients/commit/9cab69ad6ae9850e2875d73033f65242ad9af383))
* **types:** Add FileTemplateType, generator files types, extendable generator config props. ([20e2a2d](https://github.com/BradenM/openapi-generator-clients/commit/20e2a2d173bc6ba2c6452a7e8b0ac16f8f0b56c6))
* **types:** Add Generator / OAS / Workspace types. ([939e073](https://github.com/BradenM/openapi-generator-clients/commit/939e07307bdba267f08991aa672966b116c360d8))
* **types:** Add Template types. ([0d082a8](https://github.com/BradenM/openapi-generator-clients/commit/0d082a8d354d03d13c9c2f1339698dcbdeb1a917))
* **types:** Scaffold types sub package. ([5a571e1](https://github.com/BradenM/openapi-generator-clients/commit/5a571e152deab8b5c6c2344795edf34e86e15c77))
* **types:** Use type string literal for file template type ([aa64115](https://github.com/BradenM/openapi-generator-clients/commit/aa6411593226cd0ca7269c76d3aa677db2703436))


### Bug Fixes

* **types:** Update entrypoints. ([c4cc920](https://github.com/BradenM/openapi-generator-clients/commit/c4cc920389f29bd0bb968f00c9f2c81593525c12))
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@openapi-generator-clients/types",
"type": "module",
"version": "0.0.0",
"version": "0.1.1",
"description": "Shared type definitions.",
"author": "Braden Mars <bradenmars@bradenmars.me>",
"license": "MIT",
Expand Down
12 changes: 12 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog

## [0.1.1](https://github.com/BradenM/openapi-generator-clients/compare/@openapi-generator-clients/utils-v0.1.0...@openapi-generator-clients/utils-v0.1.1) (2023-02-13)


### Features

* **utils:** Add create-file-checksum utility. ([fce0d6a](https://github.com/BradenM/openapi-generator-clients/commit/fce0d6a1b3f0792673cf95b3148926c4314829c4))
* **utils:** Add download-git-directory utility. ([4e15c05](https://github.com/BradenM/openapi-generator-clients/commit/4e15c05c995224b6aeae729af6bad96cfc3202f3))
* **utils:** Add resolve utilities to handle cross esm/cjs dynamic imports. ([79e1606](https://github.com/BradenM/openapi-generator-clients/commit/79e1606f0624baff8ec03f551de560d2f4aa8da7))
* **utils:** Get-temp-dir utility. ([ff3cf1b](https://github.com/BradenM/openapi-generator-clients/commit/ff3cf1b8c69757315931d288368ee07c8b64ee7d))
* **utils:** Scaffold utils package. ([851795b](https://github.com/BradenM/openapi-generator-clients/commit/851795b49d672b1d8cf03be16f3436148151a5b8))
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@openapi-generator-clients/utils",
"type": "module",
"version": "0.0.0",
"version": "0.1.1",
"description": "Utilities",
"author": "Braden Mars <bradenmars@bradenmars.me>",
"license": "MIT",
Expand Down

0 comments on commit 874d7a8

Please sign in to comment.