From 83c28df8de519cc38c24e135b688101d13a012f2 Mon Sep 17 00:00:00 2001 From: Viraj Sanghvi Date: Thu, 26 Sep 2024 22:47:55 +0000 Subject: [PATCH] Bump changelog and package.json for 1.14 release Signed-off-by: Viraj Sanghvi --- CHANGELOG.md | 15 ++++++++++++++- package.json | 2 +- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4bcc9ca9..83d941f83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,20 +4,33 @@ ### Deprecations + ### 🛡 Security + ### 📈 Features/Enhancements + ### 🐛 Bug Fixes -- Update components to respect new breakpoints + +- Add Temporary fix for Chrome's problem with rendering mask images ([#1414](https://github.com/opensearch-project/oui/pull/1414)) +- Additional borderRadius sizes on Panels ([#1417](https://github.com/opensearch-project/oui/pull/1417)) +- Configuration of borderRadius on Cards ([#1417](https://github.com/opensearch-project/oui/pull/1417)) +- Update components to respect new breakpoints ([#1416])(https://github.com/opensearch-project/oui/pull/1416) ### 🚞 Infrastructure + ### 📝 Documentation + ### 🛠 Maintenance + ### 🪛 Refactoring +- Make Side Nav variables themeable ([#1417](https://github.com/opensearch-project/oui/pull/1417)) +- Make Links use font-weight `$ouiFontWeightSemiBold` (no change for existing themes) ([#1417](https://github.com/opensearch-project/oui/pull/1417)) +- Enable themes to define background colors for Buttons ([#1417](https://github.com/opensearch-project/oui/pull/1417)) ### 🔩 Tests diff --git a/package.json b/package.json index 2aaab596f..5f930608a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@opensearch-project/oui", "description": "OpenSearch UI Component Library", - "version": "1.13.0", + "version": "1.14.0", "license": "Apache-2.0", "main": "lib", "module": "es",