From c26053363b7b270744633a7707f926df82f3e5de Mon Sep 17 00:00:00 2001 From: Edward Opare-Aryee Date: Wed, 29 Nov 2017 16:29:44 +0000 Subject: [PATCH] chore(release): 1.4.0-rc.0 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0a5bd2..5ede99b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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. + +# [1.4.0-rc.0](https://github.com/thisissoon/angular-inviewport/compare/v1.3.2...v1.4.0-rc.0) (2017-11-29) + +### Breaking Changes + +* **InViewport:** Changed `(onInViewportChange)` output to `(inViewportChange)`. Changed `[snInViewportParent]` input to `[parent]`. This was to pass default linting options with the angular cli ([f86f1c6](https://github.com/thisissoon/angular-inviewport/commit/f86f1c6)) + + ## [1.3.2](https://github.com/thisissoon/angular-inviewport/compare/v1.3.1...v1.3.2) (2017-11-28) diff --git a/package-lock.json b/package-lock.json index 0c812ee..620ede8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "angular-inviewport", - "version": "1.3.2", + "version": "1.4.0-rc.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d022125..9ae3a8a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@thisissoon/angular-inviewport", - "version": "1.3.2", + "version": "1.4.0-rc.0", "description": "A simple lightweight library for Angular 2/4+ with other dependencies that detects when an element is within the browser viewport and adds a sn-viewport-in or sn-viewport-out class to the element.", "keywords": [ "angular",