Skip to content

Commit 242c8ae

Browse files
Jon Ristajrista
authored andcommitted
fix: add clear action to public interface
RELEASE 0.2.8
1 parent 67c6fbe commit 242c8ae

File tree

6 files changed

+14
-342
lines changed

6 files changed

+14
-342
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
<a name="0.2.8"></a>
2+
3+
# [0.2.8](https://github.com/briebug/ngrx-auto-entity/compare/0.2.7...0.2.8) Beta (2019-11-19)
4+
5+
This release restores a missing action to the library public interface index.
6+
7+
### Bug Fixes
8+
9+
- **actions:** Add clear action to exported actions of public interface
10+
11+
112
<a name="0.2.7"></a>
213

314
# [0.2.7](https://github.com/briebug/ngrx-auto-entity/compare/0.2.6...0.2.7) Beta (2019-10-13)

angular.json

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -83,31 +83,6 @@
8383
}
8484
}
8585
},
86-
"ngrx-auto-entity-app-e2e": {
87-
"root": "e2e/",
88-
"projectType": "application",
89-
"architect": {
90-
"e2e": {
91-
"builder": "@angular-devkit/build-angular:protractor",
92-
"options": {
93-
"protractorConfig": "e2e/protractor.conf.js",
94-
"devServerTarget": "ngrx-auto-entity-app:serve"
95-
},
96-
"configurations": {
97-
"production": {
98-
"devServerTarget": "ngrx-auto-entity-app:serve:production"
99-
}
100-
}
101-
},
102-
"lint": {
103-
"builder": "@angular-devkit/build-angular:tslint",
104-
"options": {
105-
"tsConfig": "e2e/tsconfig.e2e.json",
106-
"exclude": ["**/node_modules/**"]
107-
}
108-
}
109-
}
110-
},
11186
"ngrx-auto-entity": {
11287
"root": "projects/ngrx-auto-entity",
11388
"sourceRoot": "projects/ngrx-auto-entity/src",

0 commit comments

Comments
 (0)