Skip to content

Commit ea55a0c

Browse files
committed
release: v0.18.3
1 parent dd864ac commit ea55a0c

File tree

10 files changed

+33
-11
lines changed

10 files changed

+33
-11
lines changed

CHANGELOG.md

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

33
<!--__CHANGELOG_ENTRY__-->
44

5+
## [0.18.3](https://github.com/measuredco/puck/compare/v0.18.2...v0.18.3) (2025-04-05)
6+
7+
8+
### Bug Fixes
9+
10+
* bind array item to correct field when using multiple arrays ([934cfae](https://github.com/measuredco/puck/commit/934cfaeed36b9737cd51c0d400b4e7ec8686ae35))
11+
* don't artificially constrain array items to container ([648a235](https://github.com/measuredco/puck/commit/648a235f5bb20b276f7fc307e81842b1215838f9))
12+
* don't render array item until dropped ([94f5e23](https://github.com/measuredco/puck/commit/94f5e238e2a8dd2ec5b3eba211d1160a2faa739a))
13+
* don't reset old values when modifying fields in other array items ([73c17b3](https://github.com/measuredco/puck/commit/73c17b30d1c13a8971731942f690c44ddc1794cc))
14+
* don't track dragged headings in heading-outline-analyzer ([3c16391](https://github.com/measuredco/puck/commit/3c16391bc8085cbddc910f70657e440471216995))
15+
* ensure file inputs work inside array fields ([746033f](https://github.com/measuredco/puck/commit/746033f53623b1824f31e987339737fd92ce38dc))
16+
* ensure nested array fields are draggable ([0bdd243](https://github.com/measuredco/puck/commit/0bdd2434a254151cfbe636840ed1294fef5c0c26))
17+
* expose transformProps in server bundle ([d234345](https://github.com/measuredco/puck/commit/d234345c73d530803f3effb1c8a458353ac006e2))
18+
* prevent ActionBar clipping if it exceeds top bounds ([e8355f0](https://github.com/measuredco/puck/commit/e8355f09c668baa044629d923076c59817d43072))
19+
* remove erroneous React 17 from supported peer dependencies ([98ad734](https://github.com/measuredco/puck/commit/98ad73412c1addb9214a3d953d962f401f044a3f))
20+
* reorder array items more predictably ([659f2d8](https://github.com/measuredco/puck/commit/659f2d8fc0c3c4511211a4933e0337ab771b29dd))
21+
* show top border on array button when array empty ([7442118](https://github.com/measuredco/puck/commit/7442118598793d808c80535428dd21de9315daa1))
22+
23+
24+
25+
526
## [0.18.2](https://github.com/measuredco/puck/compare/v0.18.0...v0.18.2) (2025-01-31)
627

728

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.18.2",
3+
"version": "0.18.3",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

apps/docs/releases.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"canary": "https://puck-docs-git-main-measured.vercel.app",
3+
"0.18.3": "https://puck-docs-git-releases-v0183-measured.vercel.app",
34
"0.18.2": "https://puck-docs-git-releases-v0182-measured.vercel.app",
45
"0.18.1": "https://puck-docs-git-releases-v0181-measured.vercel.app",
56
"0.18.0": "https://puck-docs-git-releases-v0180-measured.vercel.app",

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.18.2",
10+
"version": "0.18.3",
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.18.2",
39+
"version": "0.18.3",
4040
"engines": {
4141
"node": ">=18.18"
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.18.2",
3+
"version": "0.18.3",
44
"author": "Measured Corporation Ltd <[email protected]>",
55
"repository": "measuredco/puck",
66
"bugs": "https://github.com/measuredco/puck/issues",

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.18.2",
3+
"version": "0.18.3",
44
"author": "Measured Corporation Ltd <[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.18.2",
3+
"version": "0.18.3",
44
"author": "Measured Corporation Ltd <[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.18.2",
25+
"@measured/puck": "^0.18.3",
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.18.2",
3+
"version": "0.18.3",
44
"author": "Measured Corporation Ltd <[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.18.2",
26+
"@measured/puck": "^0.18.3",
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.18.2",
3+
"version": "0.18.3",
44
"author": "Measured Corporation Ltd <[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.18.2",
28+
"@measured/puck": "^0.18.3",
2929
"@types/react": "^19.0.1",
3030
"@types/react-dom": "^19.0.2",
3131
"eslint": "^7.32.0",

0 commit comments

Comments
 (0)