Skip to content

Commit 619877d

Browse files
committed
chore(release): 17.0.0
1 parent 8660966 commit 619877d

File tree

3 files changed

+32
-3
lines changed

3 files changed

+32
-3
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,35 @@ All notable changes to this project will be documented in this file. See
44
[standard-version](https://github.com/conventional-changelog/standard-version) for commit
55
guidelines.
66

7+
## [17.0.0](https://github.com/Ismaestro/angular-example-app/compare/v16.0.0...v17.0.0) (2023-12-07)
8+
9+
### Features
10+
11+
- **angular16:** update readme file
12+
([7b15d30](https://github.com/Ismaestro/angular-example-app/commit/7b15d30606b6e35e91e4f0daf95325c81dfe949a))
13+
- **ANGULAR17:** fix e2e script
14+
([3dfaff8](https://github.com/Ismaestro/angular-example-app/commit/3dfaff87a637f40deb5acd5169bf1a1acd135b70))
15+
- **ANGULAR17:** fix tests
16+
([887ef0c](https://github.com/Ismaestro/angular-example-app/commit/887ef0cb0ba122a698ffd69a007325aa39092d91))
17+
- **ANGULAR17:** fixes stylelint issue
18+
([e1d5c24](https://github.com/Ismaestro/angular-example-app/commit/e1d5c24111b19d252e4ec2f48b9effccca5599c5))
19+
- **ANGULAR17:** ng update ng-extract-i18n-merge
20+
([84a0383](https://github.com/Ismaestro/angular-example-app/commit/84a0383ed326ae56fd31e5f8c00ab5ebf4674ace))
21+
- **ANGULAR17:** ng update ng-mocks
22+
([077f962](https://github.com/Ismaestro/angular-example-app/commit/077f962d7328ea33638596b7cb3742fb6083a653))
23+
- **ANGULAR17:** ng update to angular 17
24+
([9f6e0cd](https://github.com/Ismaestro/angular-example-app/commit/9f6e0cd2acf5f04ed5c7a572f1b0738ddbb08670))
25+
- **ANGULAR17:** remove cypress in favor of playwright
26+
([9a33c1a](https://github.com/Ismaestro/angular-example-app/commit/9a33c1abeeb7826e31c3ccb1357707f7d5da1e67))
27+
- **ANGULAR17:** replace angular icon
28+
([8660966](https://github.com/Ismaestro/angular-example-app/commit/8660966081b77982b3d9c0b9b52f5a1d2f2d09b9))
29+
- **ANGULAR17:** start using es-build!!
30+
([4dc57ae](https://github.com/Ismaestro/angular-example-app/commit/4dc57ae949f0165e3aa4c00451a499f817b82826))
31+
- **ANGULAR17:** updates rest of dependencies except bootstrap
32+
([4c6d097](https://github.com/Ismaestro/angular-example-app/commit/4c6d097a881826142275fb3446c9090750fda568))
33+
- **sonar:** fix sonar lint issues
34+
([614d649](https://github.com/Ismaestro/angular-example-app/commit/614d6490fbc2fb4330283bb753b01a29c606f6f4))
35+
736
## [16.0.0](https://github.com/Ismaestro/angular-example-app/compare/v15.0.0...v16.0.0) (2023-09-18)
837

938
### Features

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": "angularexampleapp",
3-
"version": "16.0.0",
3+
"version": "17.0.0",
44
"scripts": {
55
"prepare": "husky install",
66
"start": "ng serve --configuration=development-en --open",

0 commit comments

Comments
 (0)