Skip to content

Commit

Permalink
Version Packages (#19)
Browse files Browse the repository at this point in the history
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.


# Releases
## @blizzard-api/[email protected]

### Patch Changes

- 40fc42f: Add JSDoc comments on types, interfaces, classes and
functions
-   6210223: Update compatible node versions to include v22
-   Updated dependencies [f81101e]
-   Updated dependencies [6210223]
    -   @blizzard-api/[email protected]

## @blizzard-api/[email protected]

### Patch Changes

-   f81101e: Add JSDoc comments on types, interfaces and functions
-   6210223: Update compatible node versions to include v22

## @blizzard-api/[email protected]

### Patch Changes

-   ca4888f: Add JSDoc comments on types, interfaces and functions
- c0d7647: Rename ItemSubclassResponse to ItemSubClassResponse and
remove unintentional export of the `Effect` interface.
-   6210223: Update compatible node versions to include v22
-   aaba86b: Properly export types from media search API
-   Updated dependencies [f81101e]
-   Updated dependencies [6210223]
    -   @blizzard-api/[email protected]
  • Loading branch information
Pewtro authored May 2, 2024
2 parents 36eb17e + 3e30f1e commit 4f836f5
Show file tree
Hide file tree
Showing 12 changed files with 34 additions and 37 deletions.
5 changes: 0 additions & 5 deletions .changeset/empty-spoons-act.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-wombats-sneeze.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-bananas-wonder.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-plums-fly.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/strange-hounds-know.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-spies-walk.md

This file was deleted.

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

## 0.2.3

### Patch Changes

- 40fc42f: Add JSDoc comments on types, interfaces, classes and functions
- 6210223: Update compatible node versions to include v22
- Updated dependencies [f81101e]
- Updated dependencies [6210223]
- @blizzard-api/core@0.1.1

## 0.2.2

### 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.2.2",
"version": "0.2.3",
"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.1.0"
"@blizzard-api/core": "0.1.1"
},
"devDependencies": {
"@blizzard-api/core": "workspace:*",
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @blizzard-api/core

## 0.1.1

### Patch Changes

- f81101e: Add JSDoc comments on types, interfaces and functions
- 6210223: Update compatible node versions to include v22

## 0.1.0

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

## 0.2.3

### Patch Changes

- ca4888f: Add JSDoc comments on types, interfaces and functions
- c0d7647: Rename ItemSubclassResponse to ItemSubClassResponse and remove unintentional export of the `Effect` interface.
- 6210223: Update compatible node versions to include v22
- aaba86b: Properly export types from media search API
- Updated dependencies [f81101e]
- Updated dependencies [6210223]
- @blizzard-api/core@0.1.1

## 0.2.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.2.2",
"version": "0.2.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.1.0"
"@blizzard-api/core": "0.1.1"
},
"devDependencies": {
"@blizzard-api/core": "workspace:*"
Expand Down

0 comments on commit 4f836f5

Please sign in to comment.