Skip to content

Commit 55f27bf

Browse files
authored
Merge pull request #1567 from hey-api/changeset-release/main
Version Packages
2 parents f8bf82d + 91a83c1 commit 55f27bf

File tree

24 files changed

+92
-25
lines changed

24 files changed

+92
-25
lines changed

.changeset/old-weeks-cover.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/shaggy-otters-vanish.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

docs/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @hey-api/docs
22

3+
## 0.10.0
4+
5+
### Minor Changes
6+
7+
- [#1568](https://github.com/hey-api/openapi-ts/pull/1568) [`465410c`](https://github.com/hey-api/openapi-ts/commit/465410c201eb19e737e3143ad53a146e95f80107) Thanks [@mrlubos](https://github.com/mrlubos)! - feat: change the default parser
8+
39
## 0.9.0
410

511
### Minor Changes

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hey-api/docs",
3-
"version": "0.9.0",
3+
"version": "0.10.0",
44
"description": "Documentation for OpenaAPI TypeScript.",
55
"private": true,
66
"type": "module",

examples/openapi-ts-axios/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @example/openapi-ts-axios
22

3+
## 0.0.23
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`465410c`](https://github.com/hey-api/openapi-ts/commit/465410c201eb19e737e3143ad53a146e95f80107)]:
8+
- @hey-api/client-axios@0.5.0
9+
310
## 0.0.22
411

512
### Patch Changes

examples/openapi-ts-axios/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@example/openapi-ts-axios",
33
"private": true,
4-
"version": "0.0.22",
4+
"version": "0.0.23",
55
"type": "module",
66
"scripts": {
77
"build": "tsc && vite build",

examples/openapi-ts-fastify/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @example/openapi-ts-fastify
22

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [#1568](https://github.com/hey-api/openapi-ts/pull/1568) [`465410c`](https://github.com/hey-api/openapi-ts/commit/465410c201eb19e737e3143ad53a146e95f80107) Thanks [@mrlubos](https://github.com/mrlubos)! - feat: change the default parser
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`465410c`](https://github.com/hey-api/openapi-ts/commit/465410c201eb19e737e3143ad53a146e95f80107)]:
12+
- @hey-api/client-fetch@0.7.0
13+
314
## 0.0.11
415

516
### Patch Changes

examples/openapi-ts-fastify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@example/openapi-ts-fastify",
33
"private": true,
4-
"version": "0.0.11",
4+
"version": "0.1.0",
55
"type": "module",
66
"scripts": {
77
"openapi-ts": "openapi-ts",

examples/openapi-ts-fetch/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @example/openapi-ts-fetch
22

3+
## 0.0.41
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`465410c`](https://github.com/hey-api/openapi-ts/commit/465410c201eb19e737e3143ad53a146e95f80107)]:
8+
- @hey-api/client-fetch@0.7.0
9+
310
## 0.0.40
411

512
### Patch Changes

examples/openapi-ts-fetch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@example/openapi-ts-fetch",
33
"private": true,
4-
"version": "0.0.40",
4+
"version": "0.0.41",
55
"type": "module",
66
"scripts": {
77
"build": "tsc && vite build",

0 commit comments

Comments
 (0)