Skip to content

Commit

Permalink
Merge pull request #40 from GW2Treasures/changeset-release/main
Browse files Browse the repository at this point in the history
New Release
  • Loading branch information
darthmaim authored Jul 22, 2024
2 parents f39b728 + 57c45ef commit c4f35a3
Show file tree
Hide file tree
Showing 10 changed files with 47 additions and 61 deletions.
5 changes: 0 additions & 5 deletions .changeset/brown-dryers-divide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chatty-owls-stare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/khaki-wolves-swim.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/new-ants-push.md

This file was deleted.

24 changes: 0 additions & 24 deletions .changeset/seven-lizards-unite.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/tasty-scissors-check.md

This file was deleted.

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

## 0.1.0

### Minor Changes

- Catch more invalid responses from the Guild Wars 2 API: ([#44](https://github.com/GW2Treasures/gw2api-ts/pull/44) by [@darthmaim](https://github.com/darthmaim))
- Make sure the response is JSON
- Include `text` in thrown error if the error is a valid error response
- Catch `["v1", "v2"]` error

## 0.0.8

### Patch 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.0.8",
"version": "0.1.0",
"description": "Tiny wrapper around fetch that returns type-safe responses",
"license": "MIT",
"main": "dist/index.js",
Expand Down
36 changes: 36 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
# @gw2api/types

## 0.0.6

### Patch Changes

- Add types for `/v2/account/wallet` ([#43](https://github.com/GW2Treasures/gw2api-ts/pull/43) by [@darthmaim](https://github.com/darthmaim))
- Add types for `/v2/account/achievements` ([#41](https://github.com/GW2Treasures/gw2api-ts/pull/41) by [@darthmaim](https://github.com/darthmaim))
- Fix model schema resolution ([#39](https://github.com/GW2Treasures/gw2api-ts/pull/39) by [@darthmaim](https://github.com/darthmaim))
- Add types for wizards vault endpoints ([#47](https://github.com/GW2Treasures/gw2api-ts/pull/47) by [@darthmaim](https://github.com/darthmaim))
- `/v2/account/wizardsvault/daily`
- `/v2/account/wizardsvault/listings`
- `/v2/account/wizardsvault/special`
- `/v2/account/wizardsvault/weekly`
- `/v2/wizardsvault`
- `/v2/wizardsvault/listings`
- `/v2/wizardsvault/objectives`
- Add types for account endpoints that return a list of ids: ([#42](https://github.com/GW2Treasures/gw2api-ts/pull/42) by [@darthmaim](https://github.com/darthmaim))
- `/v2/account/dyes`
- `/v2/account/emotes`
- `/v2/account/gliders`
- `/v2/account/home/nodes`
- `/v2/account/jadebots`
- `/v2/account/mailcarriers`
- `/v2/account/mapchests`
- `/v2/account/minis`
- `/v2/account/mounts/skins`
- `/v2/account/mounts/types`
- `/v2/account/novelties`
- `/v2/account/outfits`
- `/v2/account/pvp/heroes`
- `/v2/account/raids`
- `/v2/account/recipes`
- `/v2/account/skiffs`
- `/v2/account/skins`
- `/v2/account/titles`
- `/v2/account/worldbosses`

## 0.0.5

### 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.5",
"version": "0.0.6",
"description": "TypeScript types for all datastructures used by the Guild Wars 2 API",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit c4f35a3

Please sign in to comment.