Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 21, 2024
1 parent 3f36948 commit 8b2c0cf
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/eight-terms-cough.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-months-shake.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
@@ -0,0 +1,9 @@
# @gw2api/fetch

## 0.0.4

### Patch Changes

- 561a2a7: Set error name
- Updated dependencies [561a2a7]
- @gw2api/types@0.0.3
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.3",
"version": "0.0.4",
"description": "Tiny wrapper around fetch that returns type-safe responses",
"license": "MIT",
"main": "dist/index.js",
Expand All @@ -26,7 +26,7 @@
"typescript": "^5.2.2"
},
"peerDependencies": {
"@gw2api/types": "~0.0.1"
"@gw2api/types": "~0.0.3"
},
"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
@@ -0,0 +1,7 @@
# @gw2api/types

## 0.0.3

### Patch Changes

- 561a2a7: Add types for /v2/quaggans and /v2/createsubtoken to data directory
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.2",
"version": "0.0.3",
"description": "TypeScript types for all datastructures used by the Guild Wars 2 API",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 8b2c0cf

Please sign in to comment.