From 7c7e789cb9b3c79b6f26818c14825b2b1464dc59 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 21 Dec 2023 13:46:57 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20release=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changeset/tough-papayas-think.md | 5 ----- packages/dixt-plugin-affix/CHANGELOG.md | 7 +++++++ packages/dixt-plugin-affix/package.json | 2 +- packages/dixt-plugin-join/CHANGELOG.md | 7 +++++++ packages/dixt-plugin-join/package.json | 2 +- packages/dixt-plugin-logs/CHANGELOG.md | 7 +++++++ packages/dixt-plugin-logs/package.json | 2 +- packages/dixt-plugin-presence/CHANGELOG.md | 7 +++++++ packages/dixt-plugin-presence/package.json | 2 +- packages/dixt-plugin-react/CHANGELOG.md | 7 +++++++ packages/dixt-plugin-react/package.json | 2 +- packages/dixt-plugin-reports/CHANGELOG.md | 7 +++++++ packages/dixt-plugin-reports/package.json | 2 +- packages/dixt-plugin-roles/CHANGELOG.md | 7 +++++++ packages/dixt-plugin-roles/package.json | 2 +- packages/dixt-plugin-twitch/CHANGELOG.md | 7 +++++++ packages/dixt-plugin-twitch/package.json | 2 +- packages/dixt-plugin-worktime/CHANGELOG.md | 7 +++++++ packages/dixt-plugin-worktime/package.json | 2 +- packages/dixt/CHANGELOG.md | 6 ++++++ packages/dixt/package.json | 2 +- 21 files changed, 79 insertions(+), 15 deletions(-) delete mode 100644 .changeset/tough-papayas-think.md diff --git a/.changeset/tough-papayas-think.md b/.changeset/tough-papayas-think.md deleted file mode 100644 index eef00db..0000000 --- a/.changeset/tough-papayas-think.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"dixt": patch ---- - -Add ability for plugins to be async diff --git a/packages/dixt-plugin-affix/CHANGELOG.md b/packages/dixt-plugin-affix/CHANGELOG.md index 6d2ba71..da130bf 100644 --- a/packages/dixt-plugin-affix/CHANGELOG.md +++ b/packages/dixt-plugin-affix/CHANGELOG.md @@ -1,5 +1,12 @@ # dixt-plugin-affix +## 1.0.8 + +### Patch Changes + +- Updated dependencies [305d892] + - dixt@2.1.10 + ## 1.0.7 ### Patch Changes diff --git a/packages/dixt-plugin-affix/package.json b/packages/dixt-plugin-affix/package.json index c802a2b..eab3747 100644 --- a/packages/dixt-plugin-affix/package.json +++ b/packages/dixt-plugin-affix/package.json @@ -1,6 +1,6 @@ { "name": "dixt-plugin-affix", - "version": "1.0.7", + "version": "1.0.8", "description": "Discord bot framework - presence plugin", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/packages/dixt-plugin-join/CHANGELOG.md b/packages/dixt-plugin-join/CHANGELOG.md index 6006831..4ededa4 100644 --- a/packages/dixt-plugin-join/CHANGELOG.md +++ b/packages/dixt-plugin-join/CHANGELOG.md @@ -1,5 +1,12 @@ # dixt-plugin-join +## 2.1.12 + +### Patch Changes + +- Updated dependencies [305d892] + - dixt@2.1.10 + ## 2.1.11 ### Patch Changes diff --git a/packages/dixt-plugin-join/package.json b/packages/dixt-plugin-join/package.json index 7271a74..fe1a470 100644 --- a/packages/dixt-plugin-join/package.json +++ b/packages/dixt-plugin-join/package.json @@ -1,6 +1,6 @@ { "name": "dixt-plugin-join", - "version": "2.1.11", + "version": "2.1.12", "description": "Discord bot framework - join plugin", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/packages/dixt-plugin-logs/CHANGELOG.md b/packages/dixt-plugin-logs/CHANGELOG.md index 9e511fc..1e055d9 100644 --- a/packages/dixt-plugin-logs/CHANGELOG.md +++ b/packages/dixt-plugin-logs/CHANGELOG.md @@ -1,5 +1,12 @@ # dixt-plugin-logs +## 2.1.15 + +### Patch Changes + +- Updated dependencies [305d892] + - dixt@2.1.10 + ## 2.1.14 ### Patch Changes diff --git a/packages/dixt-plugin-logs/package.json b/packages/dixt-plugin-logs/package.json index 1de94fe..584fdc8 100644 --- a/packages/dixt-plugin-logs/package.json +++ b/packages/dixt-plugin-logs/package.json @@ -1,6 +1,6 @@ { "name": "dixt-plugin-logs", - "version": "2.1.14", + "version": "2.1.15", "description": "Discord bot framework - logs plugin", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/packages/dixt-plugin-presence/CHANGELOG.md b/packages/dixt-plugin-presence/CHANGELOG.md index 9cbb0e4..1c2349a 100644 --- a/packages/dixt-plugin-presence/CHANGELOG.md +++ b/packages/dixt-plugin-presence/CHANGELOG.md @@ -1,5 +1,12 @@ # dixt-plugin-presence +## 1.0.10 + +### Patch Changes + +- Updated dependencies [305d892] + - dixt@2.1.10 + ## 1.0.9 ### Patch Changes diff --git a/packages/dixt-plugin-presence/package.json b/packages/dixt-plugin-presence/package.json index c1ae15a..3a81afa 100644 --- a/packages/dixt-plugin-presence/package.json +++ b/packages/dixt-plugin-presence/package.json @@ -1,6 +1,6 @@ { "name": "dixt-plugin-presence", - "version": "1.0.9", + "version": "1.0.10", "description": "Discord bot framework - presence plugin", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/packages/dixt-plugin-react/CHANGELOG.md b/packages/dixt-plugin-react/CHANGELOG.md index 70c71bc..2bb4ab5 100644 --- a/packages/dixt-plugin-react/CHANGELOG.md +++ b/packages/dixt-plugin-react/CHANGELOG.md @@ -1,5 +1,12 @@ # dixt-plugin-react +## 2.1.11 + +### Patch Changes + +- Updated dependencies [305d892] + - dixt@2.1.10 + ## 2.1.10 ### Patch Changes diff --git a/packages/dixt-plugin-react/package.json b/packages/dixt-plugin-react/package.json index 69ac824..aac76b0 100644 --- a/packages/dixt-plugin-react/package.json +++ b/packages/dixt-plugin-react/package.json @@ -1,6 +1,6 @@ { "name": "dixt-plugin-react", - "version": "2.1.10", + "version": "2.1.11", "description": "Discord bot framework - react plugin", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/packages/dixt-plugin-reports/CHANGELOG.md b/packages/dixt-plugin-reports/CHANGELOG.md index 249835e..2889ffd 100644 --- a/packages/dixt-plugin-reports/CHANGELOG.md +++ b/packages/dixt-plugin-reports/CHANGELOG.md @@ -1,5 +1,12 @@ # dixt-plugin-reports +## 1.0.3 + +### Patch Changes + +- Updated dependencies [305d892] + - dixt@2.1.10 + ## 1.0.2 ### Patch Changes diff --git a/packages/dixt-plugin-reports/package.json b/packages/dixt-plugin-reports/package.json index 28ba858..21edcb0 100644 --- a/packages/dixt-plugin-reports/package.json +++ b/packages/dixt-plugin-reports/package.json @@ -1,6 +1,6 @@ { "name": "dixt-plugin-reports", - "version": "1.0.2", + "version": "1.0.3", "description": "Discord bot framework - reports plugin", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/packages/dixt-plugin-roles/CHANGELOG.md b/packages/dixt-plugin-roles/CHANGELOG.md index 179958a..1603d9f 100644 --- a/packages/dixt-plugin-roles/CHANGELOG.md +++ b/packages/dixt-plugin-roles/CHANGELOG.md @@ -1,5 +1,12 @@ # dixt-plugin-roles +## 1.0.5 + +### Patch Changes + +- Updated dependencies [305d892] + - dixt@2.1.10 + ## 1.0.4 ### Patch Changes diff --git a/packages/dixt-plugin-roles/package.json b/packages/dixt-plugin-roles/package.json index cea6ff0..b33917a 100644 --- a/packages/dixt-plugin-roles/package.json +++ b/packages/dixt-plugin-roles/package.json @@ -1,6 +1,6 @@ { "name": "dixt-plugin-roles", - "version": "1.0.4", + "version": "1.0.5", "description": "Discord bot framework - roles plugin", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/packages/dixt-plugin-twitch/CHANGELOG.md b/packages/dixt-plugin-twitch/CHANGELOG.md index 7b39f19..1528a07 100644 --- a/packages/dixt-plugin-twitch/CHANGELOG.md +++ b/packages/dixt-plugin-twitch/CHANGELOG.md @@ -1,5 +1,12 @@ # dixt-plugin-twitch +## 1.1.16 + +### Patch Changes + +- Updated dependencies [305d892] + - dixt@2.1.10 + ## 1.1.15 ### Patch Changes diff --git a/packages/dixt-plugin-twitch/package.json b/packages/dixt-plugin-twitch/package.json index 9839656..e867359 100644 --- a/packages/dixt-plugin-twitch/package.json +++ b/packages/dixt-plugin-twitch/package.json @@ -1,6 +1,6 @@ { "name": "dixt-plugin-twitch", - "version": "1.1.15", + "version": "1.1.16", "description": "Discord bot framework - twitch plugin", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/packages/dixt-plugin-worktime/CHANGELOG.md b/packages/dixt-plugin-worktime/CHANGELOG.md index c0e990d..2853b5f 100644 --- a/packages/dixt-plugin-worktime/CHANGELOG.md +++ b/packages/dixt-plugin-worktime/CHANGELOG.md @@ -1,5 +1,12 @@ # dixt-plugin-worktime +## 2.1.16 + +### Patch Changes + +- Updated dependencies [305d892] + - dixt@2.1.10 + ## 2.1.15 ### Patch Changes diff --git a/packages/dixt-plugin-worktime/package.json b/packages/dixt-plugin-worktime/package.json index 70b27fd..4428498 100644 --- a/packages/dixt-plugin-worktime/package.json +++ b/packages/dixt-plugin-worktime/package.json @@ -1,6 +1,6 @@ { "name": "dixt-plugin-worktime", - "version": "2.1.15", + "version": "2.1.16", "description": "Discord bot framework - worktime plugin", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/packages/dixt/CHANGELOG.md b/packages/dixt/CHANGELOG.md index 87cd665..342192d 100644 --- a/packages/dixt/CHANGELOG.md +++ b/packages/dixt/CHANGELOG.md @@ -1,5 +1,11 @@ # dixt +## 2.1.10 + +### Patch Changes + +- 305d892: Add ability for plugins to be async + ## 2.1.9 ### Patch Changes diff --git a/packages/dixt/package.json b/packages/dixt/package.json index 86d6719..f48850f 100644 --- a/packages/dixt/package.json +++ b/packages/dixt/package.json @@ -1,6 +1,6 @@ { "name": "dixt", - "version": "2.1.9", + "version": "2.1.10", "description": "Discord bot framework", "main": "./dist/index.js", "types": "./dist/index.d.ts",