Skip to content

Commit 3e7ad06

Browse files
Merge pull request #5 from angular-package/2.0.x
2.0.0
2 parents 5411f23 + e74aaf9 commit 3e7ad06

File tree

4 files changed

+57
-11
lines changed

4 files changed

+57
-11
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
2+
# Change Log
3+
4+
All notable changes to this project will be documented in this file.
5+
6+
The format is based on [Keep a Changelog](http://keepachangelog.com/)
7+
and this project adheres to [Semantic Versioning](http://semver.org/).
8+
9+
## [2.0.0] - 2021-08-12
10+
11+
### 2.0.0 Updated
12+
13+
- [`610016b`][610016b]
14+
Updated `package-lock.json` cause of `@angular-package/error`.
15+
16+
### 2.0.0 Fixed
17+
18+
- [`6fba2ea`][6fba2ea]
19+
Fixed `package.json` peer dependencies cause of `@angular-package/error`.
20+
21+
[6fba2ea]: https://github.com/angular-package/callback/commit/6fba2eaf0041bfaca4e39f7809f75d20e501260e
22+
[610016b]: https://github.com/angular-package/callback/commit/610016bb0450f4eba0a3c0f9c06472dee688bc35

ng-package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"lib": {
55
"entryFile": "src/public-api.ts",
66
"umdModuleIds": {
7+
"@angular-package/error": "angular-package.error",
78
"@angular-package/type": "angular-package.type"
89
}
910
}

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@angular-package/callback",
3-
"version": "1.0.1",
3+
"version": "2.0.0",
44
"description": "Manages the callback function.",
55
"author": "Angular Package <angular-package@wvvw.dev> (https://wvvw.dev)",
66
"homepage": "https://github.com/angular-package/callback#readme",
77
"peerDependencies": {
8-
"@angular-package/error": "^1.0.1",
8+
"@angular-package/error": "^2.0.2",
99
"@angular-package/type": "^4.2.0"
1010
},
1111
"dependencies": {

0 commit comments

Comments
 (0)