Skip to content

Commit

Permalink
Merge pull request #1640 from Shopify/fix/expose-uplift-theme
Browse files Browse the repository at this point in the history
fix: Expose Uplift theme
  • Loading branch information
maael authored Mar 19, 2024
2 parents 09e2c69 + 35bc743 commit afcb282
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/polaris-viz/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->
## Unreleased

### Changed

- Added `PolarisUpliftTheme` to better support extending the Uplift theme.

## [11.0.0] - 2024-03-12

Expand Down
1 change: 1 addition & 0 deletions packages/polaris-viz/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit afcb282

Please sign in to comment.