Skip to content

Commit e65c824

Browse files
openapi-ts-botgithub-actions[bot]drwpow
authored
[ci] release (#2314)
* [ci] release * Fix major bump --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Drew Powers <drew@pow.rs>
1 parent e66b5ce commit e65c824

File tree

10 files changed

+43
-20
lines changed

10 files changed

+43
-20
lines changed

.changeset/itchy-turkeys-cheat.md

-5
This file was deleted.

.changeset/shy-cars-sin.md

-7
This file was deleted.

packages/openapi-fetch/CHANGELOG.md

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

3+
## 0.14.0
4+
5+
### Minor Changes
6+
7+
- [#2310](https://github.com/openapi-ts/openapi-typescript/pull/2310) [`e66b5ce`](https://github.com/openapi-ts/openapi-typescript/commit/e66b5ce63bfcdc57c6ee942e5ed4e7667e64c290) Thanks [@drwpow](https://github.com/drwpow)! - Build package with unbuild. Also remove the minified version (openapi-fetch is only useful in a TypeScript/bundler environment, so there’s no sense in loading it from a CDN clientside).
8+
39
## 0.13.8
410

511
### Patch Changes

packages/openapi-fetch/package.json

+2-2
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.8",
4+
"version": "0.14.0",
55
"author": {
66
"name": "Drew Powers",
77
"email": "drew@pow.rs"
@@ -11,7 +11,7 @@
1111
"main": "./dist/index.mjs",
1212
"exports": {
1313
".": {
14-
"import": "./dist/index.mjs",
14+
"import": "./dist/index.mjs",
1515
"require": "./dist/index.cjs",
1616
"default": "./dist/index.mjs"
1717
},

packages/openapi-react-query/CHANGELOG.md

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

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- [#2310](https://github.com/openapi-ts/openapi-typescript/pull/2310) [`e66b5ce`](https://github.com/openapi-ts/openapi-typescript/commit/e66b5ce63bfcdc57c6ee942e5ed4e7667e64c290) Thanks [@drwpow](https://github.com/drwpow)! - Build package with unbuild to improve CJS support
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`e66b5ce`](https://github.com/openapi-ts/openapi-typescript/commit/e66b5ce63bfcdc57c6ee942e5ed4e7667e64c290)]:
12+
- openapi-fetch@0.14.0
13+
314
## 0.4.2
415

516
### Patch Changes

packages/openapi-react-query/package.json

+3-3
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.4.2",
4+
"version": "0.5.0",
55
"author": {
66
"name": "Martin Paucot",
77
"email": "contact@martin-paucot.fr"
@@ -11,8 +11,8 @@
1111
"main": "./dist/index.mjs",
1212
"exports": {
1313
".": {
14-
"import": "./dist/index.mjs",
15-
"require": "./dist/index.cjs",
14+
"import": "./dist/index.mjs",
15+
"require": "./dist/index.cjs",
1616
"default": "./dist/index.mjs"
1717
},
1818
"./*": "./*"

packages/openapi-typescript/CHANGELOG.md

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

3+
## 7.8.0
4+
5+
### Minor Changes
6+
7+
- [#2310](https://github.com/openapi-ts/openapi-typescript/pull/2310) [`e66b5ce`](https://github.com/openapi-ts/openapi-typescript/commit/e66b5ce63bfcdc57c6ee942e5ed4e7667e64c290) Thanks [@drwpow](https://github.com/drwpow)! - Build package with unbuild to improve CJS support
8+
39
## 7.7.3
410

511
### Patch Changes

packages/openapi-typescript/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "openapi-typescript",
33
"description": "Convert OpenAPI 3.0 & 3.1 schemas to TypeScript",
4-
"version": "7.7.3",
4+
"version": "7.8.0",
55
"author": {
66
"name": "Drew Powers",
77
"email": "drew@pow.rs"
@@ -14,7 +14,7 @@
1414
"main": "./dist/index.mjs",
1515
"exports": {
1616
".": {
17-
"import": "./dist/index.mjs",
17+
"import": "./dist/index.mjs",
1818
"require": "./dist/index.cjs",
1919
"default": "./dist/index.mjs"
2020
},

packages/swr-openapi/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# swr-openapi
22

3+
## 5.3.0
4+
5+
### Minor Changes
6+
7+
- [#2310](https://github.com/openapi-ts/openapi-typescript/pull/2310) [`e66b5ce`](https://github.com/openapi-ts/openapi-typescript/commit/e66b5ce63bfcdc57c6ee942e5ed4e7667e64c290) Thanks [@drwpow](https://github.com/drwpow)! - Build package with unbuild to improve CJS support
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`e66b5ce`](https://github.com/openapi-ts/openapi-typescript/commit/e66b5ce63bfcdc57c6ee942e5ed4e7667e64c290), [`e66b5ce`](https://github.com/openapi-ts/openapi-typescript/commit/e66b5ce63bfcdc57c6ee942e5ed4e7667e64c290)]:
12+
- openapi-fetch@0.14.0
13+
- openapi-typescript@7.8.0
14+
315
## 5.2.0
416

517
### Minor Changes

packages/swr-openapi/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "swr-openapi",
33
"description": "Generate SWR hooks from OpenAPI schemas",
4-
"version": "5.2.0",
4+
"version": "5.3.0",
55
"author": {
66
"name": "Hunter Tunnicliff",
77
"email": "hunter@tunnicliff.co"

0 commit comments

Comments
 (0)