diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md index 0fd6411..a4b4076 100644 --- a/packages/common/CHANGELOG.md +++ b/packages/common/CHANGELOG.md @@ -1,5 +1,11 @@ # @biscuitland/common +## 0.0.6 + +### Patch Changes + +- I meessed up + ## 0.0.5 ### Patch Changes diff --git a/packages/common/package.json b/packages/common/package.json index f2293a7..46f83e7 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -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", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 0aca024..e10baad 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -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 diff --git a/packages/core/package.json b/packages/core/package.json index 05f4f72..261ddf7 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -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": { diff --git a/packages/helpers/CHANGELOG.md b/packages/helpers/CHANGELOG.md index 5115dd8..05ec75d 100644 --- a/packages/helpers/CHANGELOG.md +++ b/packages/helpers/CHANGELOG.md @@ -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 diff --git a/packages/helpers/package.json b/packages/helpers/package.json index f6d7432..a7d9ffd 100644 --- a/packages/helpers/package.json +++ b/packages/helpers/package.json @@ -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": { diff --git a/packages/rest/CHANGELOG.md b/packages/rest/CHANGELOG.md index c47faf5..604dd1f 100644 --- a/packages/rest/CHANGELOG.md +++ b/packages/rest/CHANGELOG.md @@ -1,5 +1,11 @@ # @biscuitland/rest +## 3.0.6 + +### Patch Changes + +- I meessed up + ## 3.0.5 ### Patch Changes diff --git a/packages/rest/package.json b/packages/rest/package.json index aa259af..c23d81f 100644 --- a/packages/rest/package.json +++ b/packages/rest/package.json @@ -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", diff --git a/packages/ws/CHANGELOG.md b/packages/ws/CHANGELOG.md index 5926f85..002d4a7 100644 --- a/packages/ws/CHANGELOG.md +++ b/packages/ws/CHANGELOG.md @@ -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 diff --git a/packages/ws/package.json b/packages/ws/package.json index a350b20..296e04b 100644 --- a/packages/ws/package.json +++ b/packages/ws/package.json @@ -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": {