@measured/puck 0.11.0 → 0.11.1-canary.1a8f6b8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -270,7 +270,7 @@ When the user interacts with this external field, they'll be presented with a li
270
270
 
271
271
  ## Dynamic prop resolution
272
272
 
273
- Dynamic prop resolution allows developers to resolve props for components without saving the data to the Puck data model.
273
+ Dynamic prop resolution allows developers to change the props for a component after the props have been changed by the user. This is useful for making third-party API calls, such as requesting the latest content from a headless CMS.
274
274
 
275
275
  ### resolveData()
276
276
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@measured/puck",
3
- "version": "0.11.0",
3
+ "version": "0.11.1-canary.1a8f6b8",
4
4
  "private": false,
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",