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 Aug 11, 2024
1 parent 9f618ca commit e0cedc7
Show file tree
Hide file tree
Showing 30 changed files with 65 additions and 109 deletions.
5 changes: 0 additions & 5 deletions .changeset/breezy-ants-peel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/bright-clouds-talk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cold-moons-smoke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cool-papayas-sell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cuddly-plants-hug.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/giant-bats-marry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/giant-crabs-relate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-poems-applaud.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-snakes-try.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-poets-join.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-trainers-push.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-days-tan.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-shoes-wave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-masks-live.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-eyes-cross.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-seas-happen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-planes-rush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-radios-sleep.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-buckets-turn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-islands-brake.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/classic-wow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @blizzard-api/classic-wow

## 2.0.0

### Patch Changes

- Updated dependencies [23c193f]
- @blizzard-api/core@1.2.0

## 1.1.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/classic-wow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blizzard-api/classic-wow",
"version": "1.1.4",
"version": "2.0.0",
"license": "MIT",
"author": "Putro",
"description": "A series of helpers to interact with the World of Warcraft Classic Blizzard API",
Expand Down Expand Up @@ -38,7 +38,7 @@
],
"dependencies": {},
"peerDependencies": {
"@blizzard-api/core": "1.1.2"
"@blizzard-api/core": "1.2.0"
},
"devDependencies": {
"@blizzard-api/core": "workspace:*"
Expand Down
7 changes: 7 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @blizzard-api/client

## 2.0.0

### Patch Changes

- Updated dependencies [23c193f]
- @blizzard-api/core@1.2.0

## 1.0.5

### 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": "1.0.5",
"version": "2.0.0",
"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.7.3"
},
"peerDependencies": {
"@blizzard-api/core": "1.1.2"
"@blizzard-api/core": "1.2.0"
},
"devDependencies": {
"@blizzard-api/classic-wow": "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

## 1.2.0

### Minor Changes

- 23c193f: Add ProtectedResource type that is meant to be used as a helper to reduce generics passed along to Resource

## 1.1.2

### 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": "1.1.2",
"version": "1.2.0",
"license": "MIT",
"author": "Putro",
"description": "The core helpers used by all @blizzard-api/* packages.",
Expand Down
7 changes: 7 additions & 0 deletions packages/d3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @blizzard-api/d3

## 1.0.0

### Patch Changes

- Updated dependencies [23c193f]
- @blizzard-api/core@1.2.0

## 0.1.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/d3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blizzard-api/d3",
"version": "0.1.3",
"version": "1.0.0",
"license": "MIT",
"author": "Putro",
"description": "A series of helpers to interact with the Diablo 3 Blizzard API",
Expand Down Expand Up @@ -38,7 +38,7 @@
],
"dependencies": {},
"peerDependencies": {
"@blizzard-api/core": "1.1.2"
"@blizzard-api/core": "1.2.0"
},
"devDependencies": {
"@blizzard-api/core": "workspace:*"
Expand Down
29 changes: 29 additions & 0 deletions packages/wow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# @blizzard-api/wow

## 2.0.0

### Minor Changes

- 9108aeb: Add support for Character Professions APIs
- a77dc5d: Add support for the protected Guild APIs
- 0eb6dde: Add support for Character PvP APIs
- c202b50: Add support for Character Collections APIs
- 5c03ab5: Add support for Character Media APIs
- 6424b30: Add support for Character Soulbinds APIs
- f224581: Add support for Character Encounters APIs
- e6261b7: Add support for Character Titles APIs
- 455d766: Add support for Character Mythic Keystone Profile APIs
- 57f0f76: Add Account Profile API responses.
- 28b9676: Add support for Character Profile APIs
- d191168: Add support for Character Appearance APIs
- e102c3e: Add support for Character Statistics APIs
- 9a9714e: Add support for Character Equipment APIs
- 2029362: Add support for Character Specialization APIs
- 38de1fd: Add support for Character Reputations APIs
- 333fcda: Add support for Character Hunter Pets APIs
- 1d182dd: Add support for Character Achievement APIs
- 759f61b: Add support for Character Quests APIs

### Patch Changes

- Updated dependencies [23c193f]
- @blizzard-api/core@1.2.0

## 1.1.4

### 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": "1.1.4",
"version": "2.0.0",
"license": "MIT",
"author": "Putro",
"description": "A series of helpers to interact with the World of Warcraft Blizzard API",
Expand Down Expand Up @@ -38,7 +38,7 @@
],
"dependencies": {},
"peerDependencies": {
"@blizzard-api/core": "1.1.2"
"@blizzard-api/core": "1.2.0"
},
"devDependencies": {
"@blizzard-api/core": "workspace:*"
Expand Down

0 comments on commit e0cedc7

Please sign in to comment.