Skip to content

2.0.0 #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Aug 12, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

# Change Log

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [2.0.0] - 2021-08-12

### 2.0.0 Updated

- [`610016b`][610016b]
Updated `package-lock.json` cause of `@angular-package/error`.

### 2.0.0 Fixed

- [`6fba2ea`][6fba2ea]
Fixed `package.json` peer dependencies cause of `@angular-package/error`.

[6fba2ea]: https://github.com/angular-package/callback/commit/6fba2eaf0041bfaca4e39f7809f75d20e501260e
[610016b]: https://github.com/angular-package/callback/commit/610016bb0450f4eba0a3c0f9c06472dee688bc35
1 change: 1 addition & 0 deletions ng-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"lib": {
"entryFile": "src/public-api.ts",
"umdModuleIds": {
"@angular-package/error": "angular-package.error",
"@angular-package/type": "angular-package.type"
}
}
Expand Down
41 changes: 32 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@angular-package/callback",
"version": "1.0.1",
"version": "2.0.0",
"description": "Manages the callback function.",
"author": "Angular Package <angular-package@wvvw.dev> (https://wvvw.dev)",
"homepage": "https://github.com/angular-package/callback#readme",
"peerDependencies": {
"@angular-package/error": "^1.0.1",
"@angular-package/error": "^2.0.2",
"@angular-package/type": "^4.2.0"
},
"dependencies": {
Expand Down