Skip to content

Commit

Permalink
release: v0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mkilpatrick committed Sep 25, 2024
1 parent 3dfe038 commit 20b49f4
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions 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.7",
"version": "0.0.8",
"type": "module",
"author": "[email protected]",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -107,4 +107,4 @@
"react": "^17.0.2 || ^18.2.0",
"react-dom": "^17.0.2 || ^18.2.0"
}
}
}

0 comments on commit 20b49f4

Please sign in to comment.