Skip to content

Commit

Permalink
Merge pull request #1294 from hey-api/changeset-release/main
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlubos authored Nov 18, 2024
2 parents ceb932a + 78ad07e commit a993b8e
Show file tree
Hide file tree
Showing 21 changed files with 71 additions and 33 deletions.
5 changes: 0 additions & 5 deletions .changeset/fast-dolls-pull.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-cups-search.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-rings-obey.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-badgers-retire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-tomatoes-happen.md

This file was deleted.

8 changes: 8 additions & 0 deletions examples/openapi-ts-fastify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @example/openapi-ts-fastify

## 0.0.2

### Patch Changes

- Updated dependencies [[`4c853d0`](https://github.com/hey-api/openapi-ts/commit/4c853d090b79245854d13831f64731db4a92978b)]:
- @hey-api/client-fetch@0.4.4
2 changes: 1 addition & 1 deletion examples/openapi-ts-fastify/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@example/openapi-ts-fastify",
"private": true,
"version": "0.0.1",
"version": "0.0.2",
"type": "module",
"scripts": {
"openapi-ts": "openapi-ts",
Expand Down
7 changes: 7 additions & 0 deletions examples/openapi-ts-fetch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @example/openapi-ts-fetch

## 0.0.31

### Patch Changes

- Updated dependencies [[`4c853d0`](https://github.com/hey-api/openapi-ts/commit/4c853d090b79245854d13831f64731db4a92978b)]:
- @hey-api/client-fetch@0.4.4

## 0.0.30

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/openapi-ts-fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@example/openapi-ts-fetch",
"private": true,
"version": "0.0.30",
"version": "0.0.31",
"type": "module",
"scripts": {
"build": "tsc && vite build",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @example/openapi-ts-tanstack-angular-query-experimental

## 0.0.2

### Patch Changes

- Updated dependencies [[`4c853d0`](https://github.com/hey-api/openapi-ts/commit/4c853d090b79245854d13831f64731db4a92978b)]:
- @hey-api/client-fetch@0.4.4

## 0.0.1

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@example/openapi-ts-tanstack-angular-query-experimental",
"version": "0.0.1",
"version": "0.0.2",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
7 changes: 7 additions & 0 deletions examples/openapi-ts-tanstack-react-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @example/openapi-ts-tanstack-react-query

## 0.0.13

### Patch Changes

- Updated dependencies [[`4c853d0`](https://github.com/hey-api/openapi-ts/commit/4c853d090b79245854d13831f64731db4a92978b)]:
- @hey-api/client-fetch@0.4.4

## 0.0.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/openapi-ts-tanstack-react-query/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@example/openapi-ts-tanstack-react-query",
"private": true,
"version": "0.0.12",
"version": "0.0.13",
"type": "module",
"scripts": {
"build": "tsc && vite build",
Expand Down
7 changes: 7 additions & 0 deletions examples/openapi-ts-tanstack-svelte-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @example/openapi-ts-tanstack-svelte-query

## 0.0.13

### Patch Changes

- Updated dependencies [[`4c853d0`](https://github.com/hey-api/openapi-ts/commit/4c853d090b79245854d13831f64731db4a92978b)]:
- @hey-api/client-fetch@0.4.4

## 0.0.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/openapi-ts-tanstack-svelte-query/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@example/openapi-ts-tanstack-svelte-query",
"private": true,
"version": "0.0.12",
"version": "0.0.13",
"type": "module",
"scripts": {
"build": "vite build",
Expand Down
7 changes: 7 additions & 0 deletions examples/openapi-ts-tanstack-vue-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @example/openapi-ts-tanstack-vue-query

## 0.0.13

### Patch Changes

- Updated dependencies [[`4c853d0`](https://github.com/hey-api/openapi-ts/commit/4c853d090b79245854d13831f64731db4a92978b)]:
- @hey-api/client-fetch@0.4.4

## 0.0.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/openapi-ts-tanstack-vue-query/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@example/openapi-ts-tanstack-vue-query",
"private": true,
"version": "0.0.12",
"version": "0.0.13",
"type": "module",
"scripts": {
"build-only": "vite build",
Expand Down
6 changes: 6 additions & 0 deletions packages/client-fetch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hey-api/client-fetch

## 0.4.4

### Patch Changes

- [#1296](https://github.com/hey-api/openapi-ts/pull/1296) [`4c853d0`](https://github.com/hey-api/openapi-ts/commit/4c853d090b79245854d13831f64731db4a92978b) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: handle charset in auto parseAs detection

## 0.4.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/client-fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hey-api/client-fetch",
"version": "0.4.3",
"version": "0.4.4",
"description": "🚀 Fetch API client for `@hey-api/openapi-ts` codegen.",
"homepage": "https://heyapi.dev/",
"repository": {
Expand Down
14 changes: 14 additions & 0 deletions packages/openapi-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @hey-api/openapi-ts

## 0.56.0

### Minor Changes

- [#1286](https://github.com/hey-api/openapi-ts/pull/1286) [`5514de4`](https://github.com/hey-api/openapi-ts/commit/5514de46a8c913ddc40f07d0142c80266e9837cd) Thanks [@jacobinu](https://github.com/jacobinu)! - feat: add `fastify` plugin

### Patch Changes

- [#1286](https://github.com/hey-api/openapi-ts/pull/1286) [`cebf327`](https://github.com/hey-api/openapi-ts/commit/cebf327046c801b375846bae6b07561b8ad1bdd6) Thanks [@jacobinu](https://github.com/jacobinu)! - fix: export a map of error and response types by status code

- [#1286](https://github.com/hey-api/openapi-ts/pull/1286) [`8a15a35`](https://github.com/hey-api/openapi-ts/commit/8a15a35e86ff22eca85dc218bc1793315b934556) Thanks [@jacobinu](https://github.com/jacobinu)! - fix: deprecate types.tree option

- [#1305](https://github.com/hey-api/openapi-ts/pull/1305) [`a3698a7`](https://github.com/hey-api/openapi-ts/commit/a3698a7f1680d7dfb913c6253f8685ebbdd132ca) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: handle file-like content media type without explicit schema

## 0.55.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/openapi-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hey-api/openapi-ts",
"version": "0.55.3",
"version": "0.56.0",
"description": "🚀 The OpenAPI to TypeScript codegen. Generate clients, SDKs, validators, and more.",
"homepage": "https://heyapi.dev/",
"repository": {
Expand Down

0 comments on commit a993b8e

Please sign in to comment.