diff --git a/CHANGELOG.md b/CHANGELOG.md index 619ab6fd..610fde03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,27 @@ +#### 0.0.7 (2024-09-16) + +##### Chores + +- remove old comment (beb59564) +- update to latest Puck canary (#41) (c7834fbb) + +##### Documentation Changes + +- update usePlatformBridgeDocument change (#36) (aa23b741) + +##### New Features + +- add and export schema types for streams (2d036e44) +- add hooks/provider for entityFields (#37) (9f6763ea) + +##### Bug Fixes + +- wrap EntityField in div (#42) (8f27df55) +- accordions inside EntityField tooltip (#43) (f2770c59) +- css was overriding components not in visual-editor library (#40) (2633e0c0) +- entity fields toggle incorrectly switching off (#39) (2e2d45ee) +- puckInitialHistory not set in time (#38) (5b8c73c2) + #### 0.0.6 (2024-08-29) ##### Chores diff --git a/package.json b/package.json index 73b0a50c..52fcbf86 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.6", + "version": "0.0.7", "type": "module", "author": "sumo@yext.com", "types": "dist/index.d.ts", @@ -107,4 +107,4 @@ "react": "^17.0.2 || ^18.2.0", "react-dom": "^17.0.2 || ^18.2.0" } -} \ No newline at end of file +}