diff --git a/packages/polaris-viz/CHANGELOG.md b/packages/polaris-viz/CHANGELOG.md index 531fcb304..a5e07c1bf 100644 --- a/packages/polaris-viz/CHANGELOG.md +++ b/packages/polaris-viz/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## Unreleased + +### Changed + +- Added `PolarisUpliftTheme` to better support extending the Uplift theme. ## [11.0.0] - 2024-03-12 diff --git a/packages/polaris-viz/src/index.ts b/packages/polaris-viz/src/index.ts index d08c010a4..cc3b02a8f 100644 --- a/packages/polaris-viz/src/index.ts +++ b/packages/polaris-viz/src/index.ts @@ -40,6 +40,7 @@ export { DEFAULT_THEME as PolarisVizDefaultTheme, LIGHT_THEME as PolarisVizLightTheme, PRINT_THEME as PolarisVizPrintTheme, + UPLIFT_THEME as PolarisUpliftTheme, } from './constants'; export type {