Skip to content

Commit 3cfc3a6

Browse files
committed
release: v0.20.1
1 parent 6c58995 commit 3cfc3a6

File tree

9 files changed

+26
-11
lines changed

9 files changed

+26
-11
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
<!--__CHANGELOG_ENTRY__-->
44

5+
## [0.20.1](https://github.com/measuredco/puck/compare/v0.20.0...v0.20.1) (2025-08-19)
6+
7+
8+
### Bug Fixes
9+
10+
* address type issues when using root ([38076a9](https://github.com/measuredco/puck/commit/38076a94bcafbb9905d197195a750928ade757ab))
11+
* don't widen getItemSummary type for array fields ([92112b9](https://github.com/measuredco/puck/commit/92112b9f1e012cdd1ec9fdfe62e4573da36327f4))
12+
* don't widen getItemSummary type for external fields ([e58ac42](https://github.com/measuredco/puck/commit/e58ac425398ec115456eda9b4650031359fffa6d))
13+
* fix slots within array and object fields ([b7fba1b](https://github.com/measuredco/puck/commit/b7fba1b46ba2678e775632a4f5be4a9a1e5be7cf))
14+
* render spaces/line breaks consistently in inline text fields ([6c58995](https://github.com/measuredco/puck/commit/6c58995b9db7897bd8994a3f2fb1b2456ef32b2f))
15+
* strip line breaks when pasting into inline text field ([2533c55](https://github.com/measuredco/puck/commit/2533c552a3222e47ffcfb1450ecf95fc4e78fb4a))
16+
17+
18+
19+
520
## [0.20.0](https://github.com/measuredco/puck/compare/v0.19.3...v0.20.0) (2025-08-14)
621

722

apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs",
3-
"version": "0.20.0",
3+
"version": "0.20.1",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"packages/plugin-emotion-cache",
88
"packages/plugin-heading-analyzer"
99
],
10-
"version": "0.20.0",
10+
"version": "0.20.1",
1111
"npmClient": "yarn"
1212
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"recipes/*",
3737
"packages/*"
3838
],
39-
"version": "0.20.0",
39+
"version": "0.20.1",
4040
"engines": {
4141
"node": ">=20.0.0"
4242
}

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@measured/puck",
3-
"version": "0.20.0",
3+
"version": "0.20.1",
44
"description": "The open-source visual editor for React",
55
"author": "Chris Villa <[email protected]>",
66
"repository": "measuredco/puck",

packages/create-puck-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-puck-app",
3-
"version": "0.20.0",
3+
"version": "0.20.1",
44
"author": "Chris Villa <[email protected]>",
55
"repository": "measuredco/puck",
66
"bugs": "https://github.com/measuredco/puck/issues",

packages/field-contentful/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@measured/puck-field-contentful",
3-
"version": "0.20.0",
3+
"version": "0.20.1",
44
"author": "Chris Villa <[email protected]>",
55
"repository": "measuredco/puck",
66
"bugs": "https://github.com/measuredco/puck/issues",
@@ -22,7 +22,7 @@
2222
"dist"
2323
],
2424
"devDependencies": {
25-
"@measured/puck": "^0.20.0",
25+
"@measured/puck": "^0.20.1",
2626
"@types/react": "^19.0.1",
2727
"@types/react-dom": "^19.0.2",
2828
"contentful": "^10.8.6",

packages/plugin-emotion-cache/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@measured/puck-plugin-emotion-cache",
3-
"version": "0.20.0",
3+
"version": "0.20.1",
44
"author": "Chris Villa <[email protected]>",
55
"repository": "measuredco/puck",
66
"bugs": "https://github.com/measuredco/puck/issues",
@@ -23,7 +23,7 @@
2323
],
2424
"devDependencies": {
2525
"@emotion/react": "^11.13.3",
26-
"@measured/puck": "^0.20.0",
26+
"@measured/puck": "^0.20.1",
2727
"@types/react": "^19.0.1",
2828
"@types/react-dom": "^19.0.2",
2929
"eslint": "^7.32.0",

packages/plugin-heading-analyzer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@measured/puck-plugin-heading-analyzer",
3-
"version": "0.20.0",
3+
"version": "0.20.1",
44
"author": "Chris Villa <[email protected]>",
55
"repository": "measuredco/puck",
66
"bugs": "https://github.com/measuredco/puck/issues",
@@ -25,7 +25,7 @@
2525
"dist"
2626
],
2727
"devDependencies": {
28-
"@measured/puck": "^0.20.0",
28+
"@measured/puck": "^0.20.1",
2929
"@types/react": "^19.0.1",
3030
"@types/react-dom": "^19.0.2",
3131
"eslint": "^7.32.0",

0 commit comments

Comments
 (0)