Skip to content

Commit

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

* Fix versions

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Drew Powers <drew@pow.rs>
  • Loading branch information
3 people authored Aug 29, 2024
1 parent 08bde72 commit 9dda221
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/happy-singers-fry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-knives-design.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-pugs-clean.md

This file was deleted.

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

## 0.11.2

### Patch Changes

- [#1817](https://github.com/openapi-ts/openapi-typescript/pull/1817) [`2a4b067`](https://github.com/openapi-ts/openapi-typescript/commit/2a4b067f43f7e0b75aecbf5c2fb3013a4e96e591) Thanks [@Gruak](https://github.com/Gruak)! - Allow specifying baseUrl per request

- [#1842](https://github.com/openapi-ts/openapi-typescript/pull/1842) [`0e42cbb`](https://github.com/openapi-ts/openapi-typescript/commit/0e42cbb98e2a023c33685de65ab0b8dbf82cc4b3) Thanks [@gzm0](https://github.com/gzm0)! - fix: allow use of `PathBasedClient` with generated `paths`

## 0.11.1

### 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.11.1",
"version": "0.11.2",
"author": {
"name": "Drew Powers",
"email": "drew@pow.rs"
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.1.3

### Patch Changes

- Updated dependencies [[`2a4b067`](https://github.com/openapi-ts/openapi-typescript/commit/2a4b067f43f7e0b75aecbf5c2fb3013a4e96e591), [`0e42cbb`](https://github.com/openapi-ts/openapi-typescript/commit/0e42cbb98e2a023c33685de65ab0b8dbf82cc4b3)]:
- openapi-fetch@0.11.2

## 0.1.2

### 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.1.2",
"version": "0.1.3",
"author": {
"name": "Martin Paucot",
"email": "contact@martin-paucot.fr"
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.3.1

### Patch Changes

- [#1849](https://github.com/openapi-ts/openapi-typescript/pull/1849) [`08bde72`](https://github.com/openapi-ts/openapi-typescript/commit/08bde72cfeed14ecc3a15251a2f77d0770382442) Thanks [@liangskyli](https://github.com/liangskyli)! - fix: keyedParameters use unique key

## 7.3.0

### Minor 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.3.0",
"version": "7.3.1",
"author": {
"name": "Drew Powers",
"email": "drew@pow.rs"
Expand Down

0 comments on commit 9dda221

Please sign in to comment.