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 Oct 7, 2024
1 parent 9fcee2f commit b7ed486
Show file tree
Hide file tree
Showing 12 changed files with 36 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-trees-complain.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/tough-dots-enjoy.md

This file was deleted.

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

## 1.1.7

### Patch Changes

- d414f3e: Adjust exports in game packages to not be duplicated

## 1.1.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.6",
"version": "1.1.7",
"license": "MIT",
"author": "Putro",
"description": "A series of helpers to interact with the World of Warcraft Classic Blizzard API",
Expand Down
6 changes: 6 additions & 0 deletions packages/d3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @blizzard-api/d3

## 0.1.6

### Patch Changes

- d414f3e: Adjust exports in game packages to not be duplicated

## 0.1.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.5",
"version": "0.1.6",
"license": "MIT",
"author": "Putro",
"description": "A series of helpers to interact with the Diablo 3 Blizzard API",
Expand Down
6 changes: 6 additions & 0 deletions packages/hs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @blizzard-api/hs

## 0.1.1

### Patch Changes

- d414f3e: Adjust exports in game packages to not be duplicated

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.0",
"version": "0.1.1",
"license": "MIT",
"author": "Putro",
"description": "A series of helpers to interact with the Hearthstone Blizzard API",
Expand Down
7 changes: 7 additions & 0 deletions packages/sc2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @blizzard-api/sc2

## 0.1.1

### Patch Changes

- 707648a: Add missing default export of sc2 object and export all other functions separately
- d414f3e: Adjust exports in game packages to not be duplicated

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.0",
"version": "0.1.1",
"license": "MIT",
"author": "Putro",
"description": "A series of helpers to interact with the Starcraft II Blizzard API",
Expand Down
6 changes: 6 additions & 0 deletions packages/wow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @blizzard-api/wow

## 1.2.3

### Patch Changes

- d414f3e: Adjust exports in game packages to not be duplicated

## 1.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.2",
"version": "1.2.3",
"license": "MIT",
"author": "Putro",
"description": "A series of helpers to interact with the World of Warcraft Blizzard API",
Expand Down

0 comments on commit b7ed486

Please sign in to comment.