From 1e98ec62c8d6ae693f80b73b4c2e74e0f81a01f0 Mon Sep 17 00:00:00 2001 From: Viraj Sanghvi Date: Thu, 9 Jan 2025 17:54:08 -0800 Subject: [PATCH] Update changelog and package.json for 1.19 release (#1479) Signed-off-by: Viraj Sanghvi --- CHANGELOG.md | 18 +++++++++++++----- package.json | 2 +- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73fc55659..97b612eed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,12 +6,11 @@ ### 🛡 Security - +- Update cross-spawn to address CVE ([#1469](https://github.com/opensearch-project/oui/pull/1469)) +- Update webpack and webpack-dev-server to address CVEs ([#1473](https://github.com/opensearch-project/oui/pull/1473)) ### 📈 Features/Enhancements - Add vertical oriented button group ([#755](https://github.com/opensearch-project/oui/pull/755)) -- Add sparkleFilled icon ([#1452](https://github.com/opensearch-project/oui/pull/1452)) -- Update colors v9 theme ([#1460](https://github.com/opensearch-project/oui/pull/1460)) ### 🐛 Bug Fixes @@ -20,8 +19,7 @@ ### 📝 Documentation - - Update figma link to latest v2 ([#1456](https://github.com/opensearch-project/oui/pull/1456)) - +- Refactor OUI Documentation homepage layout ([#1472](https://github.com/opensearch-project/oui/pull/1472)) ### 🛠 Maintenance @@ -31,6 +29,16 @@ ### 🔩 Tests + +## [`1.18.0`](https://github.com/opensearch-project/oui/tree/1.18) + +### 📈 Features/Enhancements +- Add sparkleFilled icon ([#1452](https://github.com/opensearch-project/oui/pull/1452)) +- Update colors v9 theme ([#1460](https://github.com/opensearch-project/oui/pull/1460)) + +### 📝 Documentation + - Update figma link to latest v2 ([#1456](https://github.com/opensearch-project/oui/pull/1456)) + ## [`1.17.0`](https://github.com/opensearch-project/oui/tree/1.17) diff --git a/package.json b/package.json index 25e24c604..95efc8aa3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@opensearch-project/oui", "description": "OpenSearch UI Component Library", - "version": "1.18.0", + "version": "1.19.0", "license": "Apache-2.0", "main": "lib", "module": "es",