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 # @biscuitland/api-types
## 2.2.2
### Patch Changes
- rename guildLocales to guildLocale in interactions
## 2.2.1 ## 2.2.1
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@biscuitland/api-types", "name": "@biscuitland/api-types",
"version": "2.2.1", "version": "2.2.2",
"main": "./dist/index.js", "main": "./dist/index.js",
"module": "./dist/index.mjs", "module": "./dist/index.mjs",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "@biscuitland/cache", "name": "@biscuitland/cache",
"version": "2.2.1", "version": "2.2.2",
"main": "./dist/index.js", "main": "./dist/index.js",
"module": "./dist/index.mjs", "module": "./dist/index.mjs",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
@ -23,7 +23,7 @@
} }
}, },
"dependencies": { "dependencies": {
"@biscuitland/api-types": "^2.2.1", "@biscuitland/api-types": "^2.2.2",
"ioredis": "^5.2.2" "ioredis": "^5.2.2"
}, },
"devDependencies": { "devDependencies": {

View File

@ -1,5 +1,15 @@
# @biscuitland/core # @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 ## 2.2.1
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@biscuitland/core", "name": "@biscuitland/core",
"version": "2.2.1", "version": "2.2.2",
"main": "./dist/index.js", "main": "./dist/index.js",
"module": "./dist/index.mjs", "module": "./dist/index.mjs",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
@ -23,9 +23,9 @@
} }
}, },
"dependencies": { "dependencies": {
"@biscuitland/api-types": "^2.2.1", "@biscuitland/api-types": "^2.2.2",
"@biscuitland/rest": "^2.2.1", "@biscuitland/rest": "^2.2.2",
"@biscuitland/ws": "^2.2.1" "@biscuitland/ws": "^2.2.2"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^18.7.14", "@types/node": "^18.7.14",

View File

@ -1,5 +1,14 @@
# @biscuitland/helpers # @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 ## 2.2.1
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@biscuitland/helpers", "name": "@biscuitland/helpers",
"version": "2.2.1", "version": "2.2.2",
"main": "./dist/index.js", "main": "./dist/index.js",
"module": "./dist/index.mjs", "module": "./dist/index.mjs",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
@ -23,8 +23,8 @@
} }
}, },
"dependencies": { "dependencies": {
"@biscuitland/api-types": "^2.2.1", "@biscuitland/api-types": "^2.2.2",
"@biscuitland/core": "^2.2.1" "@biscuitland/core": "^2.2.2"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^18.7.14", "@types/node": "^18.7.14",

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "@biscuitland/rest", "name": "@biscuitland/rest",
"version": "2.2.1", "version": "2.2.2",
"main": "./dist/index.js", "main": "./dist/index.js",
"module": "./dist/index.mjs", "module": "./dist/index.mjs",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
@ -23,7 +23,7 @@
} }
}, },
"dependencies": { "dependencies": {
"@biscuitland/api-types": "^2.2.1" "@biscuitland/api-types": "^2.2.2"
}, },
"devDependencies": { "devDependencies": {
"tsup": "^6.1.3" "tsup": "^6.1.3"

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "@biscuitland/ws", "name": "@biscuitland/ws",
"version": "2.2.1", "version": "2.2.2",
"main": "./dist/index.js", "main": "./dist/index.js",
"module": "./dist/index.mjs", "module": "./dist/index.mjs",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
@ -23,7 +23,7 @@
} }
}, },
"dependencies": { "dependencies": {
"@biscuitland/api-types": "^2.2.1", "@biscuitland/api-types": "^2.2.2",
"ws": "^8.8.1" "ws": "^8.8.1"
}, },
"devDependencies": { "devDependencies": {