From 20b49f4f258dd8ccf0fe5670fb4d4768abb51726 Mon Sep 17 00:00:00 2001 From: Duval Kilpatrick Date: Wed, 25 Sep 2024 13:48:13 -0400 Subject: [PATCH] release: v0.0.8 --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 4 ++-- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 610fde0..c8f57f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +#### 0.0.8 (2024-09-25) + +##### Chores + +- update to latest (official) puck version (54c6083d) +- add .idea to .gitignore (#46) (806e7239) + +##### New Features + +- constant value for mappable fields (#49) (745fcb1c) +- **util:** + - add renderEntityFields function (#44) (ef7cc7bb) + - add resolveProp function (#45) (37ceeff7) + +##### Refactors + +- mappable fields with static values version 2 (#53) (3dfe0382) + #### 0.0.7 (2024-09-16) ##### Chores diff --git a/package.json b/package.json index 811639a..2df71dc 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.7", + "version": "0.0.8", "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 +}