Skip to content

Commit

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

* Don’t bump swr-openapi major

* Update CHANGELOG with missing changesets

---------

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 25, 2025
1 parent efea325 commit 31bdbaf
Show file tree
Hide file tree
Showing 12 changed files with 34 additions and 33 deletions.
5 changes: 0 additions & 5 deletions .changeset/gorgeous-moles-warn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-horses-cheer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-comics-worry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-walls-repeat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-steaks-double.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-bottles-carry.md

This file was deleted.

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

## 0.2.0

### Minor Changes

- [#2115](https://github.com/openapi-ts/openapi-typescript/pull/2115) [`0a01774`](https://github.com/openapi-ts/openapi-typescript/commit/0a01774c8b3a091545ae5c1e615adc9fabb9d475) Thanks [@kerwanp](https://github.com/kerwanp)! - [#2097](https://github.com/openapi-ts/openapi-typescript/pull/2097): Migrate to unbuild and provide CJS support

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/openapi-metadata/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "openapi-metadata",
"description": "Auto-Generate OpenAPI specifications from Typescript decorators",
"version": "0.1.1",
"version": "0.2.0",
"author": {
"name": "Martin PAUCOT",
"email": "[email protected]"
Expand Down
19 changes: 19 additions & 0 deletions packages/openapi-react-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# openapi-react-query

## 0.3.0

### Minor Changes

- [#1881](https://github.com/openapi-ts/openapi-typescript/pull/1881) [`ccbc2e3`](https://github.com/openapi-ts/openapi-typescript/commit/ccbc2e3f68ced4d3038b9003064fe449925b55dc), [#2117](https://github.com/openapi-ts/openapi-typescript/pull/2117) [`3ef38b8`](https://github.com/openapi-ts/openapi-typescript/commit/3ef38b8b9371bc2a2ade202a6dc864b765446305) Thanks [@jungwoo3490](https://github.com/jungwoo3490), [@lukasedw](https://github.com/lukasedw)! - Implements useInfiniteQuery() in openapi-react-query

### Patch Changes

- [#2120](https://github.com/openapi-ts/openapi-typescript/pull/2120) [`efea325`](https://github.com/openapi-ts/openapi-typescript/commit/efea32521ffa1557547a0000051cc73157be5a61) Thanks [@drwpow](https://github.com/drwpow)! - Fix minor type error with latest version of TanStack Query

- [#2061](https://github.com/openapi-ts/openapi-typescript/pull/2061) [`6871e73`](https://github.com/openapi-ts/openapi-typescript/commit/6871e73b4c004560ba514d19c0f1f948ba63f5c8) Thanks [@kevmo314](https://github.com/kevmo314)! - Drop init argument when not needed in query key

- [#2114](https://github.com/openapi-ts/openapi-typescript/pull/2114) [`0c35b32`](https://github.com/openapi-ts/openapi-typescript/commit/0c35b321778afe0705d7fd7a8375c4e10d5f95c2) Thanks [@kerwanp](https://github.com/kerwanp)! - [#2098](https://github.com/openapi-ts/openapi-typescript/pull/2098): Fix CJS type issues by pointing to proper d.ts file

- [#1945](https://github.com/openapi-ts/openapi-typescript/pull/1945) [`248195d`](https://github.com/openapi-ts/openapi-typescript/commit/248195df11f186e379005d487ad9113c3bdd32a9) Thanks [@freshgiammi](https://github.com/freshgiammi)! - Add MethodResponse to get the return type of an endpoint from an `OpenapiQueryClient` client.

- Updated dependencies []:
- [email protected]

## 0.2.10

### 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.10",
"version": "0.3.0",
"author": {
"name": "Martin Paucot",
"email": "[email protected]"
Expand Down
6 changes: 6 additions & 0 deletions packages/openapi-typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# openapi-typescript

## 7.6.0

### Minor Changes

- [#2102](https://github.com/openapi-ts/openapi-typescript/pull/2102) [`0cdfc47`](https://github.com/openapi-ts/openapi-typescript/commit/0cdfc479b981c26ead188f8883b856c0c8e3c841) Thanks [@ViktorPontinen](https://github.com/ViktorPontinen)! - Support generating path params for flaky schemas using --generate-path-params option

## 7.5.2

### 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.5.2",
"version": "7.6.0",
"author": {
"name": "Drew Powers",
"email": "[email protected]"
Expand Down

0 comments on commit 31bdbaf

Please sign in to comment.