Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/openapi-react-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# openapi-react-query

## 1.0.0
## 0.5.1

### 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": "1.0.0",
"version": "0.5.1",
"author": {
"name": "Martin Paucot",
"email": "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion packages/swr-openapi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# swr-openapi

## 6.0.0
## 5.4.2

### Patch Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/swr-openapi/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "swr-openapi",
"description": "Generate SWR hooks from OpenAPI schemas",
"version": "6.0.0",
"version": "5.4.2",
"author": {
"name": "Hunter Tunnicliff",
"email": "[email protected]"
Expand Down