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 Apr 11, 2024
1 parent ec069be commit 510d06b
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/dirty-grapes-pump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-donkeys-allow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-olives-lick.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.0.6

### Patch Changes

- 7fa9d14: Add AbortController `signal` to `fetch` options.
- Updated dependencies [7aa6297]
- Updated dependencies [44e48ec]
- @gw2api/types@0.0.5

## 0.0.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gw2api/fetch",
"version": "0.0.5",
"version": "0.0.6",
"description": "Tiny wrapper around fetch that returns type-safe responses",
"license": "MIT",
"main": "dist/index.js",
Expand All @@ -24,7 +24,7 @@
"typescript": "^5.2.2"
},
"peerDependencies": {
"@gw2api/types": "~0.0.4"
"@gw2api/types": "~0.0.5"
},
"publishConfig": {
"access": "public"
Expand Down
7 changes: 7 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @gw2api/types

## 0.0.5

### Patch Changes

- 7aa6297: Fix typo in type `KnownAuthenticatedEndpoint`
- 44e48ec: Add `/v2/commerce/transactions` endpoints

## 0.0.4

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

0 comments on commit 510d06b

Please sign in to comment.