From 344a41fd4b84d6730733b5ce5a2e2990698e0b20 Mon Sep 17 00:00:00 2001 From: Benjamin Petetot Date: Thu, 2 Jan 2020 10:55:33 +0100 Subject: [PATCH] :bookmark: v0.29.0 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 618f17d72..cd70e0c5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog + +## 0.29.0 (2020-01-01) + +### Added + +- ✨ hide sorting by rating in proposals list, when enabled for event ([#749](https://github.com/bpetetot/conference-hall/issues/749)) [[7b6480f](https://github.com/bpetetot/conference-hall/commit/7b6480f27d37c799950c9c00c36826c24bfa694f)] + +### Changed + +- 💄 remove scrolling-x in sidebar ([#748](https://github.com/bpetetot/conference-hall/issues/748)) [[47ed49b](https://github.com/bpetetot/conference-hall/commit/47ed49b7e862bcccab3396add8f86dea74d58d44)] + +### Fixed + +- 🐛 fix the visibility toggle in event form ([#750](https://github.com/bpetetot/conference-hall/issues/750)) [[9a3b4d0](https://github.com/bpetetot/conference-hall/commit/9a3b4d0c170edc7e953dd65c6da4fcbb189e4083)] + + ## 0.28.0 (2019-12-26) diff --git a/package.json b/package.json index e8610060a..aff3060e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "conference-hall", - "version": "0.28.0", + "version": "0.29.0", "private": true, "bugs": "https://github.com/bpetetot/conference-hall/issues", "repository": "github:bpetetot/conference-hall",