From 96253caf5fbda1c2b6f22d129374e1742ae559ff Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 11 Sep 2023 08:59:38 +0000 Subject: [PATCH] Version Packages --- .changeset/clean-toys-look.md | 5 ----- .changeset/modern-dancers-smoke.md | 5 ----- .changeset/ninety-bags-dream.md | 5 ----- .changeset/stupid-moons-march.md | 5 ----- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 6 files changed, 13 insertions(+), 21 deletions(-) delete mode 100644 .changeset/clean-toys-look.md delete mode 100644 .changeset/modern-dancers-smoke.md delete mode 100644 .changeset/ninety-bags-dream.md delete mode 100644 .changeset/stupid-moons-march.md diff --git a/.changeset/clean-toys-look.md b/.changeset/clean-toys-look.md deleted file mode 100644 index 524af5d2..00000000 --- a/.changeset/clean-toys-look.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@nordeck/matrix-poll-widget': minor ---- - -Add the option to manually end a poll immediately to shorten it if everyone already voted. diff --git a/.changeset/modern-dancers-smoke.md b/.changeset/modern-dancers-smoke.md deleted file mode 100644 index 616b7051..00000000 --- a/.changeset/modern-dancers-smoke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@nordeck/matrix-poll-widget': patch ---- - -Only allow integers for poll durations. diff --git a/.changeset/ninety-bags-dream.md b/.changeset/ninety-bags-dream.md deleted file mode 100644 index fe9f2fc0..00000000 --- a/.changeset/ninety-bags-dream.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@nordeck/matrix-poll-widget': patch ---- - -Unify the diagrams colors of the answer options for the poll result chart in light and dark theme. diff --git a/.changeset/stupid-moons-march.md b/.changeset/stupid-moons-march.md deleted file mode 100644 index f55eb9fe..00000000 --- a/.changeset/stupid-moons-march.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@nordeck/matrix-poll-widget': patch ---- - -Improve performance by only generating the PDF if the user requests it. diff --git a/CHANGELOG.md b/CHANGELOG.md index b4a18232..66ea6154 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # @nordeck/matrix-poll-widget +## 1.3.0 + +### Minor Changes + +- 61dbf02: Add the option to manually end a poll immediately to shorten it if everyone already voted. + +### Patch Changes + +- 56f2879: Only allow integers for poll durations. +- 8019507: Unify the diagrams colors of the answer options for the poll result chart in light and dark theme. +- f98d77a: Improve performance by only generating the PDF if the user requests it. + ## 1.2.0 ### Minor Changes diff --git a/package.json b/package.json index 1dd53018..82ceadd3 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "A poll widget for Matrix", "author": "Nordeck IT + Consulting GmbH", "license": "Apache-2.0", - "version": "1.2.0", + "version": "1.3.0", "private": true, "dependencies": { "@carbon/charts": "^1.6.14",