From b10399adbf20ac8e64bb4cb6ab8bc56e25976ea0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 19 Jul 2021 12:28:42 +0000 Subject: [PATCH] chore(release): 1.8.0 [skip ci] # [1.8.0](https://github.com/VagrantAI-c/ng-carousel-cdk/compare/v1.7.0...v1.8.0) (2021-07-19) ### Features * allow to pass nullish values to carousel config input ([563e988](https://github.com/VagrantAI-c/ng-carousel-cdk/commit/563e988288980ca3275f2c37222841b0286b9377)) * remove peer dependency of hammerjs in favor of pointer events ([5d03ec4](https://github.com/VagrantAI-c/ng-carousel-cdk/commit/5d03ec4925236d546736dccd766502c72a78a4fd)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- projects/ng-carousel/package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 367b224..b6bf9e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [1.8.0](https://github.com/VagrantAI-c/ng-carousel-cdk/compare/v1.7.0...v1.8.0) (2021-07-19) + + +### Features + +* allow to pass nullish values to carousel config input ([563e988](https://github.com/VagrantAI-c/ng-carousel-cdk/commit/563e988288980ca3275f2c37222841b0286b9377)) +* remove peer dependency of hammerjs in favor of pointer events ([5d03ec4](https://github.com/VagrantAI-c/ng-carousel-cdk/commit/5d03ec4925236d546736dccd766502c72a78a4fd)) + # [1.7.0](https://github.com/VagrantAI-c/ng-carousel-cdk/compare/v1.6.1...v1.7.0) (2021-04-29) diff --git a/package.json b/package.json index dcf9366..3e3423f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ng-carousel-demo", - "version": "1.7.0", + "version": "1.8.0", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/projects/ng-carousel/package.json b/projects/ng-carousel/package.json index 608aea5..62095a1 100644 --- a/projects/ng-carousel/package.json +++ b/projects/ng-carousel/package.json @@ -1,6 +1,6 @@ { "name": "ng-carousel-cdk", - "version": "1.7.0", + "version": "1.8.0", "repository": { "type": "git", "url": "https://github.com/VagrantAI-c/ng-carousel-cdk.git"