version 2.2.2 (#127)

This commit is contained in:
David 2022-12-09 16:22:14 -05:00 committed by GitHub
parent d95374f2cd
commit 0d9bda3b5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
12 changed files with 63 additions and 14 deletions

View File

@ -1,5 +1,11 @@
# @biscuitland/api-types
## 2.2.2
### Patch Changes
- rename guildLocales to guildLocale in interactions
## 2.2.1
### Patch Changes

View File

@ -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",

View File

@ -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

View File

@ -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": {

View File

@ -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

View File

@ -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",

View File

@ -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

View File

@ -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",

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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": {