Skip to content

Commit c4d53cd

Browse files
[ci] release
1 parent 0f22be2 commit c4d53cd

File tree

10 files changed

+31
-14
lines changed

10 files changed

+31
-14
lines changed

.changeset/eleven-shoes-mate.md

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

.changeset/nice-parts-poke.md

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

packages/openapi-fetch/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# openapi-fetch
22

3+
## 0.15.0
4+
5+
### Minor Changes
6+
7+
- [#2465](https://github.com/openapi-ts/openapi-typescript/pull/2465) [`8f96eb5`](https://github.com/openapi-ts/openapi-typescript/commit/8f96eb50f5ec060e2e9100e9a43d3fe98e9795c5) Thanks [@Kauabunga](https://github.com/Kauabunga)! - Enable request level middlewares option
8+
39
## 0.14.1
410

511
### Patch Changes

packages/openapi-fetch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "openapi-fetch",
33
"description": "Fast, type-safe fetch client for your OpenAPI schema. Only 6 kb (min). Works with React, Vue, Svelte, or vanilla JS.",
4-
"version": "0.14.1",
4+
"version": "0.15.0",
55
"author": {
66
"name": "Drew Powers",
77
"email": "[email protected]"

packages/openapi-react-query/CHANGELOG.md

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

3+
## 1.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`8f96eb5`](https://github.com/openapi-ts/openapi-typescript/commit/8f96eb50f5ec060e2e9100e9a43d3fe98e9795c5)]:
8+
9+
310
## 0.5.0
411

512
### Minor Changes

packages/openapi-react-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "openapi-react-query",
33
"description": "Fast, type-safe @tanstack/react-query client to work with your OpenAPI schema.",
4-
"version": "0.5.0",
4+
"version": "1.0.0",
55
"author": {
66
"name": "Martin Paucot",
77
"email": "[email protected]"

packages/openapi-typescript/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# openapi-typescript
22

3+
## 7.10.0
4+
5+
### Minor Changes
6+
7+
- [#2288](https://github.com/openapi-ts/openapi-typescript/pull/2288) [`0f22be2`](https://github.com/openapi-ts/openapi-typescript/commit/0f22be218f0c8050a96f35a6a271b959b2c5a23f) Thanks [@hontas](https://github.com/hontas)! - Add support for patternProperties
8+
39
## 7.9.1
410

511
### Patch Changes

packages/openapi-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "openapi-typescript",
33
"description": "Convert OpenAPI 3.0 & 3.1 schemas to TypeScript",
4-
"version": "7.9.1",
4+
"version": "7.10.0",
55
"author": {
66
"name": "Drew Powers",
77
"email": "[email protected]"

packages/swr-openapi/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# swr-openapi
22

3+
## 6.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`0f22be2`](https://github.com/openapi-ts/openapi-typescript/commit/0f22be218f0c8050a96f35a6a271b959b2c5a23f), [`8f96eb5`](https://github.com/openapi-ts/openapi-typescript/commit/8f96eb50f5ec060e2e9100e9a43d3fe98e9795c5)]:
8+
9+
10+
311
## 5.4.1
412

513
### Patch Changes

packages/swr-openapi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "swr-openapi",
33
"description": "Generate SWR hooks from OpenAPI schemas",
4-
"version": "5.4.1",
4+
"version": "6.0.0",
55
"author": {
66
"name": "Hunter Tunnicliff",
77
"email": "[email protected]"

0 commit comments

Comments
 (0)