From a998ae06a690b28bdc6853dc2dbdd8b89b4042fb Mon Sep 17 00:00:00 2001 From: Vadim Zhamkov Date: Tue, 29 May 2018 15:37:29 +0300 Subject: [PATCH] chore(release): 2.0.0 --- lib/ngx-transfer-http/CHANGELOG.md | 9 +++++++++ lib/ngx-transfer-http/package.json | 12 ++++++------ 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/lib/ngx-transfer-http/CHANGELOG.md b/lib/ngx-transfer-http/CHANGELOG.md index d3eee5d..f268eea 100644 --- a/lib/ngx-transfer-http/CHANGELOG.md +++ b/lib/ngx-transfer-http/CHANGELOG.md @@ -2,10 +2,19 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## [2.0.0](https://github.com/Gorniv/ngx-transfer-http/compare/v1.1.2...v2.0.0) (2018-05-29) + + +### BREAKING CHANGES + +* Update RXJS import to v6 compactible ([6ccbab1](https://github.com/Gorniv/ngx-transfer-http/commit/6ccbab1)) + ## [1.1.2](https://github.com/Gorniv/ngx-transfer-http/compare/v1.1.1...v1.1.2) (2018-05-22) + ### Bug Fixes * **cache:** getData use platform ([7dce74d](https://github.com/Gorniv/ngx-transfer-http/commit/7dce74d)) diff --git a/lib/ngx-transfer-http/package.json b/lib/ngx-transfer-http/package.json index e438a38..19c04ae 100644 --- a/lib/ngx-transfer-http/package.json +++ b/lib/ngx-transfer-http/package.json @@ -1,6 +1,6 @@ { "name": "@gorniv/ngx-transfer-http", - "version": "1.1.2", + "version": "2.0.0", "description": "Implementation http for Angular universal work based on TransferState", "keywords": [ "angular", @@ -31,11 +31,11 @@ }, "homepage": "https://github.com/Gorniv/ngx-transfer-http", "peerDependencies": { - "@angular/common": ">=5.0.0 <7.0.0", - "@angular/compiler": ">=5.0.0 <7.0.0", - "@angular/core": ">=5.0.0 <7.0.0", - "typescript": ">=2.4.2", - "rxjs": ">=6.0.0 || ^5.6.0-forward-compat.4" + "@angular/common": ">=6.0.0 <7.0.0", + "@angular/compiler": ">=6.0.0 <7.0.0", + "@angular/core": ">=6.0.0 <7.0.0", + "typescript": ">=2.7.0", + "rxjs": ">=6.0.0 <7.0.0" }, "ngPackage": { "$schema": "./node_modules/ng-packagr/ng-package.schema.json",