Skip to content

Commit

Permalink
Merge pull request #13 from GW2Treasures/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
darthmaim authored Feb 22, 2024
2 parents 1ea0697 + 0cead7e commit 7118720
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/dull-impalas-explode.md

This file was deleted.

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

## 0.0.5

### Patch Changes

- 716cd7c: Update release workflow
- Updated dependencies [716cd7c]
- @gw2api/types@0.0.4

## 0.0.4

### 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.4",
"version": "0.0.5",
"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.3"
"@gw2api/types": "~0.0.4"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 6 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gw2api/types

## 0.0.4

### Patch Changes

- 716cd7c: Update release workflow

## 0.0.3

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

0 comments on commit 7118720

Please sign in to comment.