Skip to content

Commit

Permalink
Merge pull request #3 from Pewtro/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
Pewtro authored Mar 28, 2024
2 parents e668960 + aed8939 commit 9ae2fb7
Show file tree
Hide file tree
Showing 9 changed files with 86 additions and 78 deletions.
5 changes: 0 additions & 5 deletions .changeset/lucky-feet-turn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-taxis-look.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-suns-count.md

This file was deleted.

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

## 0.0.3

### Patch Changes

- 2d6dbeb: Improve client functionality and dogfood @blizzard-api/wow
- Updated dependencies [06dc41d]
- @blizzard-api/core@0.0.3

## 0.0.2

### 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.0.2",
"version": "0.0.3",
"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.0.2"
"@blizzard-api/core": "0.0.3"
},
"devDependencies": {
"@blizzard-api/core": "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

## 0.0.3

### Patch Changes

- 06dc41d: Update @blizzard-ap/core with better types and remove some unused ones

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

## 0.0.1

### Patch Changes

- 3ea04fa: Begin the creation of @blizzard-api/wow with achievement API types
- Updated dependencies [06dc41d]
- @blizzard-api/core@0.0.3
120 changes: 60 additions & 60 deletions packages/wow/package.json
Original file line number Diff line number Diff line change
@@ -1,60 +1,60 @@
{
"name": "@blizzard-api/wow",
"version": "0.0.0",
"license": "MIT",
"author": "Putro",
"description": "A series of helpers to interact with the World of Warcraft Blizzard API",
"repository": "https://github.com/Pewtro/blizzard/packages/wow",
"type": "module",
"engines": {
"node": ">=18 <19 || >=20"
},
"main": "./dist/index.js",
"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",
"world of warcraft",
"warcraft",
"wow",
"classic",
"retail",
"starcraft",
"sc2",
"diablo",
"d3",
"hs",
"hearthstone",
"ow",
"overwatch"
],
"dependencies": {},
"peerDependencies": {
"@blizzard-api/core": "0.0.2"
},
"devDependencies": {
"@blizzard-api/core": "workspace:*"
},
"scripts": {
"build": "tsup",
"debv": "tsup --watch",
"test": "vitest run",
"test:coverage": "pnpm test -- --coverage",
"test:watch": "vitest watch"
}
}
{
"name": "@blizzard-api/wow",
"version": "0.0.1",
"license": "MIT",
"author": "Putro",
"description": "A series of helpers to interact with the World of Warcraft Blizzard API",
"repository": "https://github.com/Pewtro/blizzard/packages/wow",
"type": "module",
"engines": {
"node": ">=18 <19 || >=20"
},
"main": "./dist/index.js",
"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",
"world of warcraft",
"warcraft",
"wow",
"classic",
"retail",
"starcraft",
"sc2",
"diablo",
"d3",
"hs",
"hearthstone",
"ow",
"overwatch"
],
"dependencies": {},
"peerDependencies": {
"@blizzard-api/core": "0.0.3"
},
"devDependencies": {
"@blizzard-api/core": "workspace:*"
},
"scripts": {
"build": "tsup",
"debv": "tsup --watch",
"test": "vitest run",
"test:coverage": "pnpm test -- --coverage",
"test:watch": "vitest watch"
}
}

0 comments on commit 9ae2fb7

Please sign in to comment.