From e77e8934e0c4f060c4ef7a0182a0fc94e11a31a7 Mon Sep 17 00:00:00 2001 From: Jasper Furniss Date: Mon, 23 Oct 2023 09:05:24 -0400 Subject: [PATCH] Update CHANGELOG.md (#2807) **What does this PR do?** A clear and concise description with your runway ticket url. **Screenshots:** Screenshots to visualize your addition/change **How to test?** Steps to confirm the desired behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See addition/change #### Checklist: - [ ] **LABELS** Add a label: `enhancement`, `bug`, `improvement`, `new kit`, `deprecated`, or `breaking`. See [Changelog & Labels](https://github.com/powerhome/playbook/wiki/Changelog-&-Labels) for details. - [ ] **DEPLOY** I have added the `milano` label to show I'm ready for a review. - [ ] **TESTS** I have added test coverage to my code. --- playbook/CHANGELOG.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/playbook/CHANGELOG.md b/playbook/CHANGELOG.md index e9ff1dc26b..7fa650368f 100644 --- a/playbook/CHANGELOG.md +++ b/playbook/CHANGELOG.md @@ -1,3 +1,28 @@ +# 13.10.0 +##### October 19, 2023 + +List of changes: + +**Kit Enhancements:** + +- Multi Level Select - Single Select Variant [\#2767](https://github.com/powerhome/playbook/pull/2767) ([gavhuang](https://github.com/gavhuang)) +- Responsive Background Props [\#2797](https://github.com/powerhome/playbook/pull/2797) ([jasperfurniss](https://github.com/jasperfurniss)) + +**Fixed Bugs:** + +- Fixing Reaction Button Height Discrepancy and Changing Font Size [\#2793](https://github.com/powerhome/playbook/pull/2793) ([carloslimasd](https://github.com/carloslimasd)) + +**Improvements:** + +- Docs: Avatar + Badge update [\#2796](https://github.com/powerhome/playbook/pull/2796) ([nickamantia](https://github.com/nickamantia)) +- Homepage Responsiveness Updates [\#2786](https://github.com/powerhome/playbook/pull/2786) ([gavhuang](https://github.com/gavhuang)) +- Homepage Hero Layout [\#2774](https://github.com/powerhome/playbook/pull/2774) ([nidaqg](https://github.com/nidaqg)) +- React Scaffold for Beta Website [\#2797](https://github.com/powerhome/playbook/pull/2797) ([jasperfurniss](https://github.com/jasperfurniss)) +- No CPU Limits + Increase Memory in Production [\#2787](https://github.com/powerhome/playbook/pull/2787) ([ryanmrodriguez](https://github.com/ryanmrodriguez)) + +[Full Changelog](https://github.com/powerhome/playbook/compare/13.9.0...13.10.0) + + # 13.9.0 ##### October 5, 2023