diff --git a/.changeset/cold-pans-beam.md b/.changeset/cold-pans-beam.md deleted file mode 100644 index 571a967..0000000 --- a/.changeset/cold-pans-beam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'matrix-barcamp-widget': patch ---- - -Fix personal area not being shared among users on the same device. diff --git a/.changeset/gold-badgers-fold.md b/.changeset/gold-badgers-fold.md deleted file mode 100644 index 3373a3f..0000000 --- a/.changeset/gold-badgers-fold.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'matrix-barcamp-widget': minor ---- - -Use event relations to read topic submissions. diff --git a/.changeset/odd-pears-deliver.md b/.changeset/odd-pears-deliver.md deleted file mode 100644 index c3417db..0000000 --- a/.changeset/odd-pears-deliver.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'matrix-barcamp-widget': patch ---- - -Use of "track" instead of "room" to avoid confusion between matrix rooms and barcamp tracks. diff --git a/.changeset/olive-roses-build.md b/.changeset/olive-roses-build.md deleted file mode 100644 index a12ef9f..0000000 --- a/.changeset/olive-roses-build.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'matrix-barcamp-widget': patch ---- - -Fix spelling errors in the German translation diff --git a/.changeset/tame-moose-pull.md b/.changeset/tame-moose-pull.md deleted file mode 100644 index 91503d0..0000000 --- a/.changeset/tame-moose-pull.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'matrix-barcamp-widget': minor ---- - -Include `arm64` and `s390x` builds. diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b26384..cb30c1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # matrix-barcamp-widget +## 1.1.0 + +### Minor Changes + +- 439247e: Use event relations to read topic submissions. +- 3b2c59f: Include `arm64` and `s390x` builds. + +### Patch Changes + +- 3b2c59f: Fix personal area not being shared among users on the same device. +- 3b2c59f: Use of "track" instead of "room" to avoid confusion between matrix rooms and barcamp tracks. +- 3b2c59f: Fix spelling errors in the German translation + ## 1.0.1 ### Patch Changes diff --git a/package.json b/package.json index f813364..7e004d0 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "A widget for organizing barcamps in matrix chat rooms.", "author": "Nordeck IT + Consulting GmbH", "license": "Apache-2.0", - "version": "1.0.1", + "version": "1.1.0", "private": true, "dependencies": { "@matrix-widget-toolkit/api": "^3.2.2",