Skip to content
This repository has been archived by the owner on Jul 12, 2019. It is now read-only.

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vadjs committed May 29, 2018
1 parent 632d700 commit a998ae0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
9 changes: 9 additions & 0 deletions lib/ngx-transfer-http/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="2.0.0"></a>
## [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))

<a name="1.1.2"></a>
## [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))
Expand Down
12 changes: 6 additions & 6 deletions lib/ngx-transfer-http/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit a998ae0

Please sign in to comment.