From f726abe78b544e287075c8f8ec434fcecaa17bdc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 23 Nov 2024 19:36:48 +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/poor-pumas-knock.md | 5 ----- packages/dixt-plugin-worktime/CHANGELOG.md | 6 ++++++ packages/dixt-plugin-worktime/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/poor-pumas-knock.md diff --git a/.changeset/poor-pumas-knock.md b/.changeset/poor-pumas-knock.md deleted file mode 100644 index 05ec4d3..0000000 --- a/.changeset/poor-pumas-knock.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"dixt-plugin-worktime": minor ---- - -Added progress indicator bars to each entry in the worktime leaderboard. Each user's progress toward their role-based quota is now visually displayed using a 10-segment progress bar and percentage. diff --git a/packages/dixt-plugin-worktime/CHANGELOG.md b/packages/dixt-plugin-worktime/CHANGELOG.md index 96292b5..e40422d 100644 --- a/packages/dixt-plugin-worktime/CHANGELOG.md +++ b/packages/dixt-plugin-worktime/CHANGELOG.md @@ -1,5 +1,11 @@ # dixt-plugin-worktime +## 2.2.0 + +### Minor Changes + +- a45582b: Added progress indicator bars to each entry in the worktime leaderboard. Each user's progress toward their role-based quota is now visually displayed using a 10-segment progress bar and percentage. + ## 2.1.19 ### Patch Changes diff --git a/packages/dixt-plugin-worktime/package.json b/packages/dixt-plugin-worktime/package.json index f2d7e86..150be4c 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.19", + "version": "2.2.0", "description": "Discord bot framework - worktime plugin", "main": "./dist/index.js", "types": "./dist/index.d.ts",