Skip to content

Commit

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

### Major Changes

-   a93793a: Release 1.0.0

### Patch Changes

-   Updated dependencies [a93793a]
    -   @blizzard-api/[email protected]

## @blizzard-api/[email protected]

### Major Changes

-   a93793a: Release 1.0.0

### Patch Changes

-   Updated dependencies [a93793a]
    -   @blizzard-api/[email protected]

## @blizzard-api/[email protected]

### Major Changes

-   a93793a: Release 1.0.0

## @blizzard-api/[email protected]

### Major Changes

-   a93793a: Release 1.0.0

### Patch Changes

-   Updated dependencies [a93793a]
    -   @blizzard-api/[email protected]
  • Loading branch information
Pewtro authored May 9, 2024
2 parents a93793a + 9713eb2 commit f2ea274
Show file tree
Hide file tree
Showing 9 changed files with 46 additions and 15 deletions.
8 changes: 0 additions & 8 deletions .changeset/old-adults-smile.md

This file was deleted.

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

## 1.0.0

### Major Changes

- a93793a: Release 1.0.0

### Patch Changes

- Updated dependencies [a93793a]
- @blizzard-api/core@1.0.0

## 0.1.0

### Minor 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": "0.1.0",
"version": "1.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 @@ -36,7 +36,7 @@
],
"dependencies": {},
"peerDependencies": {
"@blizzard-api/core": "0.1.2"
"@blizzard-api/core": "1.0.0"
},
"devDependencies": {
"@blizzard-api/core": "workspace:*"
Expand Down
11 changes: 11 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @blizzard-api/client

## 1.0.0

### Major Changes

- a93793a: Release 1.0.0

### Patch Changes

- Updated dependencies [a93793a]
- @blizzard-api/core@1.0.0

## 0.2.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": "0.2.4",
"version": "1.0.0",
"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.6.8"
},
"peerDependencies": {
"@blizzard-api/core": "0.1.2"
"@blizzard-api/core": "1.0.0"
},
"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.0.0

### Major Changes

- a93793a: Release 1.0.0

## 0.1.2

### 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": "0.1.2",
"version": "1.0.0",
"license": "MIT",
"author": "Putro",
"description": "The core helpers used by all @blizzard-api/* packages.",
Expand Down
11 changes: 11 additions & 0 deletions packages/wow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @blizzard-api/wow

## 1.0.0

### Major Changes

- a93793a: Release 1.0.0

### Patch Changes

- Updated dependencies [a93793a]
- @blizzard-api/core@1.0.0

## 0.2.4

### 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": "0.2.4",
"version": "1.0.0",
"license": "MIT",
"author": "Putro",
"description": "A series of helpers to interact with the World of Warcraft Blizzard API",
Expand Down Expand Up @@ -36,7 +36,7 @@
],
"dependencies": {},
"peerDependencies": {
"@blizzard-api/core": "0.1.2"
"@blizzard-api/core": "1.0.0"
},
"devDependencies": {
"@blizzard-api/core": "workspace:*"
Expand Down

0 comments on commit f2ea274

Please sign in to comment.