fork of hey-api/openapi-ts because I need some additional things

Merge pull request #2441 from hey-api/changeset-release/main

Version Packages

authored by

Lubos and committed by
GitHub
ebce298d 1ad5b210

+9 -11
-5
.changeset/angry-dingos-obey.md
··· 1 - --- 2 - '@hey-api/openapi-ts': patch 3 - --- 4 - 5 - feat(client): add `@hey-api/client-angular` client
-5
.changeset/slimy-news-juggle.md
··· 1 - --- 2 - "@hey-api/openapi-ts": patch 3 - --- 4 - 5 - feat(plugin): add `@angular/common` plugin
+8
packages/openapi-ts/CHANGELOG.md
··· 1 1 # @hey-api/openapi-ts 2 2 3 + ## 0.80.11 4 + 5 + ### Patch Changes 6 + 7 + - [#2452](https://github.com/hey-api/openapi-ts/pull/2452) [`fb5b621`](https://github.com/hey-api/openapi-ts/commit/fb5b621f89bfc7acf33b0156ffcdca87646d667f) Thanks [@mrlubos](https://github.com/mrlubos)! - feat(client): add `@hey-api/client-angular` client 8 + 9 + - [#2423](https://github.com/hey-api/openapi-ts/pull/2423) [`554e9a6`](https://github.com/hey-api/openapi-ts/commit/554e9a6b4513eff4785ef48a927c6fea7a8eb873) Thanks [@max-scopp](https://github.com/max-scopp)! - feat(plugin): add `@angular/common` plugin 10 + 3 11 ## 0.80.10 4 12 5 13 ### Patch Changes
+1 -1
packages/openapi-ts/package.json
··· 1 1 { 2 2 "name": "@hey-api/openapi-ts", 3 - "version": "0.80.10", 3 + "version": "0.80.11", 4 4 "description": "🚀 The OpenAPI to TypeScript codegen. Generate clients, SDKs, validators, and more.", 5 5 "homepage": "https://heyapi.dev/", 6 6 "repository": {