Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge 0.17.3 into main #794

Merged
merged 3 commits into from
Jan 13, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
release: v0.17.3
chrisvxd committed Jan 13, 2025
commit 5ea2189c61052ba33969ebf40f2ddb26e51ea46b
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,16 @@

<!--__CHANGELOG_ENTRY__-->

## [0.17.3](https://github.com/measuredco/puck/compare/v0.17.2...v0.17.3) (2025-01-13)


### Bug Fixes

* ensure items in root DropZone can be selected ([f61dd4a](https://github.com/measuredco/puck/commit/f61dd4a955e6c09d49f4fc1967e1cac5445697f7))




## [0.17.2](https://github.com/measuredco/puck/compare/v0.17.1...v0.17.2) (2025-01-10)


2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "0.17.2",
"version": "0.17.3",
"private": true,
"scripts": {
"dev": "next dev",
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -7,6 +7,6 @@
"packages/plugin-emotion-cache",
"packages/plugin-heading-analyzer"
],
"version": "0.17.2",
"version": "0.17.3",
"npmClient": "yarn"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@
"recipes/*",
"packages/*"
],
"version": "0.17.2",
"version": "0.17.3",
"engines": {
"node": ">=18.18"
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@measured/puck",
"version": "0.17.2",
"version": "0.17.3",
"author": "Measured Corporation Ltd <hello@measured.co>",
"repository": "measuredco/puck",
"bugs": "https://github.com/measuredco/puck/issues",
2 changes: 1 addition & 1 deletion packages/create-puck-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-puck-app",
"version": "0.17.2",
"version": "0.17.3",
"author": "Measured Corporation Ltd <hello@measured.co>",
"repository": "measuredco/puck",
"bugs": "https://github.com/measuredco/puck/issues",
4 changes: 2 additions & 2 deletions packages/field-contentful/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@measured/puck-field-contentful",
"version": "0.17.2",
"version": "0.17.3",
"author": "Measured Corporation Ltd <hello@measured.co>",
"repository": "measuredco/puck",
"bugs": "https://github.com/measuredco/puck/issues",
@@ -22,7 +22,7 @@
"dist"
],
"devDependencies": {
"@measured/puck": "^0.17.2",
"@measured/puck": "^0.17.3",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"contentful": "^10.8.6",
4 changes: 2 additions & 2 deletions packages/plugin-emotion-cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@measured/puck-plugin-emotion-cache",
"version": "0.17.2",
"version": "0.17.3",
"author": "Measured Corporation Ltd <hello@measured.co>",
"repository": "measuredco/puck",
"bugs": "https://github.com/measuredco/puck/issues",
@@ -23,7 +23,7 @@
],
"devDependencies": {
"@emotion/react": "^11.13.3",
"@measured/puck": "^0.17.2",
"@measured/puck": "^0.17.3",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"eslint": "^7.32.0",
4 changes: 2 additions & 2 deletions packages/plugin-heading-analyzer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@measured/puck-plugin-heading-analyzer",
"version": "0.17.2",
"version": "0.17.3",
"author": "Measured Corporation Ltd <hello@measured.co>",
"repository": "measuredco/puck",
"bugs": "https://github.com/measuredco/puck/issues",
@@ -25,7 +25,7 @@
"dist"
],
"devDependencies": {
"@measured/puck": "^0.17.2",
"@measured/puck": "^0.17.3",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"eslint": "^7.32.0",