Skip to content

Commit

Permalink
Merge pull request #5 from Pewtro/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
Pewtro authored Mar 29, 2024
2 parents 3d23667 + 7313c70 commit d6b5c46
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-turtles-tickle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eight-clocks-shop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-bears-guess.md

This file was deleted.

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

## 0.0.5

### Patch Changes

- 3d23667: Update types in client after updates in core, and expose the types
- Updated dependencies [7388a3b]
- @blizzard-api/core@0.0.5

## 0.0.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blizzard-api/client",
"version": "0.0.4",
"version": "0.0.5",
"license": "MIT",
"author": "Putro",
"description": "A node.js axios client to integrate with the blizzard battle.net api.",
Expand Down Expand Up @@ -47,7 +47,7 @@
"axios": "1.6.8"
},
"peerDependencies": {
"@blizzard-api/core": "0.0.4"
"@blizzard-api/core": "0.0.5"
},
"devDependencies": {
"@blizzard-api/core": "workspace:*",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @blizzard-api/core

## 0.0.5

### Patch Changes

- 7388a3b: Cleanup types, remove unused types and enable marking a Resource as protected

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blizzard-api/core",
"version": "0.0.4",
"version": "0.0.5",
"license": "MIT",
"author": "Putro",
"description": "The core helpers used by all @blizzard-api/* packages.",
Expand Down
8 changes: 8 additions & 0 deletions packages/wow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @blizzard-api/wow

## 0.0.3

### Patch Changes

- 190f5e7: Update achievements implementation based on core updates
- Updated dependencies [7388a3b]
- @blizzard-api/core@0.0.5

## 0.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/wow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blizzard-api/wow",
"version": "0.0.2",
"version": "0.0.3",
"license": "MIT",
"author": "Putro",
"description": "A series of helpers to interact with the World of Warcraft Blizzard API",
Expand Down Expand Up @@ -45,7 +45,7 @@
],
"dependencies": {},
"peerDependencies": {
"@blizzard-api/core": "0.0.4"
"@blizzard-api/core": "0.0.5"
},
"devDependencies": {
"@blizzard-api/core": "workspace:*"
Expand Down

0 comments on commit d6b5c46

Please sign in to comment.