Skip to content

Commit

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

## [Unreleased]

## [0.2.2] - 2020-10-12

- Remove Angular version upper limit.

## [0.2.1] - 2020-02-07

### Changed
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"common-style-attributes": "^0.1.1",
"core-js": "^2.6.11",
"highlight.js": "^9.18.1",
"ng-quick-form": "^0.1.1",
"ng-quick-form": "^0.1.3",
"ngx-highlightjs": "^3.0.3",
"rxjs": "~6.5.4",
"tslib": "^1.10.0",
Expand Down
12 changes: 6 additions & 6 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.1",
"version": "0.2.2",
"description": "Reactive Angular modal dialogs. Create alert, confirmation, progress and form based dialogs without writing component templates.",
"repository": {
"type": "git",
Expand All @@ -19,10 +19,10 @@
"license": "MIT",
"homepage": "https://dialog-service.surge.sh/",
"peerDependencies": {
"@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"
"@angular/common": ">=9.0.0",
"@angular/core": ">=9.0.0",
"@angular/material": ">=9.0.0",
"common-style-attributes": ">=0.1.1",
"ng-quick-form": ">=0.1.3"
}
}

0 comments on commit 1b83420

Please sign in to comment.