From 3ca85c98ecddb3e4596033184616e21134f0f4b6 Mon Sep 17 00:00:00 2001 From: Duval Kilpatrick Date: Fri, 11 Oct 2024 01:50:53 -0400 Subject: [PATCH] release: v0.0.11 --- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6f9b6df..d45beea0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +#### 0.0.11 (2024-10-11) + +##### New Features + +- **dev:** fix themes (#84) (e19ec2e4) +- load themes from content on published pages (#83) (eb01dbb1) +- handle theme data from content and local storage (#82) (ac768866) +- save theme data to YSS (#81) (d2043342) +- remove theme mode toggle (#79) (418bddf5) +- receive isThemeMode from storm (#76) (9e98ae0d) +- **components:** add react-color color picker (#68) (59afa7a8) + +##### Bug Fixes + +- **components:** fixed history desync after publish (#75) (0d08b035) + +##### Refactors + +- generate theme variables automatically and merge saved state with themeConfig for UI (#77) (7a8f8055) + #### 0.0.10 (2024-10-04) ##### Chores diff --git a/package.json b/package.json index 7025f90c..2a7dfa68 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@yext/visual-editor", "description": "Component library for Yext Pages Visual Editor", - "version": "0.0.10", + "version": "0.0.11", "type": "module", "author": "sumo@yext.com", "types": "dist/index.d.ts",