Skip to content

Commit 1b72206

Browse files
authored
Merge pull request #1756 from hey-api/changeset-release/main
2 parents d1c70c2 + b173bad commit 1b72206

File tree

28 files changed

+100
-25
lines changed

28 files changed

+100
-25
lines changed

.changeset/brave-beds-walk.md

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

.changeset/selfish-nails-fail.md

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

examples/openapi-ts-fastify/CHANGELOG.md

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

3+
## 0.1.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`b8cc9f8`](https://github.com/hey-api/openapi-ts/commit/b8cc9f8a5eaf4f4ff345abc49c14c6b96744c2ea)]:
8+
- @hey-api/client-fetch@0.8.2
9+
310
## 0.1.5
411

512
### 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.1.5",
4+
"version": "0.1.6",
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.47
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`b8cc9f8`](https://github.com/hey-api/openapi-ts/commit/b8cc9f8a5eaf4f4ff345abc49c14c6b96744c2ea)]:
8+
- @hey-api/client-fetch@0.8.2
9+
310
## 0.0.46
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.46",
4+
"version": "0.0.47",
55
"type": "module",
66
"scripts": {
77
"build": "tsc && vite build",

examples/openapi-ts-next/CHANGELOG.md

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

3+
## 0.1.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`b8cc9f8`](https://github.com/hey-api/openapi-ts/commit/b8cc9f8a5eaf4f4ff345abc49c14c6b96744c2ea)]:
8+
- @hey-api/client-next@0.2.2
9+
310
## 0.1.4
411

512
### Patch Changes

examples/openapi-ts-next/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-next",
33
"private": true,
4-
"version": "0.1.4",
4+
"version": "0.1.5",
55
"scripts": {
66
"build": "next build",
77
"dev": "next dev",

examples/openapi-ts-nuxt/CHANGELOG.md

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

3+
## 0.0.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`b8cc9f8`](https://github.com/hey-api/openapi-ts/commit/b8cc9f8a5eaf4f4ff345abc49c14c6b96744c2ea)]:
8+
- @hey-api/client-nuxt@0.2.3
9+
310
## 0.0.8
411

512
### Patch Changes

examples/openapi-ts-nuxt/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-nuxt",
33
"private": true,
4-
"version": "0.0.8",
4+
"version": "0.0.9",
55
"type": "module",
66
"scripts": {
77
"build": "nuxt build",

0 commit comments

Comments
 (0)