Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and Pewtro committed Sep 27, 2024
1 parent c9b1af0 commit 9e5f677
Show file tree
Hide file tree
Showing 16 changed files with 107 additions and 80 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-owls-remain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/empty-nails-design.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-ghosts-design.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-seals-yell.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.6

### Patch Changes

- Updated dependencies [6587647]
- @blizzard-api/core@1.2.1

## 1.1.5

### 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.5",
"version": "1.1.6",
"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.2.0"
"@blizzard-api/core": "1.2.1"
},
"devDependencies": {
"@blizzard-api/core": "workspace:*"
Expand Down
8 changes: 8 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @blizzard-api/client

## 1.0.10

### Patch Changes

- c03c028: Export client types explicitly as types
- Updated dependencies [6587647]
- @blizzard-api/core@1.2.1

## 1.0.9

### 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.9",
"version": "1.0.10",
"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.7"
},
"peerDependencies": {
"@blizzard-api/core": "1.2.0"
"@blizzard-api/core": "1.2.1"
},
"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.2.1

### Patch Changes

- 6587647: Explicitly export namespace, resource and search types as types

## 1.2.0

### Minor 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.2.0",
"version": "1.2.1",
"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.5

### Patch Changes

- Updated dependencies [6587647]
- @blizzard-api/core@1.2.1

## 0.1.4

### 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.4",
"version": "0.1.5",
"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.2.0"
"@blizzard-api/core": "1.2.1"
},
"devDependencies": {
"@blizzard-api/core": "workspace:*"
Expand Down
11 changes: 11 additions & 0 deletions packages/sc2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
# @blizzard-api/sc2

## 0.1.0

### Minor Changes

- b04aa16: Initial release of @blizzard-api/sc2

### Patch Changes

- Updated dependencies [6587647]
- @blizzard-api/core@1.2.1
102 changes: 51 additions & 51 deletions packages/sc2/package.json
Original file line number Diff line number Diff line change
@@ -1,51 +1,51 @@
{
"name": "@blizzard-api/sc2",
"version": "0.0.0",
"license": "MIT",
"author": "Putro",
"description": "A series of helpers to interact with the Starcraft II Blizzard API",
"repository": "https://github.com/Pewtro/blizzard-api/tree/main/packages/sc2",
"type": "module",
"engines": {
"node": "^18.18 || ^20.9 || ^21.1 || ^22"
},
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
}
},
"files": [
"dist"
],
"keywords": [
"blizzard",
"battlenet",
"battle.net",
"bnet",
"api",
"starcraft",
"sc2"
],
"dependencies": {},
"peerDependencies": {
"@blizzard-api/core": "1.2.0"
},
"devDependencies": {
"@blizzard-api/core": "workspace:*"
},
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"test": "vitest run",
"test:coverage": "pnpm test -- --coverage",
"test:watch": "vitest watch"
}
}
{
"name": "@blizzard-api/sc2",
"version": "0.1.0",
"license": "MIT",
"author": "Putro",
"description": "A series of helpers to interact with the Starcraft II Blizzard API",
"repository": "https://github.com/Pewtro/blizzard-api/tree/main/packages/sc2",
"type": "module",
"engines": {
"node": "^18.18 || ^20.9 || ^21.1 || ^22"
},
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
}
},
"files": [
"dist"
],
"keywords": [
"blizzard",
"battlenet",
"battle.net",
"bnet",
"api",
"starcraft",
"sc2"
],
"dependencies": {},
"peerDependencies": {
"@blizzard-api/core": "1.2.1"
},
"devDependencies": {
"@blizzard-api/core": "workspace:*"
},
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"test": "vitest run",
"test:coverage": "pnpm test -- --coverage",
"test:watch": "vitest watch"
}
}
8 changes: 8 additions & 0 deletions packages/wow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @blizzard-api/wow

## 1.2.1

### Patch Changes

- 7932e99: Explicitly export types as types
- Updated dependencies [6587647]
- @blizzard-api/core@1.2.1

## 1.2.0

### Minor 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.2.0",
"version": "1.2.1",
"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.2.0"
"@blizzard-api/core": "1.2.1"
},
"devDependencies": {
"@blizzard-api/core": "workspace:*"
Expand Down

0 comments on commit 9e5f677

Please sign in to comment.