From 1b834201e9e8b9705db9bb02e35c076dc4977623 Mon Sep 17 00:00:00 2001 From: kctang Date: Mon, 12 Oct 2020 11:24:13 +0800 Subject: [PATCH] Publish v0.2.2. --- CHANGELOG.md | 4 ++++ package-lock.json | 12 ++++++------ package.json | 2 +- projects/dialog-service/package.json | 12 ++++++------ 4 files changed, 17 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a70993f..c2f87e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index b2024bc..7b1248d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3209,9 +3209,9 @@ "dev": true }, "common-style-attributes": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/common-style-attributes/-/common-style-attributes-0.1.0.tgz", - "integrity": "sha512-mrhje+kFFdRNoMsGlGlb6QLGLnbv2PbXNKHovaz9gAAfumINcUH/dDTlhLdgmngzG0DqUxY7JVuuhTm/sLZQ3g==" + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/common-style-attributes/-/common-style-attributes-0.1.1.tgz", + "integrity": "sha512-PN45bMkmuHrgIHN7zsa8gYrtTOGnnVfBqh0OwuawMZIHNb3ie+aIeZbDUYwYgNChiwXrwV5IFjcdihjyNTs1nA==" }, "commondir": { "version": "1.0.1", @@ -7236,9 +7236,9 @@ } }, "ng-quick-form": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/ng-quick-form/-/ng-quick-form-0.1.0.tgz", - "integrity": "sha512-OsmPG5iyVUUFGYTcqbb0tRsjZzUNba0vWczdgGEvWyFxH+hxFcPj+/14nXgfXWa5/sBcLi3u++Tass9TN1zqHA==" + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/ng-quick-form/-/ng-quick-form-0.1.3.tgz", + "integrity": "sha512-HBPrmDlKLY4ZGzBtztEeDLF9Q7vemHLljNcdSek4Wfgc2jpns0th23/qFccmEwa90gOAp0EXhvf5yYYUHXMxtg==" }, "ngx-highlightjs": { "version": "3.0.3", diff --git a/package.json b/package.json index 2fb0eb8..190291f 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/projects/dialog-service/package.json b/projects/dialog-service/package.json index d7532ca..39e88db 100644 --- a/projects/dialog-service/package.json +++ b/projects/dialog-service/package.json @@ -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", @@ -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" } }