Skip to content
This repository was archived by the owner on May 3, 2024. It is now read-only.

Commit 27e6bbf

Browse files
author
Dmitry Efimenko
committed
chore(release): 3.0.0
1 parent a9b18aa commit 27e6bbf

File tree

10 files changed

+15733
-21193
lines changed

10 files changed

+15733
-21193
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## 3.0.0 (2021-12-09)
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
* 🧨 Require Angular v13
10+
11+
### Features
12+
13+
* 🎸 bump Angular to v13 ([a9b18aa](https://github.com/ngspot/ngx-errors/commit/a9b18aac8f78cca778d43f4c897b50f357df742d))
14+
515
## 2.0.2 (2021-12-09)
616

717
### Bug Fixes

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ For more info about this see [Advanced configuration](#configuration).
5151

5252
## Installation
5353

54+
* For Angular >= v13 use @ngspot/ngx-errors@3.x
55+
* For Angular < v13 use @ngspot/ngx-errors@2.x
56+
5457
### NPM
5558

5659
`npm install @ngspot/ngx-errors`

angular.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -125,18 +125,6 @@
125125
"styles": ["projects/playground/src/styles.scss"],
126126
"scripts": []
127127
}
128-
},
129-
"e2e": {
130-
"builder": "@angular-devkit/build-angular:protractor",
131-
"options": {
132-
"protractorConfig": "projects/playground/e2e/protractor.conf.js",
133-
"devServerTarget": "playground:serve"
134-
},
135-
"configurations": {
136-
"production": {
137-
"devServerTarget": "playground:serve:production"
138-
}
139-
}
140128
}
141129
}
142130
}

0 commit comments

Comments
 (0)