From 58aab85ba68c272b605e86de91fa93727056e356 Mon Sep 17 00:00:00 2001 From: GrayBot <120588553+gray-bot@users.noreply.github.com> Date: Thu, 28 Sep 2023 21:38:48 -0400 Subject: [PATCH] chore: release 0.63.2 (#2572) --- .release-please-manifest.json | 2 +- docs/CHANGELOG.md | 15 +++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5bb8430c43..7e4c52a490 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.63.1"} +{".":"0.63.2"} diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index f07218d642..a7ad26205b 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -2,6 +2,21 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [0.63.2](https://github.com/graycoreio/daffodil/compare/v0.63.1...v0.63.2) (2023-09-29) + + +### Features + +* **design:** add deprecation notice for DaffButtonSetComponent ([#2571](https://github.com/graycoreio/daffodil/issues/2571)) ([1ef3e46](https://github.com/graycoreio/daffodil/commit/1ef3e467eb5a49ad25538f9af1525c4d890adb0d)) +* **design:** create focus stack service ([#2570](https://github.com/graycoreio/daffodil/issues/2570)) ([68aeffc](https://github.com/graycoreio/daffodil/commit/68aeffc97ab33ed71555ddaed0c566ccae2e4f92)) +* **design:** deprecate theming option for paginators and update styles to work in both dark and light mode ([#2575](https://github.com/graycoreio/daffodil/issues/2575)) ([ec50bcb](https://github.com/graycoreio/daffodil/commit/ec50bcbe4f803c6ece04e30246dc954f32237afc)) +* **design:** remove border transition from media gallery thumbnail ([#2573](https://github.com/graycoreio/daffodil/issues/2573)) ([5814c62](https://github.com/graycoreio/daffodil/commit/5814c621b396c942bc9e297fcd8b3562a4c97044)) + + +### Bug Fixes + +* **reviews:** state errors are not reset upon success ([#2577](https://github.com/graycoreio/daffodil/issues/2577)) ([9cf5f58](https://github.com/graycoreio/daffodil/commit/9cf5f58686bac14afb6bb3d23ee4818aa2ba1ffb)) + ## [0.63.1](https://github.com/graycoreio/daffodil/compare/v0.63.0...v0.63.1) (2023-09-19) diff --git a/package-lock.json b/package-lock.json index 3ef6e681a0..c9713f9b5f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@daffodil/daffodil", - "version": "0.63.1", + "version": "0.63.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@daffodil/daffodil", - "version": "0.63.1", + "version": "0.63.2", "license": "MIT", "dependencies": { "@angular/animations": "^13.0.0", diff --git a/package.json b/package.json index cf4396ed91..b56bb74e48 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@daffodil/daffodil", - "version": "0.63.1", + "version": "0.63.2", "license": "MIT", "scripts": { "release": "cd tools/release; gulp",