Skip to content

Commit 6c69854

Browse files
chore(release): 3.2.0 [skip ci]
# [3.2.0](v3.1.1...v3.2.0) (2022-02-04) ### Bug Fixes * new users are active (isActive) by default ([#396](#396)) ([2010ea0](2010ea0)) * special icon and info for empty acl list ([#398](#398)) ([3fea057](3fea057)) * use fullName of scopes in userlists ([#397](#397)) ([3dd1955](3dd1955)) ### Features * adds edit and delete functionality to userlist ([#399](#399)) ([69d3c17](69d3c17))
1 parent 253d160 commit 6c69854

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [3.2.0](https://github.com/projectcaluma/ember-emeis/compare/v3.1.1...v3.2.0) (2022-02-04)
2+
3+
4+
### Bug Fixes
5+
6+
* new users are active (isActive) by default ([#396](https://github.com/projectcaluma/ember-emeis/issues/396)) ([2010ea0](https://github.com/projectcaluma/ember-emeis/commit/2010ea0cc36ea253f0ec70a6f17601ec9caee66e))
7+
* special icon and info for empty acl list ([#398](https://github.com/projectcaluma/ember-emeis/issues/398)) ([3fea057](https://github.com/projectcaluma/ember-emeis/commit/3fea057cde88f721ee397fe7257d5bbba70cc106))
8+
* use fullName of scopes in userlists ([#397](https://github.com/projectcaluma/ember-emeis/issues/397)) ([3dd1955](https://github.com/projectcaluma/ember-emeis/commit/3dd1955854b0b61257295ecfbf3226c480e6e7b8))
9+
10+
11+
### Features
12+
13+
* adds edit and delete functionality to userlist ([#399](https://github.com/projectcaluma/ember-emeis/issues/399)) ([69d3c17](https://github.com/projectcaluma/ember-emeis/commit/69d3c17fe52eb2119b733f549b93bd5b72e3897b))
14+
115
## [3.1.1](https://github.com/projectcaluma/ember-emeis/compare/v3.1.0...v3.1.1) (2022-01-27)
216

317

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-emeis",
3-
"version": "3.1.1",
3+
"version": "3.2.0",
44
"description": "The frontend for the emeis user management service",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)