Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.10.1...v2.0.0) (2023-05-20)

### Features

* support Angular v16 ([ca049f5](ca049f5))

### BREAKING CHANGES

* index change output will now always emit in NgZone. Some events weren't in zone before this change.
  • Loading branch information
semantic-release-bot committed May 20, 2023
1 parent fe43da4 commit c4bb339
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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.10.1",
"version": "2.0.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.10.1",
"version": "2.0.0",
"repository": {
"type": "git",
"url": "https://github.com/VagrantAI-c/ng-carousel-cdk.git"
Expand Down

0 comments on commit c4bb339

Please sign in to comment.