Skip to content

Commit

Permalink
Bump changelog and package.json for 1.14 release (#1421)
Browse files Browse the repository at this point in the history
Signed-off-by: Viraj Sanghvi <[email protected]>
  • Loading branch information
virajsanghvi authored Sep 26, 2024
1 parent 3f8266b commit adfec4d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit adfec4d

Please sign in to comment.