From 0d9bda3b5d18ffb536392b83856a23e8e2992e94 Mon Sep 17 00:00:00 2001 From: David <35281350+Drylozu@users.noreply.github.com> Date: Fri, 9 Dec 2022 16:22:14 -0500 Subject: [PATCH] version 2.2.2 (#127) --- packages/api-types/CHANGELOG.md | 6 ++++++ packages/api-types/package.json | 2 +- packages/cache/CHANGELOG.md | 8 ++++++++ packages/cache/package.json | 4 ++-- packages/core/CHANGELOG.md | 10 ++++++++++ packages/core/package.json | 8 ++++---- packages/helpers/CHANGELOG.md | 9 +++++++++ packages/helpers/package.json | 6 +++--- packages/rest/CHANGELOG.md | 8 ++++++++ packages/rest/package.json | 4 ++-- packages/ws/CHANGELOG.md | 8 ++++++++ packages/ws/package.json | 4 ++-- 12 files changed, 63 insertions(+), 14 deletions(-) diff --git a/packages/api-types/CHANGELOG.md b/packages/api-types/CHANGELOG.md index 24f0b1b..7215c53 100644 --- a/packages/api-types/CHANGELOG.md +++ b/packages/api-types/CHANGELOG.md @@ -1,5 +1,11 @@ # @biscuitland/api-types +## 2.2.2 + +### Patch Changes + +- rename guildLocales to guildLocale in interactions + ## 2.2.1 ### Patch Changes diff --git a/packages/api-types/package.json b/packages/api-types/package.json index 92e2bff..a685d6e 100644 --- a/packages/api-types/package.json +++ b/packages/api-types/package.json @@ -1,6 +1,6 @@ { "name": "@biscuitland/api-types", - "version": "2.2.1", + "version": "2.2.2", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", diff --git a/packages/cache/CHANGELOG.md b/packages/cache/CHANGELOG.md index 061640d..aa9a2c6 100644 --- a/packages/cache/CHANGELOG.md +++ b/packages/cache/CHANGELOG.md @@ -1,5 +1,13 @@ # @biscuitland/cache +## 2.2.2 + +### Patch Changes + +- rename guildLocales to guildLocale in interactions +- Updated dependencies + - @biscuitland/api-types@2.2.2 + ## 2.2.1 ### Patch Changes diff --git a/packages/cache/package.json b/packages/cache/package.json index 29a5ac4..4328e95 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,6 +1,6 @@ { "name": "@biscuitland/cache", - "version": "2.2.1", + "version": "2.2.2", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", @@ -23,7 +23,7 @@ } }, "dependencies": { - "@biscuitland/api-types": "^2.2.1", + "@biscuitland/api-types": "^2.2.2", "ioredis": "^5.2.2" }, "devDependencies": { diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index dd16ea9..f28d1e8 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,15 @@ # @biscuitland/core +## 2.2.2 + +### Patch Changes + +- rename guildLocales to guildLocale in interactions +- Updated dependencies + - @biscuitland/api-types@2.2.2 + - @biscuitland/rest@2.2.2 + - @biscuitland/ws@2.2.2 + ## 2.2.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index ce4b719..9ac5f3e 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@biscuitland/core", - "version": "2.2.1", + "version": "2.2.2", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", @@ -23,9 +23,9 @@ } }, "dependencies": { - "@biscuitland/api-types": "^2.2.1", - "@biscuitland/rest": "^2.2.1", - "@biscuitland/ws": "^2.2.1" + "@biscuitland/api-types": "^2.2.2", + "@biscuitland/rest": "^2.2.2", + "@biscuitland/ws": "^2.2.2" }, "devDependencies": { "@types/node": "^18.7.14", diff --git a/packages/helpers/CHANGELOG.md b/packages/helpers/CHANGELOG.md index bb0994e..dff15c6 100644 --- a/packages/helpers/CHANGELOG.md +++ b/packages/helpers/CHANGELOG.md @@ -1,5 +1,14 @@ # @biscuitland/helpers +## 2.2.2 + +### Patch Changes + +- rename guildLocales to guildLocale in interactions +- Updated dependencies + - @biscuitland/api-types@2.2.2 + - @biscuitland/core@2.2.2 + ## 2.2.1 ### Patch Changes diff --git a/packages/helpers/package.json b/packages/helpers/package.json index fa1c96e..6b149f9 100644 --- a/packages/helpers/package.json +++ b/packages/helpers/package.json @@ -1,6 +1,6 @@ { "name": "@biscuitland/helpers", - "version": "2.2.1", + "version": "2.2.2", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", @@ -23,8 +23,8 @@ } }, "dependencies": { - "@biscuitland/api-types": "^2.2.1", - "@biscuitland/core": "^2.2.1" + "@biscuitland/api-types": "^2.2.2", + "@biscuitland/core": "^2.2.2" }, "devDependencies": { "@types/node": "^18.7.14", diff --git a/packages/rest/CHANGELOG.md b/packages/rest/CHANGELOG.md index 36ecec2..adf0a2c 100644 --- a/packages/rest/CHANGELOG.md +++ b/packages/rest/CHANGELOG.md @@ -1,5 +1,13 @@ # @biscuitland/rest +## 2.2.2 + +### Patch Changes + +- rename guildLocales to guildLocale in interactions +- Updated dependencies + - @biscuitland/api-types@2.2.2 + ## 2.2.1 ### Patch Changes diff --git a/packages/rest/package.json b/packages/rest/package.json index bd77aea..127cf80 100644 --- a/packages/rest/package.json +++ b/packages/rest/package.json @@ -1,6 +1,6 @@ { "name": "@biscuitland/rest", - "version": "2.2.1", + "version": "2.2.2", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", @@ -23,7 +23,7 @@ } }, "dependencies": { - "@biscuitland/api-types": "^2.2.1" + "@biscuitland/api-types": "^2.2.2" }, "devDependencies": { "tsup": "^6.1.3" diff --git a/packages/ws/CHANGELOG.md b/packages/ws/CHANGELOG.md index cf3e5d4..1b59b05 100644 --- a/packages/ws/CHANGELOG.md +++ b/packages/ws/CHANGELOG.md @@ -1,5 +1,13 @@ # @biscuitland/ws +## 2.2.2 + +### Patch Changes + +- rename guildLocales to guildLocale in interactions +- Updated dependencies + - @biscuitland/api-types@2.2.2 + ## 2.2.1 ### Patch Changes diff --git a/packages/ws/package.json b/packages/ws/package.json index 33f3316..4312f4d 100644 --- a/packages/ws/package.json +++ b/packages/ws/package.json @@ -1,6 +1,6 @@ { "name": "@biscuitland/ws", - "version": "2.2.1", + "version": "2.2.2", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", @@ -23,7 +23,7 @@ } }, "dependencies": { - "@biscuitland/api-types": "^2.2.1", + "@biscuitland/api-types": "^2.2.2", "ws": "^8.8.1" }, "devDependencies": {