Skip to content

Commit

Permalink
Publish v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kctang committed Feb 7, 2020
1 parent f375334 commit c9508d5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [0.2.1] - 2020-02-07

### Changed

- Update Angular to ~9.0.0.

### Removed

- Remove code and dependencies for Angular Material Web Component.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"@angular/platform-browser": "~9.0.0",
"@angular/platform-browser-dynamic": "~9.0.0",
"@angular/router": "~9.0.0",
"common-style-attributes": "^0.1.0",
"common-style-attributes": "^0.1.1",
"core-js": "^2.6.11",
"highlight.js": "^9.18.1",
"ng-quick-form": "^0.1.0",
"ng-quick-form": "^0.1.1",
"ngx-highlightjs": "^3.0.3",
"rxjs": "~6.5.4",
"tslib": "^1.10.0",
Expand Down
14 changes: 6 additions & 8 deletions projects/dialog-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dialog-service",
"version": "0.2.0",
"version": "0.2.1",
"description": "Reactive Angular modal dialogs. Create alert, confirmation, progress and form based dialogs without writing component templates.",
"repository": {
"type": "git",
Expand All @@ -19,12 +19,10 @@
"license": "MIT",
"homepage": "https://dialog-service.surge.sh/",
"peerDependencies": {
"@angular/common": ">=7.0.0 <10.0.0",
"@angular/core": ">=7.0.0 <10.0.0",
"common-style-attributes": ">=0.0.4 <0.2.0",
"ng-quick-form": ">=0.0.5 <0.2.0"
},
"optionalDependencies": {
"@angular/material": "^9.0.0"
"@angular/common": ">=9.0.0 <10.0.0",
"@angular/core": ">=9.0.0 <10.0.0",
"@angular/material": ">=9.0.0 <10.0.0",
"common-style-attributes": ">=0.1.1 <0.2.0",
"ng-quick-form": ">=0.1.1 <0.2.0"
}
}

0 comments on commit c9508d5

Please sign in to comment.