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 26, 2024
1 parent 8e7ac8f commit d4410cd
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 22 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/new-apes-accept.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-hairs-pull.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
8 changes: 8 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @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/recipes` ([`8e7ac8f`](https://github.com/GW2Treasures/gw2api-ts/commit/8e7ac8f2cb4c42dcc64e2aa53a115d48c1c8dea0) 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 d4410cd

Please sign in to comment.