Skip to content

Commit a126303

Browse files
feat(deps): update angular 7 (#13)
1 parent 2097514 commit a126303

File tree

5 files changed

+4588
-6288
lines changed

5 files changed

+4588
-6288
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
command: npm run build
3131
- run:
3232
name: test
33-
command: npm test -- --singleRun --code-coverage
33+
command: npm test -- --watch=false --code-coverage
3434
- store_artifacts:
3535
path: coverage
3636
prefix: coverage

CHANGELOG.md

Lines changed: 22 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,45 @@
1-
<a name="1.1.1"></a>
1+
# [1.2.0](https://github.com/sketch7/angular-skeleton-app/compare/1.1.1...1.2.0) (2018-10-20)
2+
3+
### Features
4+
5+
- **deps:** now depends on `@angular/core 7.0.0`
6+
7+
28
# [1.1.1](https://github.com/sketch7/angular-skeleton-app/compare/1.1.0...1.1.1) (2018-07-31)
39

410
### Features
511

6-
- update dependencies
7-
- minor improvements for linking
12+
- update dependencies
13+
- minor improvements for linking
14+
815

9-
<a name="1.0.3"></a>
1016
# [1.0.3](https://github.com/sketch7/angular-skeleton-app/compare/1.0.2...1.0.3) (2018-04-10)
1117

1218
### Features
1319

14-
- update dependencies
20+
- update dependencies
1521

16-
<a name="1.0.2"></a>
1722
# [1.0.2](https://github.com/sketch7/angular-skeleton-app/compare/1.0.1...1.0.2) (2018-02-19)
1823

19-
### Bug fixes
2024

21-
- **projects:** fix aot in html possible `undefined`
22-
- **deps:** add `http-server` as `devDependency` in order to get `serve:prod` work easier
25+
### Bug Fixes
26+
27+
- **projects:** fix aot in html possible `undefined`
28+
- **deps:** add `http-server` as `devDependency` in order to get `serve:prod` work easier
29+
2330

24-
<a name="1.0.1"></a>
2531
# [1.0.1](https://github.com/sketch7/angular-skeleton-app/compare/1.0.0...1.0.1) (2018-02-03)
2632

2733
### Features
2834

29-
- `tsconfig` and `tsconfig.app` now has config for libraries linking
30-
- add `.pretierrc` config file
31-
- add tests for `nav`
32-
- circle ci 2 integration
35+
- `tsconfig` and `tsconfig.app` now has config for libraries linking
36+
- add `.pretierrc` config file
37+
- add tests for `nav`
38+
- circle ci 2 integration
3339

34-
### Bug fixes
40+
### Bug Fixes
3541

36-
- fix tests for `app`
42+
- fix tests for `app`
3743

3844
### Changes/Refactor
3945

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Angular Skeleton App
2-
Angular 6.x navigation skeleton project with styling which get you started faster.
2+
Angular 7.x navigation skeleton project with styling which get you started faster.
33

44
## What does it have?
5-
- Angular CLI 6.0 template
5+
- Angular CLI 7.0 template
66
- SCSS for styling
77
- Font Awesome and Bootstrap 4.x (no javascript, just styles)
88
- Navigation/layout

0 commit comments

Comments
 (0)