Skip to content

Commit 31bf0e3

Browse files
committed
Document 1.5.5 release
1 parent 2ab3049 commit 31bf0e3

2 files changed

Lines changed: 9 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,22 @@
22

33
## [Unreleased]
44

5+
## [1.5.5] - 2021-04-26
6+
57
### Added
68

7-
- Test label in the login view int he test environment
9+
- [#161](https://github.com/City-of-Helsinki/kukkuu-admin/pull/161) Test label in the login view in the test environment
810

911
### Changed
1012

11-
- Hide create event button when project does not allow loose events
12-
- Hide event group create and edit button when the user is not authorized with CRUD permissions
13+
- [#157](https://github.com/City-of-Helsinki/kukkuu-admin/pull/157) Hide create event button when project does not allow loose events
14+
- [#158](https://github.com/City-of-Helsinki/kukkuu-admin/pull/158) Hide event group create and edit button when the user is not authorized with CRUD permissions
1315

1416
### Fixed
1517

16-
- Zero recipient count being shown as a question mark
17-
- Image being unremovable after saving
18-
- Event editing causing its event group to be nullified
18+
- [#159](https://github.com/City-of-Helsinki/kukkuu-admin/pull/159) Zero recipient count being shown as a question mark
19+
- [#160](https://github.com/City-of-Helsinki/kukkuu-admin/pull/160) Image being unremovable after saving
20+
- [#165](https://github.com/City-of-Helsinki/kukkuu-admin/pull/165) Event editing causing its event group to be nullified
1921

2022
## [1.5.4] - 2021-02-11
2123

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kukkuu-admin",
3-
"version": "1.5.4",
3+
"version": "1.5.5",
44
"private": true,
55
"scripts": {
66
"start": "react-scripts start",

0 commit comments

Comments
 (0)