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 Jul 15, 2024
1 parent 3330b07 commit 0af0ff8
Show file tree
Hide file tree
Showing 11 changed files with 43 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/cool-pens-cough.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

## 1.1.4

### Patch Changes

- Updated dependencies [3330b07]
- @blizzard-api/core@1.1.2

## 1.1.3

### 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.3",
"version": "1.1.4",
"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.1"
"@blizzard-api/core": "1.1.2"
},
"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

## 1.0.5

### Patch Changes

- Updated dependencies [3330b07]
- @blizzard-api/core@1.1.2

## 1.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": "1.0.4",
"version": "1.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.7.2"
},
"peerDependencies": {
"@blizzard-api/core": "1.1.1"
"@blizzard-api/core": "1.1.2"
},
"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.1.2

### Patch Changes

- 3330b07: Rename internal locales to \_regionLocaleMap to better indicate it's a private value used internally and give it a more fitting name

## 1.1.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.1.1",
"version": "1.1.2",
"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

## 0.1.3

### Patch Changes

- Updated dependencies [3330b07]
- @blizzard-api/core@1.1.2

## 0.1.2

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

## 1.1.4

### Patch Changes

- Updated dependencies [3330b07]
- @blizzard-api/core@1.1.2

## 1.1.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.1.3",
"version": "1.1.4",
"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.1"
"@blizzard-api/core": "1.1.2"
},
"devDependencies": {
"@blizzard-api/core": "workspace:*"
Expand Down

0 comments on commit 0af0ff8

Please sign in to comment.