From 55c6f640753b66a72d11773bbbfea2aa146690ea Mon Sep 17 00:00:00 2001 From: Edward Opare-Aryee Date: Fri, 25 Aug 2017 12:59:28 +0100 Subject: [PATCH] chore(release): 1.1.0 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12010d5..40377bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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.1.0](https://github.com/thisissoon/angular-scroll-collapse/compare/v1.0.0...v1.1.0) (2017-08-25) + + +### Features + +* **ScrollCollapse:** update directive selector so it matches [snScrollCollapse] ([e375ceb](https://github.com/thisissoon/angular-scroll-collapse/commit/e375ceb)), closes [#16](https://github.com/thisissoon/angular-scroll-collapse/issues/16) + + + # [1.0.0](https://github.com/thisissoon/angular-scroll-collapse/compare/v0.2.1...v1.0.0) (2017-08-16) diff --git a/package-lock.json b/package-lock.json index a3f2d24..6e28dc9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@thisissoon/angular-scroll-collapse", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3baff4e..133a2c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@thisissoon/angular-scroll-collapse", - "version": "1.0.0", + "version": "1.1.0", "description": "A simple lightweight library for Angular 2/4+ with no other dependencies that detects scroll direction and adds a 'sn-scrolling-up' or 'sn-scrolling-down' class to the element. The library can also detect when the user has scrolled passed the element and apply a 'sn-affix' class. Useful for make a element sticky when the user has scrolled beyond it. This library can will also apply 'sn-minimise' class after the user has scrolled beyond the height of the element", "keywords": [ "angular",