Skip to content

Commit

Permalink
[ci] release (#2074)
Browse files Browse the repository at this point in the history
* [ci] release

* Don’t bump swr-openapi

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Drew Powers <[email protected]>
  • Loading branch information
3 people authored Jan 3, 2025
1 parent 78c8593 commit 8f78618
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/healthy-rabbits-flow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-pants-sit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-cherries-collect.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/openapi-fetch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# openapi-fetch

## 0.13.4

### Patch Changes

- [#2063](https://github.com/openapi-ts/openapi-typescript/pull/2063) [`5935cd2`](https://github.com/openapi-ts/openapi-typescript/commit/5935cd25a05d3ec1f4c8bf222d65395a0b9ae5b4) Thanks [@kerwanp](https://github.com/kerwanp)! - add support for arbitrary method

## 0.13.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/openapi-fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "openapi-fetch",
"description": "Fast, type-safe fetch client for your OpenAPI schema. Only 6 kb (min). Works with React, Vue, Svelte, or vanilla JS.",
"version": "0.13.3",
"version": "0.13.4",
"author": {
"name": "Drew Powers",
"email": "[email protected]"
Expand Down
7 changes: 7 additions & 0 deletions packages/openapi-react-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# openapi-react-query

## 0.2.9

### Patch Changes

- Updated dependencies [[`5935cd2`](https://github.com/openapi-ts/openapi-typescript/commit/5935cd25a05d3ec1f4c8bf222d65395a0b9ae5b4)]:
- [email protected]

## 0.2.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/openapi-react-query/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "openapi-react-query",
"description": "Fast, type-safe @tanstack/react-query client to work with your OpenAPI schema.",
"version": "0.2.8",
"version": "0.2.9",
"author": {
"name": "Martin Paucot",
"email": "[email protected]"
Expand Down
8 changes: 8 additions & 0 deletions packages/openapi-typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# openapi-typescript

## 7.5.0

### Minor Changes

- [#2052](https://github.com/openapi-ts/openapi-typescript/pull/2052) [`d2de5c7`](https://github.com/openapi-ts/openapi-typescript/commit/d2de5c7e596d1b427d6d5d629974627456623305) Thanks [@laurenz-glueck](https://github.com/laurenz-glueck)! - brings back --make-paths-enum option to generate ApiPaths enum

- [#2059](https://github.com/openapi-ts/openapi-typescript/pull/2059) [`9e4f61c`](https://github.com/openapi-ts/openapi-typescript/commit/9e4f61c530fe634051fa5c9b25e18a5f9ff1f76f) Thanks [@gduliscouet-ubitransport](https://github.com/gduliscouet-ubitransport)! - Allow all types except UNKNOWN to be nullable

## 7.4.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/openapi-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "openapi-typescript",
"description": "Convert OpenAPI 3.0 & 3.1 schemas to TypeScript",
"version": "7.4.4",
"version": "7.5.0",
"author": {
"name": "Drew Powers",
"email": "[email protected]"
Expand Down
4 changes: 2 additions & 2 deletions packages/swr-openapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
"version": "pnpm run build"
},
"peerDependencies": {
"openapi-fetch": "workspace:^",
"openapi-typescript": "workspace:^",
"openapi-fetch": "0.x",
"openapi-typescript": "7.x",
"react": "18 || 19",
"swr": "2",
"typescript": "^5.x"
Expand Down

0 comments on commit 8f78618

Please sign in to comment.