Skip to content

Commit

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

- 0fb2bed: Add default exports and improve the README documentation
slightly

## @blizzard-api/[email protected]

### Patch Changes

- 0fb2bed: Add default exports and improve the README documentation
slightly

## @blizzard-api/[email protected]

### Patch Changes

- 0fb2bed: Add default exports and improve the README documentation
slightly

## @blizzard-api/[email protected]

### Patch Changes

- 0fb2bed: Add default exports and improve the README documentation
slightly
  • Loading branch information
Pewtro authored Jul 1, 2024
2 parents 0fb2bed + 34be80d commit 695e302
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 12 deletions.
8 changes: 0 additions & 8 deletions .changeset/real-hotels-vanish.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.3

### Patch Changes

- 0fb2bed: Add default exports and improve the README documentation slightly

## 1.1.2

### 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.2",
"version": "1.1.3",
"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/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @blizzard-api/client

## 1.0.4

### Patch Changes

- 0fb2bed: Add default exports and improve the README documentation slightly

## 1.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.3",
"version": "1.0.4",
"license": "MIT",
"author": "Putro",
"description": "A node.js axios client to integrate with the blizzard battle.net 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.2

### Patch Changes

- 0fb2bed: Add default exports and improve the README documentation slightly

## 0.1.1

### 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.1",
"version": "0.1.2",
"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/wow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @blizzard-api/wow

## 1.1.3

### Patch Changes

- 0fb2bed: Add default exports and improve the README documentation slightly

## 1.1.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.1.2",
"version": "1.1.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 695e302

Please sign in to comment.