Skip to content

Commit

Permalink
release: v0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mkilpatrick committed Oct 11, 2024
1 parent e19ec2e commit 3ca85c9
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 3ca85c9

Please sign in to comment.