Skip to content

Commit

Permalink
Merge pull request #603 from hey-api/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
mrlubos authored May 21, 2024
2 parents a1c3f42 + c16dffd commit 037fb5c
Show file tree
Hide file tree
Showing 12 changed files with 33 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changeset/sweet-pumas-rhyme.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tame-humans-unite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-zebras-march.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-tigers-lay.md

This file was deleted.

8 changes: 8 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @hey-api/docs

## 0.5.6

### Patch Changes

- docs: add fetch client documentation ([#602](https://github.com/hey-api/openapi-ts/pull/602))

- docs: add migration notes for v0.46.0 ([#602](https://github.com/hey-api/openapi-ts/pull/602))

## 0.5.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hey-api/docs",
"version": "0.5.5",
"version": "0.5.6",
"description": "Documentation for OpenaAPI TypeScript.",
"private": true,
"type": "module",
Expand Down
8 changes: 8 additions & 0 deletions examples/openapi-ts-fetch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @example/openapi-ts-fetch

## 0.0.1

### Patch Changes

- Updated dependencies [[`c416343eb499791dd4771866de1862a2d5d69350`](https://github.com/hey-api/openapi-ts/commit/c416343eb499791dd4771866de1862a2d5d69350)]:
- @hey-api/client-fetch@0.1.0
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.0",
"version": "0.0.1",
"type": "module",
"scripts": {
"build": "tsc && vite build",
Expand Down
7 changes: 7 additions & 0 deletions packages/client-fetch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @hey-api/client-fetch

## 0.1.0

### Minor Changes

- feat: initial release ([#602](https://github.com/hey-api/openapi-ts/pull/602))
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.0.1",
"version": "0.1.0",
"type": "module",
"description": "Typesafe Fetch API client for your @hey-api/openapi-ts types",
"homepage": "https://heyapi.vercel.app/",
Expand Down
6 changes: 6 additions & 0 deletions packages/openapi-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hey-api/openapi-ts

## 0.46.0

### Minor Changes

- feat: tree-shakeable services ([#602](https://github.com/hey-api/openapi-ts/pull/602))

## 0.45.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/openapi-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hey-api/openapi-ts",
"version": "0.45.1",
"version": "0.46.0",
"type": "module",
"description": "Turn your OpenAPI specification into a beautiful TypeScript client",
"homepage": "https://heyapi.vercel.app/",
Expand Down

0 comments on commit 037fb5c

Please sign in to comment.