diff --git a/.changeset/fix-heading-secondary-color.md b/.changeset/fix-heading-secondary-color.md deleted file mode 100644 index e33f954df..000000000 --- a/.changeset/fix-heading-secondary-color.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"spectacle": patch ---- - -Fix Heading component not applying secondary color styling. Restores correct theme color for headings that was lost in v10.2.2 when replacing defaultProps with attrs method. diff --git a/packages/spectacle/CHANGELOG.md b/packages/spectacle/CHANGELOG.md index 48d40e520..f0ae9464f 100644 --- a/packages/spectacle/CHANGELOG.md +++ b/packages/spectacle/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 10.2.3 + +### Patch Changes + +- Fix Heading component not applying secondary color styling. Restores correct theme color for headings that was lost in v10.2.2 when replacing defaultProps with attrs method. ([#1358](https://github.com/FormidableLabs/spectacle/pull/1358)) + ## 10.2.2 ### Patch Changes diff --git a/packages/spectacle/package.json b/packages/spectacle/package.json index 7c7da7f2d..50bd8e05f 100644 --- a/packages/spectacle/package.json +++ b/packages/spectacle/package.json @@ -1,6 +1,6 @@ { "name": "spectacle", - "version": "10.2.2", + "version": "10.2.3", "description": "ReactJS Powered Presentation Framework", "types": "lib/index.d.ts", "main": "lib/index.js",