From 0ee19666c4678632119f28f264fd2cbaa49719d9 Mon Sep 17 00:00:00 2001 From: Max Okorokov Date: Tue, 14 Nov 2023 14:15:19 +0100 Subject: [PATCH] docs: release 16.0.0-rc.1 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a43cf22576..b73582ba09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [16.0.0-rc.1](https://github.com/ng-bootstrap/ng-bootstrap/compare/16.0.0-rc.0...16.0.0-rc.1) (2023-11-14) + + +### Bug Fixes + +* **datepicker:** `startDate` type should accept dates with days ([#4618](https://github.com/ng-bootstrap/ng-bootstrap/issues/4618)) ([81ec20a](https://github.com/ng-bootstrap/ng-bootstrap/commit/81ec20aa440b3fe9cecd2b1cd3754fa8b26a34cd)), closes [#4616](https://github.com/ng-bootstrap/ng-bootstrap/issues/4616) + + + # [16.0.0-rc.0](https://github.com/ng-bootstrap/ng-bootstrap/compare/15.1.2...16.0.0-rc.0) (2023-11-08) This release bumps minimum required versions to Angular `17.0.0`, Bootstrap `5.3.2` and introduces dark mode support for components and demo site. diff --git a/package.json b/package.json index 4ba5cd7768..79ae6bd513 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ng-bootstrap/ng-bootstrap", - "version": "16.0.0-rc.0", + "version": "16.0.0-rc.1", "description": "Angular powered Bootstrap", "author": "https://github.com/ng-bootstrap/ng-bootstrap/graphs/contributors", "engines": {