Skip to content

Commit

Permalink
Version Packages (#40)
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]

### Major Changes

- 2d2e2c1: This package now ships with ESM-only. If you need ESM and CJS
you can use the previous major release that was a dual-release. Node v22
also ships with native interoperability between the two that you can
utilise

### Minor Changes

-   443e856: Broaden the allowed node versions

### Patch Changes

-   Updated dependencies [443e856]
-   Updated dependencies [2d2e2c1]
    -   @blizzard-api/[email protected]

## @blizzard-api/[email protected]

### Major Changes

- 2d2e2c1: This package now ships with ESM-only. If you need ESM and CJS
you can use the previous major release that was a dual-release. Node v22
also ships with native interoperability between the two that you can
utilise

### Minor Changes

-   443e856: Broaden the allowed node versions

### Patch Changes

-   Updated dependencies [443e856]
-   Updated dependencies [2d2e2c1]
    -   @blizzard-api/[email protected]

## @blizzard-api/[email protected]

### Major Changes

- 2d2e2c1: This package now ships with ESM-only. If you need ESM and CJS
you can use the previous major release that was a dual-release. Node v22
also ships with native interoperability between the two that you can
utilise

### Minor Changes

-   443e856: Broaden the allowed node versions

## @blizzard-api/[email protected]

### Major Changes

- 2d2e2c1: This package now ships with ESM-only. If you need ESM and CJS
you can use the previous major release that was a dual-release. Node v22
also ships with native interoperability between the two that you can
utilise

### Minor Changes

-   443e856: Broaden the allowed node versions

### Patch Changes

-   Updated dependencies [443e856]
-   Updated dependencies [2d2e2c1]
    -   @blizzard-api/[email protected]

## @blizzard-api/[email protected]

### Major Changes

- 2d2e2c1: This package now ships with ESM-only. If you need ESM and CJS
you can use the previous major release that was a dual-release. Node v22
also ships with native interoperability between the two that you can
utilise

### Minor Changes

-   443e856: Broaden the allowed node versions

### Patch Changes

-   Updated dependencies [443e856]
-   Updated dependencies [2d2e2c1]
    -   @blizzard-api/[email protected]

## @blizzard-api/[email protected]

### Major Changes

- 2d2e2c1: This package now ships with ESM-only. If you need ESM and CJS
you can use the previous major release that was a dual-release. Node v22
also ships with native interoperability between the two that you can
utilise

### Minor Changes

-   443e856: Broaden the allowed node versions

### Patch Changes

-   Updated dependencies [443e856]
-   Updated dependencies [2d2e2c1]
    -   @blizzard-api/[email protected]

## @blizzard-api/[email protected]

### Major Changes

- 2d2e2c1: This package now ships with ESM-only. If you need ESM and CJS
you can use the previous major release that was a dual-release. Node v22
also ships with native interoperability between the two that you can
utilise

### Minor Changes

-   443e856: Broaden the allowed node versions

### Patch Changes

-   Updated dependencies [443e856]
-   Updated dependencies [2d2e2c1]
    -   @blizzard-api/[email protected]

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Oct 29, 2024
1 parent 2d2e2c1 commit ad38da6
Show file tree
Hide file tree
Showing 16 changed files with 119 additions and 35 deletions.
11 changes: 0 additions & 11 deletions .changeset/cold-icons-taste.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/quick-rice-give.md

This file was deleted.

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

## 2.0.0

### Major Changes

- 2d2e2c1: This package now ships with ESM-only. If you need ESM and CJS you can use the previous major release that was a dual-release. Node v22 also ships with native interoperability between the two that you can utilise

### Minor Changes

- 443e856: Broaden the allowed node versions

### Patch Changes

- Updated dependencies [443e856]
- Updated dependencies [2d2e2c1]
- @blizzard-api/core@2.0.0

## 1.1.7

