Skip to content

Commit

Permalink
Create new release
Browse files Browse the repository at this point in the history
  • Loading branch information
gw2treasures-release-bot[bot] committed Jul 27, 2024
1 parent eae3e58 commit def73f1
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 37 deletions.
5 changes: 0 additions & 5 deletions .changeset/dirty-yaks-leave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-tools-suffer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-apples-explain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-apes-accept.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-peas-buy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-hairs-pull.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-cheetahs-eat.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/fetch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gw2api/fetch

## 0.4.0

### Minor Changes

- Add `onRequest` option to modify requests ([#65](https://github.com/GW2Treasures/gw2api-ts/pull/65) by [@darthmaim](https://github.com/darthmaim))

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gw2api/fetch",
"version": "0.3.0",
"version": "0.4.0",
"description": "Tiny wrapper around fetch that returns type-safe responses",
"license": "MIT",
"main": "dist/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @gw2api/types

## 0.0.14

### Patch Changes

- Add types for `/v2/colors` ([`0a727f9`](https://github.com/GW2Treasures/gw2api-ts/commit/0a727f9a7371ee2bb9175dd0f253b21e6f388d15) by [@darthmaim](https://github.com/darthmaim))
- Add types for `/v2/currencies` ([`76bd812`](https://github.com/GW2Treasures/gw2api-ts/commit/76bd812d9a2e8a26d12c4baa0c1afbe7ad193391) by [@darthmaim](https://github.com/darthmaim))
- Add types for `/v2/titles` ([`3ecdca5`](https://github.com/GW2Treasures/gw2api-ts/commit/3ecdca5e923dbf4f4fb0863229e12ef27e101661) by [@darthmaim](https://github.com/darthmaim))
- Add types for `/v2/skins` ([`2badee8`](https://github.com/GW2Treasures/gw2api-ts/commit/2badee806b4b3c952e0da84ecedccccdeff1d5c5) by [@darthmaim](https://github.com/darthmaim))
- Add types for `/v2/recipes` ([`8e7ac8f`](https://github.com/GW2Treasures/gw2api-ts/commit/8e7ac8f2cb4c42dcc64e2aa53a115d48c1c8dea0) by [@darthmaim](https://github.com/darthmaim))
- Add types for `/v2/guild/upgrades` ([`eae3e58`](https://github.com/GW2Treasures/gw2api-ts/commit/eae3e58c9c6fb76003f8f6bbf1fd4442b77a5956) by [@darthmaim](https://github.com/darthmaim))

## 0.0.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gw2api/types",
"version": "0.0.13",
"version": "0.0.14",
"description": "TypeScript types for all datastructures used by the Guild Wars 2 API",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit def73f1

Please sign in to comment.