diff --git a/.changeset/weak-cycles-walk.md b/.changeset/weak-cycles-walk.md deleted file mode 100644 index 4903cf51..00000000 --- a/.changeset/weak-cycles-walk.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"@nezuchan/core": minor -"@nezuchan/framework": minor -"@nezuchan/kanao-schema": minor -"@nezuchan/fastify-plugin": minor -"@nezuchan/kanao-cache": minor -"@nezuchan/kanao-gateway": minor ---- - -remove constraint diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 125dd693..8c3b9d8a 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 0.17.0 + +### Minor Changes + +- 60b55ce: remove constraint + +### Patch Changes + +- Updated dependencies [60b55ce] + - @nezuchan/kanao-schema@0.8.0 + ## 0.16.7 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index bd125373..291b31f9 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@nezuchan/core", - "version": "0.16.7", + "version": "0.17.0", "description": "A Core Low Level API for creating Discord bots using @nezuchan/nezu-gateway.", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/packages/framework/CHANGELOG.md b/packages/framework/CHANGELOG.md index c4fa3def..8ba54da4 100644 --- a/packages/framework/CHANGELOG.md +++ b/packages/framework/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 0.17.0 + +### Minor Changes + +- 60b55ce: remove constraint + +### Patch Changes + +- Updated dependencies [60b55ce] + - @nezuchan/core@0.17.0 + ## 0.16.7 ### Patch Changes diff --git a/packages/framework/package.json b/packages/framework/package.json index e072ef7c..8dc80a18 100644 --- a/packages/framework/package.json +++ b/packages/framework/package.json @@ -1,6 +1,6 @@ { "name": "@nezuchan/framework", - "version": "0.16.7", + "version": "0.17.0", "description": "A Commands framework for @nezuchan/nezu-gateway.", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/packages/kanao-schema/CHANGELOG.md b/packages/kanao-schema/CHANGELOG.md index deda566a..85aa2a2e 100644 --- a/packages/kanao-schema/CHANGELOG.md +++ b/packages/kanao-schema/CHANGELOG.md @@ -1,5 +1,11 @@ # @nezuchan/kanao-schema +## 0.8.0 + +### Minor Changes + +- 60b55ce: remove constraint + ## 0.7.4 ### Patch Changes diff --git a/packages/kanao-schema/package.json b/packages/kanao-schema/package.json index 31f0e746..90455b87 100644 --- a/packages/kanao-schema/package.json +++ b/packages/kanao-schema/package.json @@ -1,6 +1,6 @@ { "name": "@nezuchan/kanao-schema", - "version": "0.7.4", + "version": "0.8.0", "description": "Cache schema for Kanao Gateway", "main": "./dist/index.js", "module": "./dist/index.js", diff --git a/plugins/fastify-plugin/CHANGELOG.md b/plugins/fastify-plugin/CHANGELOG.md index 114031a9..25edb74f 100644 --- a/plugins/fastify-plugin/CHANGELOG.md +++ b/plugins/fastify-plugin/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 0.12.0 + +### Minor Changes + +- 60b55ce: remove constraint + +### Patch Changes + +- Updated dependencies [60b55ce] + - @nezuchan/core@0.17.0 + - @nezuchan/framework@0.17.0 + ## 0.11.7 ### Patch Changes diff --git a/plugins/fastify-plugin/package.json b/plugins/fastify-plugin/package.json index 761befca..0f8a4969 100644 --- a/plugins/fastify-plugin/package.json +++ b/plugins/fastify-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@nezuchan/fastify-plugin", - "version": "0.11.7", + "version": "0.12.0", "description": "A Fastify API Plugins for NezuChan Framework", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/services/kanao-cache/CHANGELOG.md b/services/kanao-cache/CHANGELOG.md index 26458595..ac93401d 100644 --- a/services/kanao-cache/CHANGELOG.md +++ b/services/kanao-cache/CHANGELOG.md @@ -1,5 +1,16 @@ # @nezuchan/kanao-cache +## 1.5.0 + +### Minor Changes + +- 60b55ce: remove constraint + +### Patch Changes + +- Updated dependencies [60b55ce] + - @nezuchan/kanao-schema@0.8.0 + ## 1.4.5 ### Patch Changes diff --git a/services/kanao-cache/package.json b/services/kanao-cache/package.json index c1d49631..1a05565a 100644 --- a/services/kanao-cache/package.json +++ b/services/kanao-cache/package.json @@ -1,6 +1,6 @@ { "name": "@nezuchan/kanao-cache", - "version": "1.4.5", + "version": "1.5.0", "description": "A standalone caching service for kanao gateway.", "main": "dist/index.js", "scripts": { diff --git a/services/kanao-gateway/CHANGELOG.md b/services/kanao-gateway/CHANGELOG.md index 546ff107..ffb1a2fc 100644 --- a/services/kanao-gateway/CHANGELOG.md +++ b/services/kanao-gateway/CHANGELOG.md @@ -1,5 +1,11 @@ # @nezuchan/kanao-gateway +## 5.2.0 + +### Minor Changes + +- 60b55ce: remove constraint + ## 5.1.2 ### Patch Changes diff --git a/services/kanao-gateway/package.json b/services/kanao-gateway/package.json index 72483ec3..f5f2298d 100644 --- a/services/kanao-gateway/package.json +++ b/services/kanao-gateway/package.json @@ -1,6 +1,6 @@ { "name": "@nezuchan/kanao-gateway", - "version": "5.1.2", + "version": "5.2.0", "description": "A standalone service for connecting to the Discord gateway.", "license": "GPL-3.0", "author": "KagChi",