### 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.7",
"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 @@ -34,7 +34,7 @@
],
"dependencies": {},
"peerDependencies": {
"@blizzard-api/core": "1.2.1"
"@blizzard-api/core": "2.0.0"
},
"devDependencies": {
"@blizzard-api/core": "workspace:*"
Expand Down
16 changes: 16 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @blizzard-api/client

## 2.0.0

### Major Changes

- 2d2e2c1: This package now ships with ESM-only. If you need ESM and CJS you can use the previous major release that was a dual-release. Node v22 also ships with native interoperability between the two that you can utilise

### Minor Changes

- 443e856: Broaden the allowed node versions

### Patch Changes

- Updated dependencies [443e856]
- Updated dependencies [2d2e2c1]
- @blizzard-api/core@2.0.0

## 1.0.10

### 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.10",
"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 @@ -43,7 +43,7 @@
"axios": "1.7.7"
},
"peerDependencies": {
"@blizzard-api/core": "1.2.1"
"@blizzard-api/core": "2.0.0"
},
"devDependencies": {
"@blizzard-api/classic-wow": "workspace:*",
Expand Down
10 changes: 10 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @blizzard-api/core

## 2.0.0

### Major Changes

- 2d2e2c1: This package now ships with ESM-only. If you need ESM and CJS you can use the previous major release that was a dual-release. Node v22 also ships with native interoperability between the two that you can utilise

### Minor Changes

- 443e856: Broaden the allowed node versions

## 1.2.1

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

## 1.0.0

### Major Changes

- 2d2e2c1: This package now ships with ESM-only. If you need ESM and CJS you can use the previous major release that was a dual-release. Node v22 also ships with native interoperability between the two that you can utilise

### Minor Changes

- 443e856: Broaden the allowed node versions

### Patch Changes

- Updated dependencies [443e856]
- Updated dependencies [2d2e2c1]
- @blizzard-api/core@2.0.0

## 0.1.6

### 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.6",
"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 @@ -34,7 +34,7 @@
],
"dependencies": {},
"peerDependencies": {
"@blizzard-api/core": "1.2.1"
"@blizzard-api/core": "2.0.0"
},
"devDependencies": {
"@blizzard-api/core": "workspace:*"
Expand Down
16 changes: 16 additions & 0 deletions packages/hs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @blizzard-api/hs

## 1.0.0

### Major Changes

- 2d2e2c1: This package now ships with ESM-only. If you need ESM and CJS you can use the previous major release that was a dual-release. Node v22 also ships with native interoperability between the two that you can utilise

### Minor Changes

- 443e856: Broaden the allowed node versions

### Patch Changes

- Updated dependencies [443e856]
- Updated dependencies [2d2e2c1]
- @blizzard-api/core@2.0.0

## 0.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/hs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blizzard-api/hs",
"version": "0.1.1",
"version": "1.0.0",
"license": "MIT",
"author": "Putro",
"description": "A series of helpers to interact with the Hearthstone Blizzard API",
Expand Down Expand Up @@ -32,7 +32,7 @@
],
"dependencies": {},
"peerDependencies": {
"@blizzard-api/core": "1.2.1"
"@blizzard-api/core": "2.0.0"
},
"devDependencies": {
"@blizzard-api/core": "workspace:*"
Expand Down
16 changes: 16 additions & 0 deletions packages/sc2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @blizzard-api/sc2

## 1.0.0

### Major Changes

- 2d2e2c1: This package now ships with ESM-only. If you need ESM and CJS you can use the previous major release that was a dual-release. Node v22 also ships with native interoperability between the two that you can utilise

### Minor Changes

- 443e856: Broaden the allowed node versions

### Patch Changes

- Updated dependencies [443e856]
- Updated dependencies [2d2e2c1]
- @blizzard-api/core@2.0.0

## 0.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/sc2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blizzard-api/sc2",
"version": "0.1.1",
"version": "1.0.0",
"license": "MIT",
"author": "Putro",
"description": "A series of helpers to interact with the Starcraft II Blizzard API",
Expand Down Expand Up @@ -32,7 +32,7 @@
],
"dependencies": {},
"peerDependencies": {
"@blizzard-api/core": "1.2.1"
"@blizzard-api/core": "2.0.0"
},
"devDependencies": {
"@blizzard-api/core": "workspace:*"
Expand Down
16 changes: 16 additions & 0 deletions packages/wow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @blizzard-api/wow

## 2.0.0

### Major Changes

- 2d2e2c1: This package now ships with ESM-only. If you need ESM and CJS you can use the previous major release that was a dual-release. Node v22 also ships with native interoperability between the two that you can utilise

### Minor Changes

- 443e856: Broaden the allowed node versions

### Patch Changes

- Updated dependencies [443e856]
- Updated dependencies [2d2e2c1]
- @blizzard-api/core@2.0.0

## 1.2.3

### 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.2.3",
"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 @@ -34,7 +34,7 @@
],
"dependencies": {},
"peerDependencies": {
"@blizzard-api/core": "1.2.1"
"@blizzard-api/core": "2.0.0"
},
"devDependencies": {
"@blizzard-api/core": "workspace:*"
Expand Down

0 comments on commit ad38da6

Please sign in to comment.