Skip to content

Commit 0d2e66d

Browse files
[ci] release
1 parent c732542 commit 0d2e66d

File tree

9 files changed

+24
-19
lines changed

9 files changed

+24
-19
lines changed

.changeset/nasty-windows-chew.md

-6
This file was deleted.

.changeset/orange-comics-sip.md

-5
This file was deleted.

.changeset/quick-parrots-worry.md

-5
This file was deleted.

docs/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# openapi-typescript-docs
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- [#1193](https://github.com/drwpow/openapi-typescript/pull/1193) [`64decb7`](https://github.com/drwpow/openapi-typescript/commit/64decb7243e3f4962dd3a97378f37142ee89546a) Thanks [@psychedelicious](https://github.com/psychedelicious)! - Add example for `Blob` type transforms
8+
9+
- [#1195](https://github.com/drwpow/openapi-typescript/pull/1195) [`c732542`](https://github.com/drwpow/openapi-typescript/commit/c732542df136eee2f41d242321758a0901b45248) Thanks [@psychedelicious](https://github.com/psychedelicious)! - Add docs for using Node.js API in web projects

docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openapi-typescript-docs",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"private": true,
55
"type": "module",
66
"scripts": {

packages/openapi-fetch/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# openapi-fetch
22

3+
## 0.6.1
4+
5+
### Patch Changes
6+
7+
- [#1192](https://github.com/drwpow/openapi-typescript/pull/1192) [`38ee8b4`](https://github.com/drwpow/openapi-typescript/commit/38ee8b406ecf07e2dece05c4867a0bc5d27c309d) Thanks [@psychedelicious](https://github.com/psychedelicious)! - Fix header handling for FormData
8+
39
## 0.6.0
410

511
### Minor Changes

packages/openapi-fetch/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "openapi-fetch",
33
"description": "Fetch using your OpenAPI types. Weighs in at 1 kb and has virtually zero runtime. Works with React, Vue, Svelte, or vanilla JS.",
4-
"version": "0.6.0",
4+
"version": "0.6.1",
55
"author": {
66
"name": "Drew Powers",
77
"email": "[email protected]"

packages/openapi-typescript/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# openapi-typescript
22

3+
## 6.2.9
4+
5+
### Patch Changes
6+
7+
- [#1193](https://github.com/drwpow/openapi-typescript/pull/1193) [`64decb7`](https://github.com/drwpow/openapi-typescript/commit/64decb7243e3f4962dd3a97378f37142ee89546a) Thanks [@psychedelicious](https://github.com/psychedelicious)! - Add example for `Blob` type transforms
8+
39
## 6.2.8
410

511
### Patch Changes

packages/openapi-typescript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "openapi-typescript",
33
"description": "Generate TypeScript types from Swagger OpenAPI specs",
4-
"version": "6.2.8",
4+
"version": "6.2.9",
55
"author": {
66
"name": "Drew Powers",
77
"email": "[email protected]"

0 commit comments

Comments
 (0)