version 2.0.6

This commit is contained in:
Yuzu 2022-09-03 11:25:54 -05:00
parent f522cbbd5a
commit 8bbdbeed64
12 changed files with 81 additions and 32 deletions

View File

@ -1,7 +1,13 @@
# @biscuitland/api-types
## 2.0.6
### Patch Changes
- Minor fixes
## 2.0.5
### Major Changes
- publish
- publish

View File

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

View File

@ -1,12 +1,20 @@
# @biscuitland/cache
## 2.0.6
### Patch Changes
- Minor fixes
- Updated dependencies
- @biscuitland/api-types@2.0.6
## 2.0.5
### Major Changes
- publish
- publish
### Patch Changes
- Updated dependencies
- @biscuitland/api-types@2.0.5
- Updated dependencies
- @biscuitland/api-types@2.0.5

View File

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

View File

@ -1,14 +1,24 @@
# @biscuitland/core
## 2.0.6
### Patch Changes
- Minor fixes
- Updated dependencies
- @biscuitland/api-types@2.0.6
- @biscuitland/rest@2.0.6
- @biscuitland/ws@2.0.6
## 2.0.5
### Major Changes
- publish
- publish
### Patch Changes
- Updated dependencies
- @biscuitland/api-types@2.0.5
- @biscuitland/rest@2.0.5
- @biscuitland/ws@2.0.5
- Updated dependencies
- @biscuitland/api-types@2.0.5
- @biscuitland/rest@2.0.5
- @biscuitland/ws@2.0.5

View File

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

View File

@ -1,9 +1,18 @@
# @biscuitland/helpers
## 2.0.6
### Patch Changes
- Minor fixes
- Updated dependencies
- @biscuitland/api-types@2.0.6
- @biscuitland/core@2.0.6
## 2.0.5
### Patch Changes
- Updated dependencies
- @biscuitland/api-types@2.0.5
- @biscuitland/core@2.0.5
- Updated dependencies
- @biscuitland/api-types@2.0.5
- @biscuitland/core@2.0.5

View File

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

View File

@ -1,12 +1,20 @@
# @biscuitland/rest
## 2.0.6
### Patch Changes
- Minor fixes
- Updated dependencies
- @biscuitland/api-types@2.0.6
## 2.0.5
### Major Changes
- publish
- publish
### Patch Changes
- Updated dependencies
- @biscuitland/api-types@2.0.5
- Updated dependencies
- @biscuitland/api-types@2.0.5

View File

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

View File

@ -1,12 +1,20 @@
# @biscuitland/ws
## 2.0.6
### Patch Changes
- Minor fixes
- Updated dependencies
- @biscuitland/api-types@2.0.6
## 2.0.5
### Major Changes
- publish
- publish
### Patch Changes
- Updated dependencies
- @biscuitland/api-types@2.0.5
- Updated dependencies
- @biscuitland/api-types@2.0.5

View File

@ -1,6 +1,6 @@
{
"name": "@biscuitland/ws",
"version": "2.0.5",
"version": "2.0.6",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
@ -23,7 +23,7 @@
}
},
"dependencies": {
"@biscuitland/api-types": "^2.0.5",
"@biscuitland/api-types": "^2.0.6",
"@sapphire/async-queue": "^1.5.0",
"ws": "^8.8.1"
},