Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #40

Merged
merged 1 commit into from
Oct 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/[email protected]

## 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/[email protected]

## 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/[email protected]

## 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/[email protected]

## 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/[email protected]

## 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/[email protected]

## 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