From c4bb3397e1663c41db1a7c31b6ed167a2fc09ae2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 20 May 2023 19:40:17 +0000 Subject: [PATCH] chore(release): 2.0.0 [skip ci] # [2.0.0](https://github.com/VagrantAI-c/ng-carousel-cdk/compare/v1.10.1...v2.0.0) (2023-05-20) ### Features * support Angular v16 ([ca049f5](https://github.com/VagrantAI-c/ng-carousel-cdk/commit/ca049f5108ab7e999f3c5c7ed16e12ac2c510645)) ### BREAKING CHANGES * index change output will now always emit in NgZone. Some events weren't in zone before this change. --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- projects/ng-carousel/package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcf6359..d939949 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [2.0.0](https://github.com/VagrantAI-c/ng-carousel-cdk/compare/v1.10.1...v2.0.0) (2023-05-20) + + +### Features + +* support Angular v16 ([ca049f5](https://github.com/VagrantAI-c/ng-carousel-cdk/commit/ca049f5108ab7e999f3c5c7ed16e12ac2c510645)) + + +### BREAKING CHANGES + +* index change output will now always emit in NgZone. Some events weren't in zone before this change. + ## [1.10.1](https://github.com/VagrantAI-c/ng-carousel-cdk/compare/v1.10.0...v1.10.1) (2022-10-25) diff --git a/package.json b/package.json index a4ea047..6cdd979 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ng-carousel-demo", - "version": "1.10.1", + "version": "2.0.0", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/projects/ng-carousel/package.json b/projects/ng-carousel/package.json index fcce7dd..4d1fdca 100644 --- a/projects/ng-carousel/package.json +++ b/projects/ng-carousel/package.json @@ -1,6 +1,6 @@ { "name": "ng-carousel-cdk", - "version": "1.10.1", + "version": "2.0.0", "repository": { "type": "git", "url": "https://github.com/VagrantAI-c/ng-carousel-cdk.git"