Skip to content

Commit 9a81957

Browse files
Merge pull request #2 from angular-package/1.0.x
1.0.1
2 parents 4b49dbb + affaf5f commit 9a81957

File tree

3 files changed

+20
-6
lines changed

3 files changed

+20
-6
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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+
## [1.0.1] - 2021-08-04
10+
11+
### Fix
12+
13+
- [`ab8729f`][ab8729f]
14+
Remove unnecessary peer dependencies.
15+
16+
[77f326a]: https://github.com/angular-package/error/commit/ab8729f3627d63729326ddfd354296c2ae800c33

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: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
{
22
"name": "@angular-package/error",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Manages the callback function.",
55
"author": "Angular Package <[email protected]> (https://wvvw.dev)",
66
"homepage": "https://github.com/angular-package/testing#readme",
77
"peerDependencies": {
8-
"@angular-package/type": "^4.2.0",
9-
"@angular/common": "^12.1.1",
10-
"@angular/core": "^12.1.1"
8+
"@angular-package/type": "^4.2.0"
119
},
1210
"dependencies": {
1311
"tslib": "^2.2.0"

0 commit comments

Comments
 (0)