version: 3.0.6

This commit is contained in:
Yuzuru 2023-06-29 07:13:43 -05:00
parent cc437a08ce
commit e541c4b19c
10 changed files with 50 additions and 11 deletions

View File

@ -1,5 +1,11 @@
# @biscuitland/common
## 0.0.6
### Patch Changes
- I meessed up
## 0.0.5
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@biscuitland/common",
"version": "0.0.5",
"version": "0.0.6",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"type": "module",

View File

@ -1,5 +1,15 @@
# @biscuitland/core
## 3.0.6
### Patch Changes
- I meessed up
- Updated dependencies
- @biscuitland/common@0.0.6
- @biscuitland/rest@3.0.6
- @biscuitland/ws@3.0.6
## 3.0.5
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@biscuitland/core",
"version": "3.0.5",
"version": "3.0.6",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
@ -23,9 +23,9 @@
}
},
"dependencies": {
"@biscuitland/common": "^0.0.5",
"@biscuitland/rest": "^3.0.5",
"@biscuitland/ws": "^3.0.5",
"@biscuitland/common": "^0.0.6",
"@biscuitland/rest": "^3.0.6",
"@biscuitland/ws": "^3.0.6",
"eventemitter2": "^6.4.9"
},
"devDependencies": {

View File

@ -1,5 +1,13 @@
# @biscuitland/helpers
## 3.0.9
### Patch Changes
- I meessed up
- Updated dependencies
- @biscuitland/common@0.0.6
## 3.0.8
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@biscuitland/helpers",
"version": "3.0.8",
"version": "3.0.9",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
@ -23,7 +23,7 @@
}
},
"dependencies": {
"@biscuitland/common": "^0.0.5",
"@biscuitland/common": "^0.0.6",
"ts-mixer": "^6.0.3"
},
"devDependencies": {

View File

@ -1,5 +1,11 @@
# @biscuitland/rest
## 3.0.6
### Patch Changes
- I meessed up
## 3.0.5
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@biscuitland/rest",
"version": "3.0.5",
"version": "3.0.6",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",

View File

@ -1,5 +1,14 @@
# @biscuitland/ws
## 3.0.6
### Patch Changes
- I meessed up
- Updated dependencies
- @biscuitland/common@0.0.6
- @biscuitland/rest@3.0.6
## 3.0.5
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@biscuitland/ws",
"version": "3.0.5",
"version": "3.0.6",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
@ -24,8 +24,8 @@
}
},
"dependencies": {
"@biscuitland/common": "^0.0.5",
"@biscuitland/rest": "^3.0.5",
"@biscuitland/common": "^0.0.6",
"@biscuitland/rest": "^3.0.6",
"ws": "^8.13.0"
},
"devDependencies": {