Skip to content

Commit

Permalink
chore(release): 1.8.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.8.0](v1.7.0...v1.8.0) (2021-07-19)

### Features

* allow to pass nullish values to carousel config input ([563e988](563e988))
* remove peer dependency of hammerjs in favor of pointer events ([5d03ec4](5d03ec4))
  • Loading branch information
semantic-release-bot committed Jul 19, 2021
1 parent 343cdf0 commit b10399a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-carousel-demo",
"version": "1.7.0",
"version": "1.8.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
2 changes: 1 addition & 1 deletion projects/ng-carousel/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit b10399a

Please sign in to comment.