From 0c043cd8f561180f39c06b72210ce80ce113ee82 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 18 Aug 2023 20:13:28 +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/yellow-queens-chew.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/yellow-queens-chew.md diff --git a/.changeset/yellow-queens-chew.md b/.changeset/yellow-queens-chew.md deleted file mode 100644 index 622c53e..0000000 --- a/.changeset/yellow-queens-chew.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"dixt": patch ---- - -Add anti process exit diff --git a/packages/dixt-plugin-affix/CHANGELOG.md b/packages/dixt-plugin-affix/CHANGELOG.md index c94e9c3..6d2ba71 100644 --- a/packages/dixt-plugin-affix/CHANGELOG.md +++ b/packages/dixt-plugin-affix/CHANGELOG.md @@ -1,5 +1,12 @@ # dixt-plugin-affix +## 1.0.7 + +### Patch Changes + +- Updated dependencies [b778b55] + - dixt@2.1.9 + ## 1.0.6 ### Patch Changes diff --git a/packages/dixt-plugin-affix/package.json b/packages/dixt-plugin-affix/package.json index 61bf143..c3c88b3 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.6", + "version": "1.0.7", "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 5fe9168..6006831 100644 --- a/packages/dixt-plugin-join/CHANGELOG.md +++ b/packages/dixt-plugin-join/CHANGELOG.md @@ -1,5 +1,12 @@ # dixt-plugin-join +## 2.1.11 + +### Patch Changes + +- Updated dependencies [b778b55] + - dixt@2.1.9 + ## 2.1.10 ### Patch Changes diff --git a/packages/dixt-plugin-join/package.json b/packages/dixt-plugin-join/package.json index 1e568b3..097c17d 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.10", + "version": "2.1.11", "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 48bc8c2..c854dfe 100644 --- a/packages/dixt-plugin-logs/CHANGELOG.md +++ b/packages/dixt-plugin-logs/CHANGELOG.md @@ -1,5 +1,12 @@ # dixt-plugin-logs +## 2.1.12 + +### Patch Changes + +- Updated dependencies [b778b55] + - dixt@2.1.9 + ## 2.1.11 ### Patch Changes diff --git a/packages/dixt-plugin-logs/package.json b/packages/dixt-plugin-logs/package.json index 3a4ce2b..b7db6e3 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.11", + "version": "2.1.12", "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 b1fe265..9cbb0e4 100644 --- a/packages/dixt-plugin-presence/CHANGELOG.md +++ b/packages/dixt-plugin-presence/CHANGELOG.md @@ -1,5 +1,12 @@ # dixt-plugin-presence +## 1.0.9 + +### Patch Changes + +- Updated dependencies [b778b55] + - dixt@2.1.9 + ## 1.0.8 ### Patch Changes diff --git a/packages/dixt-plugin-presence/package.json b/packages/dixt-plugin-presence/package.json index ccf86de..9b2ee45 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.8", + "version": "1.0.9", "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 1c90958..52abed3 100644 --- a/packages/dixt-plugin-react/CHANGELOG.md +++ b/packages/dixt-plugin-react/CHANGELOG.md @@ -1,5 +1,12 @@ # dixt-plugin-react +## 2.1.9 + +### Patch Changes + +- Updated dependencies [b778b55] + - dixt@2.1.9 + ## 2.1.8 ### Patch Changes diff --git a/packages/dixt-plugin-react/package.json b/packages/dixt-plugin-react/package.json index 0aee3bd..4cad2c2 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.8", + "version": "2.1.9", "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 2aa4026..249835e 100644 --- a/packages/dixt-plugin-reports/CHANGELOG.md +++ b/packages/dixt-plugin-reports/CHANGELOG.md @@ -1,5 +1,12 @@ # dixt-plugin-reports +## 1.0.2 + +### Patch Changes + +- Updated dependencies [b778b55] + - dixt@2.1.9 + ## 1.0.1 ### Patch Changes diff --git a/packages/dixt-plugin-reports/package.json b/packages/dixt-plugin-reports/package.json index 3bf7799..9fad3bb 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.1", + "version": "1.0.2", "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 4512833..179958a 100644 --- a/packages/dixt-plugin-roles/CHANGELOG.md +++ b/packages/dixt-plugin-roles/CHANGELOG.md @@ -1,5 +1,12 @@ # dixt-plugin-roles +## 1.0.4 + +### Patch Changes + +- Updated dependencies [b778b55] + - dixt@2.1.9 + ## 1.0.3 ### Patch Changes diff --git a/packages/dixt-plugin-roles/package.json b/packages/dixt-plugin-roles/package.json index e97bcb3..1cae7f6 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.3", + "version": "1.0.4", "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 e51c195..5594cdf 100644 --- a/packages/dixt-plugin-twitch/CHANGELOG.md +++ b/packages/dixt-plugin-twitch/CHANGELOG.md @@ -1,5 +1,12 @@ # dixt-plugin-twitch +## 1.1.14 + +### Patch Changes + +- Updated dependencies [b778b55] + - dixt@2.1.9 + ## 1.1.13 ### Patch Changes diff --git a/packages/dixt-plugin-twitch/package.json b/packages/dixt-plugin-twitch/package.json index 6728599..7252df4 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.13", + "version": "1.1.14", "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 43bc5c0..c0e990d 100644 --- a/packages/dixt-plugin-worktime/CHANGELOG.md +++ b/packages/dixt-plugin-worktime/CHANGELOG.md @@ -1,5 +1,12 @@ # dixt-plugin-worktime +## 2.1.15 + +### Patch Changes + +- Updated dependencies [b778b55] + - dixt@2.1.9 + ## 2.1.14 ### Patch Changes diff --git a/packages/dixt-plugin-worktime/package.json b/packages/dixt-plugin-worktime/package.json index a23feb9..23800c1 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.14", + "version": "2.1.15", "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 2eecbc8..87cd665 100644 --- a/packages/dixt/CHANGELOG.md +++ b/packages/dixt/CHANGELOG.md @@ -1,5 +1,11 @@ # dixt +## 2.1.9 + +### Patch Changes + +- b778b55: Add anti process exit + ## 2.1.8 ### Patch Changes diff --git a/packages/dixt/package.json b/packages/dixt/package.json index d045ef5..6812b89 100644 --- a/packages/dixt/package.json +++ b/packages/dixt/package.json @@ -1,6 +1,6 @@ { "name": "dixt", - "version": "2.1.8", + "version": "2.1.9", "description": "Discord bot framework", "main": "./dist/index.js", "types": "./dist/index.d.ts",