File tree Expand file tree Collapse file tree 10 files changed +25
-11
lines changed
Expand file tree Collapse file tree 10 files changed +25
-11
lines changed Original file line number Diff line number Diff line change 22
33<!-- __CHANGELOG_ENTRY__-->
44
5+ ## [ 0.18.1] ( https://github.com/measuredco/puck/compare/v0.18.0...v0.18.1 ) (2025-01-24)
6+
7+
8+ ### Bug Fixes
9+
10+ * address React 19 peer dependency issues ([ 7649086] ( https://github.com/measuredco/puck/commit/7649086009deb9b9ceb5c4790e9c356b107a20b6 ) )
11+ * address ResizeObserver loop error ([ d3e6b57] ( https://github.com/measuredco/puck/commit/d3e6b57190e3f6e8a4f857a45a51cbb060daf050 ) )
12+ * don't access selectedItem if undefined right after drop ([ 0573b18] ( https://github.com/measuredco/puck/commit/0573b182452f1c614a15f4125fefa81a880e37a2 ) )
13+ * ensure nested drag-and-drop works in Firefox ([ f077a37] ( https://github.com/measuredco/puck/commit/f077a37158194867a10c1406252fe4a8f4f6974c ) )
14+
15+
16+
17+
518## [ 0.18.0] ( https://github.com/measuredco/puck/compare/v0.17.1...v0.18.0 ) (2025-01-21)
619
720
Original file line number Diff line number Diff line change 11{
22 "name" : " docs" ,
3- "version" : " 0.18.0 " ,
3+ "version" : " 0.18.1 " ,
44 "private" : true ,
55 "scripts" : {
66 "dev" : " next dev" ,
Original file line number Diff line number Diff line change 11{
22 "canary" : " https://puck-docs-git-main-measured.vercel.app" ,
3+ "0.18.1" : " https://puck-docs-git-releases-v0181-measured.vercel.app" ,
34 "0.18.0" : " https://puck-docs-git-releases-v0180-measured.vercel.app" ,
45 "0.17.4" : " https://puck-docs-git-releases-v0174-measured.vercel.app" ,
56 "0.17.3" : " https://puck-docs-git-releases-v0173-measured.vercel.app" ,
Original file line number Diff line number Diff line change 77 " packages/plugin-emotion-cache" ,
88 " packages/plugin-heading-analyzer"
99 ],
10- "version" : " 0.18.0 " ,
10+ "version" : " 0.18.1 " ,
1111 "npmClient" : " yarn"
1212}
Original file line number Diff line number Diff line change 3636 " recipes/*" ,
3737 " packages/*"
3838 ],
39- "version" : " 0.18.0 " ,
39+ "version" : " 0.18.1 " ,
4040 "engines" : {
4141 "node" : " >=18.18"
4242 }
Original file line number Diff line number Diff line change 11{
22 "name" : " @measured/puck" ,
3- "version" : " 0.18.0 " ,
3+ "version" : " 0.18.1 " ,
44 "author" :
" Measured Corporation Ltd <[email protected] >" ,
55 "repository" : " measuredco/puck" ,
66 "bugs" : " https://github.com/measuredco/puck/issues" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " create-puck-app" ,
3- "version" : " 0.18.0 " ,
3+ "version" : " 0.18.1 " ,
44 "author" :
" Measured Corporation Ltd <[email protected] >" ,
55 "repository" : " measuredco/puck" ,
66 "bugs" : " https://github.com/measuredco/puck/issues" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @measured/puck-field-contentful" ,
3- "version" : " 0.18.0 " ,
3+ "version" : " 0.18.1 " ,
44 "author" :
" Measured Corporation Ltd <[email protected] >" ,
55 "repository" : " measuredco/puck" ,
66 "bugs" : " https://github.com/measuredco/puck/issues" ,
2222 " dist"
2323 ],
2424 "devDependencies" : {
25- "@measured/puck" : " ^0.18.0 " ,
25+ "@measured/puck" : " ^0.18.1 " ,
2626 "@types/react" : " ^19.0.1" ,
2727 "@types/react-dom" : " ^19.0.2" ,
2828 "contentful" : " ^10.8.6" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @measured/puck-plugin-emotion-cache" ,
3- "version" : " 0.18.0 " ,
3+ "version" : " 0.18.1 " ,
44 "author" :
" Measured Corporation Ltd <[email protected] >" ,
55 "repository" : " measuredco/puck" ,
66 "bugs" : " https://github.com/measuredco/puck/issues" ,
2323 ],
2424 "devDependencies" : {
2525 "@emotion/react" : " ^11.13.3" ,
26- "@measured/puck" : " ^0.18.0 " ,
26+ "@measured/puck" : " ^0.18.1 " ,
2727 "@types/react" : " ^19.0.1" ,
2828 "@types/react-dom" : " ^19.0.2" ,
2929 "eslint" : " ^7.32.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @measured/puck-plugin-heading-analyzer" ,
3- "version" : " 0.18.0 " ,
3+ "version" : " 0.18.1 " ,
44 "author" :
" Measured Corporation Ltd <[email protected] >" ,
55 "repository" : " measuredco/puck" ,
66 "bugs" : " https://github.com/measuredco/puck/issues" ,
2525 " dist"
2626 ],
2727 "devDependencies" : {
28- "@measured/puck" : " ^0.18.0 " ,
28+ "@measured/puck" : " ^0.18.1 " ,
2929 "@types/react" : " ^19.0.1" ,
3030 "@types/react-dom" : " ^19.0.2" ,
3131 "eslint" : " ^7.32.0" ,
You can’t perform that action at this time.
0 commit comments