diff --git a/.changeset/chilly-scissors-join.md b/.changeset/chilly-scissors-join.md deleted file mode 100644 index e90f0464..00000000 --- a/.changeset/chilly-scissors-join.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"swr-openapi": minor ---- - -Modify package.json to point to new repository diff --git a/.changeset/gentle-snails-sort.md b/.changeset/gentle-snails-sort.md deleted file mode 100644 index b96e9a78..00000000 --- a/.changeset/gentle-snails-sort.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"swr-openapi": minor ---- - -Update dependencies and adjust paths signature to conform to updated helper signature diff --git a/packages/swr-openapi/CHANGELOG.md b/packages/swr-openapi/CHANGELOG.md new file mode 100644 index 00000000..52c50308 --- /dev/null +++ b/packages/swr-openapi/CHANGELOG.md @@ -0,0 +1,9 @@ +# swr-openapi + +## 5.1.0 + +### Minor Changes + +- [#1932](https://github.com/openapi-ts/openapi-typescript/pull/1932) [`639ec45`](https://github.com/openapi-ts/openapi-typescript/commit/639ec45ed9155d2bc0c3d0fbebd3bc52f90ca7eb) Thanks [@htunnicliff](https://github.com/htunnicliff)! - Modify package.json to point to new repository + +- [#1993](https://github.com/openapi-ts/openapi-typescript/pull/1993) [`d95c474`](https://github.com/openapi-ts/openapi-typescript/commit/d95c474bc3eab790e93029ac802e18b79a311fba) Thanks [@htunnicliff](https://github.com/htunnicliff)! - Update dependencies and adjust paths signature to conform to updated helper signature diff --git a/packages/swr-openapi/package.json b/packages/swr-openapi/package.json index 4237516a..245088ee 100644 --- a/packages/swr-openapi/package.json +++ b/packages/swr-openapi/package.json @@ -1,7 +1,7 @@ { "name": "swr-openapi", "description": "Generate SWR hooks from OpenAPI schemas", - "version": "5.0.0", + "version": "5.1.0", "author": { "name": "Hunter Tunnicliff", "email": "hunter@tunnicliff.co"