Skip to content

Commit ecb47a9

Browse files
chore(release): 3.1.1 [skip ci]
## [3.1.1](v3.1.0...v3.1.1) (2022-01-27) ### Bug Fixes * don't fetch ACLs when user doesn't exist yet ([#385](#385)) ([b407b5e](b407b5e)) * error handling decorator for ember-concurrency tasks ([#386](#386)) ([63b8704](63b8704)) * tree control search and expansion ([#387](#387)) ([98adf1c](98adf1c)) * use full-name in parent scope selection ([#389](#389)) ([f54d27a](f54d27a)) * use intl translation ([#394](#394)) ([2bb4942](2bb4942))
1 parent 2bb4942 commit ecb47a9

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [3.1.1](https://github.com/projectcaluma/ember-emeis/compare/v3.1.0...v3.1.1) (2022-01-27)
2+
3+
4+
### Bug Fixes
5+
6+
* don't fetch ACLs when user doesn't exist yet ([#385](https://github.com/projectcaluma/ember-emeis/issues/385)) ([b407b5e](https://github.com/projectcaluma/ember-emeis/commit/b407b5e1f5248ad21c14472492ed4de18c22cf5f))
7+
* error handling decorator for ember-concurrency tasks ([#386](https://github.com/projectcaluma/ember-emeis/issues/386)) ([63b8704](https://github.com/projectcaluma/ember-emeis/commit/63b8704039985c2f45edf7cc2b356448d4198bcf))
8+
* tree control search and expansion ([#387](https://github.com/projectcaluma/ember-emeis/issues/387)) ([98adf1c](https://github.com/projectcaluma/ember-emeis/commit/98adf1c094bc23b4de866979517651dc342eed66))
9+
* use full-name in parent scope selection ([#389](https://github.com/projectcaluma/ember-emeis/issues/389)) ([f54d27a](https://github.com/projectcaluma/ember-emeis/commit/f54d27ac5af790ac1db144ee620c44f2c55c7f6e))
10+
* use intl translation ([#394](https://github.com/projectcaluma/ember-emeis/issues/394)) ([2bb4942](https://github.com/projectcaluma/ember-emeis/commit/2bb49428255a760241df511e601eebe61a434535))
11+
112
## [2.1.1](https://github.com/projectcaluma/ember-emeis/compare/v2.1.0...v2.1.1) (2021-12-13)
213

314

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.0",
3+
"version": "3.1.1",
44
"description": "The frontend for the emeis user management service",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)