Skip to content

Commit

Permalink
Merge pull request #1662 from hey-api/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
mrlubos authored Feb 2, 2025
2 parents 52a86fe + f5c6eaa commit d0af19e
Show file tree
Hide file tree
Showing 32 changed files with 179 additions and 53 deletions.
20 changes: 0 additions & 20 deletions .changeset/long-keys-refuse.md

This file was deleted.

18 changes: 0 additions & 18 deletions .changeset/unlucky-moles-dance.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/openapi-ts-axios/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @example/openapi-ts-axios

## 0.0.27

### Patch Changes

- Updated dependencies [[`bb6d46a`](https://github.com/hey-api/openapi-ts/commit/bb6d46ae119ce4e7e3a2ab3fded74ac4fb4cdff2)]:
- @hey-api/client-axios@0.6.0

## 0.0.26

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/openapi-ts-axios/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@example/openapi-ts-axios",
"private": true,
"version": "0.0.26",
"version": "0.0.27",
"type": "module",
"scripts": {
"build": "tsc && vite build",
Expand Down
7 changes: 7 additions & 0 deletions examples/openapi-ts-fastify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @example/openapi-ts-fastify

## 0.1.4

### Patch Changes

- Updated dependencies [[`bb6d46a`](https://github.com/hey-api/openapi-ts/commit/bb6d46ae119ce4e7e3a2ab3fded74ac4fb4cdff2)]:
- @hey-api/client-fetch@0.8.0

## 0.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/openapi-ts-fastify/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@example/openapi-ts-fastify",
"private": true,
"version": "0.1.3",
"version": "0.1.4",
"type": "module",
"scripts": {
"openapi-ts": "openapi-ts",
Expand Down
7 changes: 7 additions & 0 deletions examples/openapi-ts-fetch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @example/openapi-ts-fetch

## 0.0.45

### Patch Changes

- Updated dependencies [[`bb6d46a`](https://github.com/hey-api/openapi-ts/commit/bb6d46ae119ce4e7e3a2ab3fded74ac4fb4cdff2)]:
- @hey-api/client-fetch@0.8.0

## 0.0.44

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/openapi-ts-fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@example/openapi-ts-fetch",
"private": true,
"version": "0.0.44",
"version": "0.0.45",
"type": "module",
"scripts": {
"build": "tsc && vite build",
Expand Down
7 changes: 7 additions & 0 deletions examples/openapi-ts-next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @example/openapi-ts-next

## 0.1.3

### Patch Changes

- Updated dependencies [[`bb6d46a`](https://github.com/hey-api/openapi-ts/commit/bb6d46ae119ce4e7e3a2ab3fded74ac4fb4cdff2)]:
- @hey-api/client-next@0.2.0

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/openapi-ts-next/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@example/openapi-ts-next",
"private": true,
"version": "0.1.2",
"version": "0.1.3",
"scripts": {
"build": "next build",
"dev": "next dev",
Expand Down
7 changes: 7 additions & 0 deletions examples/openapi-ts-nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @example/openapi-ts-nuxt

## 0.0.6

### Patch Changes

- Updated dependencies [[`bb6d46a`](https://github.com/hey-api/openapi-ts/commit/bb6d46ae119ce4e7e3a2ab3fded74ac4fb4cdff2)]:
- @hey-api/client-nuxt@0.2.0

## 0.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/openapi-ts-nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@example/openapi-ts-nuxt",
"private": true,
"version": "0.0.5",
"version": "0.0.6",
"type": "module",
"scripts": {
"build": "nuxt build",
Expand Down
7 changes: 7 additions & 0 deletions examples/openapi-ts-sample/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @example/openapi-ts-sample

## 0.0.5

### Patch Changes

- Updated dependencies [[`bb6d46a`](https://github.com/hey-api/openapi-ts/commit/bb6d46ae119ce4e7e3a2ab3fded74ac4fb4cdff2)]:
- @hey-api/client-fetch@0.8.0

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/openapi-ts-sample/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@example/openapi-ts-sample",
"private": true,
"version": "0.0.4",
"version": "0.0.5",
"type": "module",
"scripts": {
"build": "tsc && vite build",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @example/openapi-ts-tanstack-angular-query-experimental

## 0.0.16

### Patch Changes

- Updated dependencies [[`bb6d46a`](https://github.com/hey-api/openapi-ts/commit/bb6d46ae119ce4e7e3a2ab3fded74ac4fb4cdff2)]:
- @hey-api/client-fetch@0.8.0

## 0.0.15

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@example/openapi-ts-tanstack-angular-query-experimental",
"version": "0.0.15",
"version": "0.0.16",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
7 changes: 7 additions & 0 deletions examples/openapi-ts-tanstack-react-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @example/openapi-ts-tanstack-react-query

## 0.0.27

### Patch Changes

- Updated dependencies [[`bb6d46a`](https://github.com/hey-api/openapi-ts/commit/bb6d46ae119ce4e7e3a2ab3fded74ac4fb4cdff2)]:
- @hey-api/client-fetch@0.8.0

## 0.0.26

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/openapi-ts-tanstack-react-query/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@example/openapi-ts-tanstack-react-query",
"private": true,
"version": "0.0.26",
"version": "0.0.27",
"type": "module",
"scripts": {
"build": "tsc && vite build",
Expand Down
7 changes: 7 additions & 0 deletions examples/openapi-ts-tanstack-svelte-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @example/openapi-ts-tanstack-svelte-query

## 0.0.27

### Patch Changes

- Updated dependencies [[`bb6d46a`](https://github.com/hey-api/openapi-ts/commit/bb6d46ae119ce4e7e3a2ab3fded74ac4fb4cdff2)]:
- @hey-api/client-fetch@0.8.0

## 0.0.26

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/openapi-ts-tanstack-svelte-query/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@example/openapi-ts-tanstack-svelte-query",
"private": true,
"version": "0.0.26",
"version": "0.0.27",
"type": "module",
"scripts": {
"build": "vite build",
Expand Down
7 changes: 7 additions & 0 deletions examples/openapi-ts-tanstack-vue-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @example/openapi-ts-tanstack-vue-query

## 0.0.27

### Patch Changes

- Updated dependencies [[`bb6d46a`](https://github.com/hey-api/openapi-ts/commit/bb6d46ae119ce4e7e3a2ab3fded74ac4fb4cdff2)]:
- @hey-api/client-fetch@0.8.0

## 0.0.26

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/openapi-ts-tanstack-vue-query/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@example/openapi-ts-tanstack-vue-query",
"private": true,
"version": "0.0.26",
"version": "0.0.27",
"type": "module",
"scripts": {
"build-only": "vite build",
Expand Down
15 changes: 15 additions & 0 deletions packages/client-axios/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @hey-api/client-axios

## 0.6.0

### Minor Changes

- [#1661](https://github.com/hey-api/openapi-ts/pull/1661) [`bb6d46a`](https://github.com/hey-api/openapi-ts/commit/bb6d46ae119ce4e7e3a2ab3fded74ac4fb4cdff2) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: make createConfig, CreateClientConfig, and Config accept ClientOptions generic

### Added `ClientOptions` interface

The `Config` interface now accepts an optional generic extending `ClientOptions` instead of `boolean` type `ThrowOnError`.

```ts
type Foo = Config<false>; // [!code --]
type Foo = Config<{ throwOnError: false }>; // [!code ++]
```

## 0.5.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/client-axios/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hey-api/client-axios",
"version": "0.5.3",
"version": "0.6.0",
"description": "🚀 Axios client for `@hey-api/openapi-ts` codegen.",
"homepage": "https://heyapi.dev/",
"repository": {
Expand Down
15 changes: 15 additions & 0 deletions packages/client-fetch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @hey-api/client-fetch

## 0.8.0

### Minor Changes

- [#1661](https://github.com/hey-api/openapi-ts/pull/1661) [`bb6d46a`](https://github.com/hey-api/openapi-ts/commit/bb6d46ae119ce4e7e3a2ab3fded74ac4fb4cdff2) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: make createConfig, CreateClientConfig, and Config accept ClientOptions generic

### Added `ClientOptions` interface

The `Config` interface now accepts an optional generic extending `ClientOptions` instead of `boolean` type `ThrowOnError`.

```ts
type Foo = Config<false>; // [!code --]
type Foo = Config<{ throwOnError: false }>; // [!code ++]
```

## 0.7.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/client-fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hey-api/client-fetch",
"version": "0.7.3",
"version": "0.8.0",
"description": "🚀 Fetch API client for `@hey-api/openapi-ts` codegen.",
"homepage": "https://heyapi.dev/",
"repository": {
Expand Down
15 changes: 15 additions & 0 deletions packages/client-next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @hey-api/client-next

## 0.2.0

### Minor Changes

- [#1661](https://github.com/hey-api/openapi-ts/pull/1661) [`bb6d46a`](https://github.com/hey-api/openapi-ts/commit/bb6d46ae119ce4e7e3a2ab3fded74ac4fb4cdff2) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: make createConfig, CreateClientConfig, and Config accept ClientOptions generic

### Added `ClientOptions` interface

The `Config` interface now accepts an optional generic extending `ClientOptions` instead of `boolean` type `ThrowOnError`.

```ts
type Foo = Config<false>; // [!code --]
type Foo = Config<{ throwOnError: false }>; // [!code ++]
```

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/client-next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hey-api/client-next",
"version": "0.1.0",
"version": "0.2.0",
"description": "🚀 Next.js client for `@hey-api/openapi-ts` codegen.",
"homepage": "https://heyapi.dev/",
"repository": {
Expand Down
15 changes: 15 additions & 0 deletions packages/client-nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @hey-api/client-nuxt

## 0.2.0

### Minor Changes

- [#1661](https://github.com/hey-api/openapi-ts/pull/1661) [`bb6d46a`](https://github.com/hey-api/openapi-ts/commit/bb6d46ae119ce4e7e3a2ab3fded74ac4fb4cdff2) Thanks [@mrlubos](https://github.com/mrlubos)! - fix: make createConfig, CreateClientConfig, and Config accept ClientOptions generic

### Added `ClientOptions` interface

The `Config` interface now accepts an optional generic extending `ClientOptions` instead of `boolean` type `ThrowOnError`.

```ts
type Foo = Config<false>; // [!code --]
type Foo = Config<{ throwOnError: false }>; // [!code ++]
```

## 0.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/client-nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hey-api/client-nuxt",
"version": "0.1.3",
"version": "0.2.0",
"description": "🚀 Nuxt client for `@hey-api/openapi-ts` codegen.",
"homepage": "https://heyapi.dev/",
"repository": {
Expand Down
Loading

0 comments on commit d0af19e

Please sign in to comment.