Skip to content

Commit

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

### Minor Changes

- e4c8e16: Additionally export functionality from the root rather than
only from the named wow/classicWow export

## @blizzard-api/[email protected]

### Minor Changes

- e4c8e16: Additionally export functionality from the root rather than
only from the named wow/classicWow export
  • Loading branch information
Pewtro authored May 19, 2024
2 parents e4c8e16 + cb5ae44 commit 099d447
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .changeset/cold-clocks-hang.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.0

### Minor Changes

- e4c8e16: Additionally export functionality from the root rather than only from the named wow/classicWow export

## 1.0.0

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

## 1.1.0

### Minor Changes

- e4c8e16: Additionally export functionality from the root rather than only from the named wow/classicWow export

## 1.0.0

### Major 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.0.0",
"version": "1.1.0",
"license": "MIT",
"author": "Putro",
"description": "A series of helpers to interact with the World of Warcraft Blizzard API",
Expand Down

0 comments on commit 099d447

Please sign in to comment.