From 544465de0ad76405ca7bff3a9fe9b502b0aff9bc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 26 Jun 2023 23:11:17 +0000 Subject: [PATCH] [ci] release --- .changeset/four-carpets-push.md | 5 ----- .changeset/spotty-eggs-tickle.md | 5 ----- packages/openapi-fetch/CHANGELOG.md | 10 ++++++++++ packages/openapi-fetch/package.json | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 .changeset/four-carpets-push.md delete mode 100644 .changeset/spotty-eggs-tickle.md diff --git a/.changeset/four-carpets-push.md b/.changeset/four-carpets-push.md deleted file mode 100644 index d5d7cfaf5..000000000 --- a/.changeset/four-carpets-push.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"openapi-fetch": minor ---- - -Add global `querySerializer()` option to `createClient()` diff --git a/.changeset/spotty-eggs-tickle.md b/.changeset/spotty-eggs-tickle.md deleted file mode 100644 index ae6da4ca3..000000000 --- a/.changeset/spotty-eggs-tickle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"openapi-fetch": patch ---- - -Fix CJS build diff --git a/packages/openapi-fetch/CHANGELOG.md b/packages/openapi-fetch/CHANGELOG.md index 687d0764a..f880796e7 100644 --- a/packages/openapi-fetch/CHANGELOG.md +++ b/packages/openapi-fetch/CHANGELOG.md @@ -1,5 +1,15 @@ # openapi-fetch +## 0.5.0 + +### Minor Changes + +- [#1183](https://github.com/drwpow/openapi-typescript/pull/1183) [`431a98f`](https://github.com/drwpow/openapi-typescript/commit/431a98f0b6d518aa8e780f063d680d380a8a12dd) Thanks [@psychedelicious](https://github.com/psychedelicious)! - Add global `querySerializer()` option to `createClient()` + +### Patch Changes + +- [#1186](https://github.com/drwpow/openapi-typescript/pull/1186) [`cd0a653`](https://github.com/drwpow/openapi-typescript/commit/cd0a65354b03fce8a6e28453b8760ac017205df1) Thanks [@drwpow](https://github.com/drwpow)! - Fix CJS build + ## 0.4.0 ### Minor Changes diff --git a/packages/openapi-fetch/package.json b/packages/openapi-fetch/package.json index 2475ba314..38803a720 100644 --- a/packages/openapi-fetch/package.json +++ b/packages/openapi-fetch/package.json @@ -1,7 +1,7 @@ { "name": "openapi-fetch", "description": "Ultra-fast fetching for TypeScript generated automatically from your OpenAPI schema. Weighs in at 1 kb and has virtually zero runtime. Works with React, Vue, Svelte, or vanilla JS.", - "version": "0.4.0", + "version": "0.5.0", "author": { "name": "Drew Powers", "email": "drew@pow.rs"