Skip to content

Commit 2e8e49a

Browse files
semantic-release-botci-rebot
authored andcommitted
chore(release): 10.0.0 [skip ci]
# [10.0.0](9.2.1...10.0.0) (2021-07-22) ### Bug Fixes * angulartics errors in strict mode ([c8c2a97](c8c2a97)) * bootstrap 5 styling ([982bd12](982bd12)) * features prompt ([5b7edcf](5b7edcf)) * jest unit tests ([0e52d95](0e52d95)) * strict mode errors ([a67967c](a67967c)) * strict typings ([f1f1ea3](f1f1ea3)) ### chore * update to lastest core ([2045838](2045838)) ### Features * enable typescript strict mode by default ([a772e7d](a772e7d)) * make e2e tests optional and restore linting ([555ffc3](555ffc3)) * migrate addon template ci to use github actions ([1a15bc8](1a15bc8)) * migrate to eslint, removes htmlhint (closes [#473](#473)) ([b1f7334](b1f7334)) * migrate to husky v7 ([ab06976](ab06976)) * move pwa prompt to the features list ([8828d3d](8828d3d)) * regroup generator options under features prop ([d60b129](d60b129)) * removed [@core](https://github.com/core) module and moved services to [@shared](https://github.com/shared) ([830489b](830489b)) * update addon template ([580863f](580863f)) * update polyfills ([ecf5c98](ecf5c98)) * upgrade the generate app to be Angular 12 (closes [#600](#600)) ([afd59bc](afd59bc)) ### BREAKING CHANGES * update to lastest core, which forces yeoman-generator@5 breaking update. * migrate to eslint, removes htmlhint * Having a core module isn't necessary anymore as services aren't attached to modules anymore. This follows the Angular coding guide update that only mention shared module now. * enable typescript strict mode by default
1 parent 0017429 commit 2e8e49a

3 files changed

Lines changed: 44 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,44 @@
1+
# [10.0.0](https://github.com/ngx-rocket/generator-ngx-rocket/compare/9.2.1...10.0.0) (2021-07-22)
2+
3+
4+
### Bug Fixes
5+
6+
* angulartics errors in strict mode ([c8c2a97](https://github.com/ngx-rocket/generator-ngx-rocket/commit/c8c2a971e5eb8adcc966b86bc1b25f117deca88c))
7+
* bootstrap 5 styling ([982bd12](https://github.com/ngx-rocket/generator-ngx-rocket/commit/982bd12aa43e84be7bae57407e866cc1e6da7f3b))
8+
* features prompt ([5b7edcf](https://github.com/ngx-rocket/generator-ngx-rocket/commit/5b7edcf6e735b0bf62344aee8ba6dfa5da04e59c))
9+
* jest unit tests ([0e52d95](https://github.com/ngx-rocket/generator-ngx-rocket/commit/0e52d95f8faedefe95d89ba60a052b15407b952c))
10+
* strict mode errors ([a67967c](https://github.com/ngx-rocket/generator-ngx-rocket/commit/a67967cf38b670abc3b55f89ca3a74a96ed9d21d))
11+
* strict typings ([f1f1ea3](https://github.com/ngx-rocket/generator-ngx-rocket/commit/f1f1ea35c6bd6d5816a107ff1a6372687b6a6d39))
12+
13+
14+
### chore
15+
16+
* update to lastest core ([2045838](https://github.com/ngx-rocket/generator-ngx-rocket/commit/2045838fda3ac8ef2f60ff8a62e38f7e26aae4e2))
17+
18+
19+
### Features
20+
21+
* enable typescript strict mode by default ([a772e7d](https://github.com/ngx-rocket/generator-ngx-rocket/commit/a772e7df987069a4e710087d3017b21139bc4542))
22+
* make e2e tests optional and restore linting ([555ffc3](https://github.com/ngx-rocket/generator-ngx-rocket/commit/555ffc359b30760b7b469375160f8b43448d84fc))
23+
* migrate addon template ci to use github actions ([1a15bc8](https://github.com/ngx-rocket/generator-ngx-rocket/commit/1a15bc8fd5e18102702d19555cde797940083caf))
24+
* migrate to eslint, removes htmlhint (closes [#473](https://github.com/ngx-rocket/generator-ngx-rocket/issues/473)) ([b1f7334](https://github.com/ngx-rocket/generator-ngx-rocket/commit/b1f733499db62c4c6904f7745c3b93c236dfe6d8))
25+
* migrate to husky v7 ([ab06976](https://github.com/ngx-rocket/generator-ngx-rocket/commit/ab06976e25c507fb08744eebe6858447de7ebb4a))
26+
* move pwa prompt to the features list ([8828d3d](https://github.com/ngx-rocket/generator-ngx-rocket/commit/8828d3d36a21f0f6e009a03f9b1cb2b41c83e161))
27+
* regroup generator options under features prop ([d60b129](https://github.com/ngx-rocket/generator-ngx-rocket/commit/d60b129bc0e0dd2b8f1bed011d360fc4fb2fc782))
28+
* removed [@core](https://github.com/core) module and moved services to [@shared](https://github.com/shared) ([830489b](https://github.com/ngx-rocket/generator-ngx-rocket/commit/830489bb277dfa5e8e134e235f1ee2a9b70a8825))
29+
* update addon template ([580863f](https://github.com/ngx-rocket/generator-ngx-rocket/commit/580863f44c60324ccf586c6a112f6ed8ac0104e4))
30+
* update polyfills ([ecf5c98](https://github.com/ngx-rocket/generator-ngx-rocket/commit/ecf5c98e4a4f1e8db2a2c8b9dd6ccc5f95ea6c1d))
31+
* upgrade the generate app to be Angular 12 (closes [#600](https://github.com/ngx-rocket/generator-ngx-rocket/issues/600)) ([afd59bc](https://github.com/ngx-rocket/generator-ngx-rocket/commit/afd59bc8dcf34c6cfc0529a21ce2a7223bb7ddc2))
32+
33+
34+
### BREAKING CHANGES
35+
36+
* update to lastest core, which forces yeoman-generator@5 breaking update.
37+
* migrate to eslint, removes htmlhint
38+
* Having a core module isn't necessary anymore as services aren't attached to modules anymore.
39+
This follows the Angular coding guide update that only mention shared module now.
40+
* enable typescript strict mode by default
41+
142
## [9.2.1](https://github.com/ngx-rocket/generator-ngx-rocket/compare/9.2.0...9.2.1) (2021-07-20)
243

344

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "generator-ngx-rocket",
3-
"version": "9.2.1",
3+
"version": "10.0.0",
44
"description": "Extensible Angular 12+ enterprise-grade project generator based on angular-cli with best practices from the community. Includes PWA/Cordova/Electron support, coding guides and more!",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)