diff --git a/.changeset/big-turtles-tickle.md b/.changeset/big-turtles-tickle.md deleted file mode 100644 index 7b040c9..0000000 --- a/.changeset/big-turtles-tickle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@blizzard-api/client': patch ---- - -Update types in client after updates in core, and expose the types diff --git a/.changeset/eight-clocks-shop.md b/.changeset/eight-clocks-shop.md deleted file mode 100644 index c685741..0000000 --- a/.changeset/eight-clocks-shop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@blizzard-api/core': patch ---- - -Cleanup types, remove unused types and enable marking a Resource as protected diff --git a/.changeset/light-bears-guess.md b/.changeset/light-bears-guess.md deleted file mode 100644 index 2c6491e..0000000 --- a/.changeset/light-bears-guess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@blizzard-api/wow': patch ---- - -Update achievements implementation based on core updates diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index 899529d..dd55c05 100644 --- a/packages/client/CHANGELOG.md +++ b/packages/client/CHANGELOG.md @@ -1,5 +1,13 @@ # @blizzard-api/client +## 0.0.5 + +### Patch Changes + +- 3d23667: Update types in client after updates in core, and expose the types +- Updated dependencies [7388a3b] + - @blizzard-api/core@0.0.5 + ## 0.0.4 ### Patch Changes diff --git a/packages/client/package.json b/packages/client/package.json index d2131ae..3e982a6 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "@blizzard-api/client", - "version": "0.0.4", + "version": "0.0.5", "license": "MIT", "author": "Putro", "description": "A node.js axios client to integrate with the blizzard battle.net api.", @@ -47,7 +47,7 @@ "axios": "1.6.8" }, "peerDependencies": { - "@blizzard-api/core": "0.0.4" + "@blizzard-api/core": "0.0.5" }, "devDependencies": { "@blizzard-api/core": "workspace:*", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 184442d..6b76375 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @blizzard-api/core +## 0.0.5 + +### Patch Changes + +- 7388a3b: Cleanup types, remove unused types and enable marking a Resource as protected + ## 0.0.4 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 28c9110..eb437c2 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@blizzard-api/core", - "version": "0.0.4", + "version": "0.0.5", "license": "MIT", "author": "Putro", "description": "The core helpers used by all @blizzard-api/* packages.", diff --git a/packages/wow/CHANGELOG.md b/packages/wow/CHANGELOG.md index 0cd6688..c81fc13 100644 --- a/packages/wow/CHANGELOG.md +++ b/packages/wow/CHANGELOG.md @@ -1,5 +1,13 @@ # @blizzard-api/wow +## 0.0.3 + +### Patch Changes + +- 190f5e7: Update achievements implementation based on core updates +- Updated dependencies [7388a3b] + - @blizzard-api/core@0.0.5 + ## 0.0.2 ### Patch Changes diff --git a/packages/wow/package.json b/packages/wow/package.json index 76e3623..6db6c76 100644 --- a/packages/wow/package.json +++ b/packages/wow/package.json @@ -1,6 +1,6 @@ { "name": "@blizzard-api/wow", - "version": "0.0.2", + "version": "0.0.3", "license": "MIT", "author": "Putro", "description": "A series of helpers to interact with the World of Warcraft Blizzard API", @@ -45,7 +45,7 @@ ], "dependencies": {}, "peerDependencies": { - "@blizzard-api/core": "0.0.4" + "@blizzard-api/core": "0.0.5" }, "devDependencies": { "@blizzard-api/core": "workspace:*"