Skip to content

Commit 123d6e3

Browse files
authored
Manually version packages (#2037)
1 parent e0d0823 commit 123d6e3

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

packages/openapi-fetch/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# openapi-fetch
22

3+
## 0.13.3
4+
5+
### Patch Changes
6+
7+
Refresh of 0.13.2; corrupted package
8+
39
## 0.13.2
410

511
### Patch Changes

packages/openapi-fetch/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "openapi-fetch",
33
"description": "Fast, type-safe fetch client for your OpenAPI schema. Only 6 kb (min). Works with React, Vue, Svelte, or vanilla JS.",
4-
"version": "0.13.2",
4+
"version": "0.13.3",
55
"author": {
66
"name": "Drew Powers",
77
"email": "[email protected]"

packages/openapi-react-query/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# openapi-react-query
22

3+
## 0.2.8
4+
5+
### Patch Changes
6+
7+
Refresh of 0.2.7; corrupted package
8+
39
## 0.2.7
410

511
### Patch Changes

packages/openapi-react-query/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "openapi-react-query",
33
"description": "Fast, type-safe @tanstack/react-query client to work with your OpenAPI schema.",
4-
"version": "0.2.7",
4+
"version": "0.2.8",
55
"author": {
66
"name": "Martin Paucot",
77
"email": "[email protected]"

0 commit comments

Comments
 (0)