version 2.2.0

This commit is contained in:
Yuzu 2022-11-05 11:19:42 -05:00
parent 7f67b3ce77
commit ea33e0e820
12 changed files with 78 additions and 14 deletions

View File

@ -1,5 +1,11 @@
# @biscuitland/api-types # @biscuitland/api-types
## 2.2.0
### Minor Changes
- Functionality to delete ephemeral messages added, select menus were updated
## 2.1.2 ## 2.1.2
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@biscuitland/api-types", "name": "@biscuitland/api-types",
"version": "2.1.2", "version": "2.2.0",
"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,16 @@
# @biscuitland/cache # @biscuitland/cache
## 2.2.0
### Minor Changes
- Functionality to delete ephemeral messages added, select menus were updated
### Patch Changes
- Updated dependencies
- @biscuitland/api-types@2.2.0
## 2.1.2 ## 2.1.2
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@biscuitland/cache", "name": "@biscuitland/cache",
"version": "2.1.2", "version": "2.2.0",
"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.1.2", "@biscuitland/api-types": "^2.2.0",
"ioredis": "^5.2.2" "ioredis": "^5.2.2"
}, },
"devDependencies": { "devDependencies": {

View File

@ -1,5 +1,18 @@
# @biscuitland/core # @biscuitland/core
## 2.2.0
### Minor Changes
- Functionality to delete ephemeral messages added, select menus were updated
### Patch Changes
- Updated dependencies
- @biscuitland/api-types@2.2.0
- @biscuitland/rest@2.2.0
- @biscuitland/ws@2.2.0
## 2.1.2 ## 2.1.2
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@biscuitland/core", "name": "@biscuitland/core",
"version": "2.1.2", "version": "2.2.0",
"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.1.2", "@biscuitland/api-types": "^2.2.0",
"@biscuitland/rest": "^2.1.2", "@biscuitland/rest": "^2.2.0",
"@biscuitland/ws": "^2.1.2" "@biscuitland/ws": "^2.2.0"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^18.7.14", "@types/node": "^18.7.14",

View File

@ -1,5 +1,17 @@
# @biscuitland/helpers # @biscuitland/helpers
## 2.2.0
### Minor Changes
- Functionality to delete ephemeral messages added, select menus were updated
### Patch Changes
- Updated dependencies
- @biscuitland/api-types@2.2.0
- @biscuitland/core@2.2.0
## 2.1.2 ## 2.1.2
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@biscuitland/helpers", "name": "@biscuitland/helpers",
"version": "2.1.2", "version": "2.2.0",
"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.1.2", "@biscuitland/api-types": "^2.2.0",
"@biscuitland/core": "^2.1.2" "@biscuitland/core": "^2.2.0"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^18.7.14", "@types/node": "^18.7.14",

View File

@ -1,5 +1,16 @@
# @biscuitland/rest # @biscuitland/rest
## 2.2.0
### Minor Changes
- Functionality to delete ephemeral messages added, select menus were updated
### Patch Changes
- Updated dependencies
- @biscuitland/api-types@2.2.0
## 2.1.2 ## 2.1.2
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@biscuitland/rest", "name": "@biscuitland/rest",
"version": "2.1.2", "version": "2.2.0",
"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.1.2" "@biscuitland/api-types": "^2.2.0"
}, },
"devDependencies": { "devDependencies": {
"tsup": "^6.1.3" "tsup": "^6.1.3"

View File

@ -1,5 +1,16 @@
# @biscuitland/ws # @biscuitland/ws
## 2.2.0
### Minor Changes
- Functionality to delete ephemeral messages added, select menus were updated
### Patch Changes
- Updated dependencies
- @biscuitland/api-types@2.2.0
## 2.1.2 ## 2.1.2
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@biscuitland/ws", "name": "@biscuitland/ws",
"version": "2.1.2", "version": "2.2.0",
"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.1.2", "@biscuitland/api-types": "^2.2.0",
"ws": "^8.8.1" "ws": "^8.8.1"
}, },
"devDependencies": { "devDependencies": {