Skip to content

Commit 9c5775f

Browse files
chore(release): 6.1.0 [skip ci]
# [6.1.0](v6.0.0...v6.1.0) (2022-07-05) ### Bug Fixes * **data-table:** fix search bar width ([#521](#521)) ([6009e0d](6009e0d)) * **emeisOptions:** save access on options properties ([#519](#519)) ([a990be3](a990be3)) ### Features * **data-table:** show entry count on list views ([#520](#520)) ([4a36b53](4a36b53))
1 parent 6009e0d commit 9c5775f

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [6.1.0](https://github.com/projectcaluma/ember-emeis/compare/v6.0.0...v6.1.0) (2022-07-05)
2+
3+
4+
### Bug Fixes
5+
6+
* **data-table:** fix search bar width ([#521](https://github.com/projectcaluma/ember-emeis/issues/521)) ([6009e0d](https://github.com/projectcaluma/ember-emeis/commit/6009e0d139dbccf243db80f848b4cb781ed0a4be))
7+
* **emeisOptions:** save access on options properties ([#519](https://github.com/projectcaluma/ember-emeis/issues/519)) ([a990be3](https://github.com/projectcaluma/ember-emeis/commit/a990be35429c3976bf96447b523c5798d42e5395))
8+
9+
10+
### Features
11+
12+
* **data-table:** show entry count on list views ([#520](https://github.com/projectcaluma/ember-emeis/issues/520)) ([4a36b53](https://github.com/projectcaluma/ember-emeis/commit/4a36b530ca4f41ee41e8a992b614201b4c1d543a))
13+
114
# [6.0.0](https://github.com/projectcaluma/ember-emeis/compare/v5.1.0...v6.0.0) (2022-07-04)
215

316

package.json

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

0 commit comments

Comments
 (0)