From 9de3e87ed9dd2de2dd0ca7e806f1a832433d1898 Mon Sep 17 00:00:00 2001 From: Chris Villa Date: Thu, 7 Nov 2024 18:37:55 +0000 Subject: [PATCH] release: v0.16.2 --- CHANGELOG.md | 16 ++++++++++++++++ apps/docs/package.json | 2 +- lerna.json | 2 +- package.json | 2 +- packages/core/package.json | 2 +- packages/create-puck-app/package.json | 2 +- packages/field-contentful/package.json | 4 ++-- packages/plugin-emotion-cache/package.json | 4 ++-- packages/plugin-heading-analyzer/package.json | 4 ++-- 9 files changed, 27 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 172669c62..55cb32fbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ +## [0.16.2](https://github.com/measuredco/puck/compare/v0.16.1...v0.16.2) (2024-11-07) + + +### Bug Fixes + +* always treat data as immutable, fixing Redux issues ([51154e9](https://github.com/measuredco/puck/commit/51154e92b9022311afa79d086f69b70b6b8beb77)) +* don't crash if component definition missing ([525b506](https://github.com/measuredco/puck/commit/525b5065563675d03d89cf090ce1f7fdf8ff0486)) +* don't crash when selecting component with no config ([cb90f5d](https://github.com/measuredco/puck/commit/cb90f5d9109b340407bc9828fcd9761183d83e68)), closes [#671](https://github.com/measuredco/puck/issues/671) +* export missing resolveAllData lib in RSC bundle ([2f5fb7b](https://github.com/measuredco/puck/commit/2f5fb7ba69b61b857ad14720b93ceab026571aa7)) +* fix RTL styles in action bar overlay ([bf5c5a3](https://github.com/measuredco/puck/commit/bf5c5a33081599331049063c79c7859aea96d0da)) +* remove internal AutoField and FieldLabel components from bundle ([5df1597](https://github.com/measuredco/puck/commit/5df1597feede2f0ff922ad13297fd3acaf942da2)) +* remove unused label from AutoField type ([18b6f1a](https://github.com/measuredco/puck/commit/18b6f1acae0186245817f35d4a27e6fdf4153ea1)) + + + + ## [0.16.1](https://github.com/measuredco/puck/compare/v0.16.0...v0.16.1) (2024-10-07) diff --git a/apps/docs/package.json b/apps/docs/package.json index f0e985f95..029676ada 100644 --- a/apps/docs/package.json +++ b/apps/docs/package.json @@ -1,6 +1,6 @@ { "name": "docs", - "version": "0.16.1", + "version": "0.16.2", "private": true, "scripts": { "dev": "next dev", diff --git a/lerna.json b/lerna.json index b6972fa9a..fdec091e3 100644 --- a/lerna.json +++ b/lerna.json @@ -7,6 +7,6 @@ "packages/plugin-emotion-cache", "packages/plugin-heading-analyzer" ], - "version": "0.16.1", + "version": "0.16.2", "npmClient": "yarn" } diff --git a/package.json b/package.json index e9f08b457..345f65d94 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "recipes/*", "packages/*" ], - "version": "0.16.1", + "version": "0.16.2", "engines": { "node": ">=18" } diff --git a/packages/core/package.json b/packages/core/package.json index 40d58a295..c48ce9b89 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@measured/puck", - "version": "0.16.1", + "version": "0.16.2", "author": "Measured Corporation Ltd ", "repository": "measuredco/puck", "bugs": "https://github.com/measuredco/puck/issues", diff --git a/packages/create-puck-app/package.json b/packages/create-puck-app/package.json index 9c0c19f38..30a97a3fd 100644 --- a/packages/create-puck-app/package.json +++ b/packages/create-puck-app/package.json @@ -1,6 +1,6 @@ { "name": "create-puck-app", - "version": "0.16.1", + "version": "0.16.2", "author": "Measured Corporation Ltd ", "repository": "measuredco/puck", "bugs": "https://github.com/measuredco/puck/issues", diff --git a/packages/field-contentful/package.json b/packages/field-contentful/package.json index dcc5b7c4f..547dc7a0d 100644 --- a/packages/field-contentful/package.json +++ b/packages/field-contentful/package.json @@ -1,6 +1,6 @@ { "name": "@measured/puck-field-contentful", - "version": "0.16.1", + "version": "0.16.2", "author": "Measured Corporation Ltd ", "repository": "measuredco/puck", "bugs": "https://github.com/measuredco/puck/issues", @@ -22,7 +22,7 @@ "dist" ], "devDependencies": { - "@measured/puck": "^0.16.1", + "@measured/puck": "^0.16.2", "@types/react": "^18.2.0", "@types/react-dom": "^18.2.0", "contentful": "^10.8.6", diff --git a/packages/plugin-emotion-cache/package.json b/packages/plugin-emotion-cache/package.json index 34bfbc8e3..726acfdd9 100644 --- a/packages/plugin-emotion-cache/package.json +++ b/packages/plugin-emotion-cache/package.json @@ -1,6 +1,6 @@ { "name": "@measured/puck-plugin-emotion-cache", - "version": "0.16.1", + "version": "0.16.2", "author": "Measured Corporation Ltd ", "repository": "measuredco/puck", "bugs": "https://github.com/measuredco/puck/issues", @@ -23,7 +23,7 @@ ], "devDependencies": { "@emotion/react": "^11.13.3", - "@measured/puck": "^0.16.1", + "@measured/puck": "^0.16.2", "@types/react": "^18.2.0", "@types/react-dom": "^18.2.0", "eslint": "^7.32.0", diff --git a/packages/plugin-heading-analyzer/package.json b/packages/plugin-heading-analyzer/package.json index 7168fac83..f1b4f273d 100644 --- a/packages/plugin-heading-analyzer/package.json +++ b/packages/plugin-heading-analyzer/package.json @@ -1,6 +1,6 @@ { "name": "@measured/puck-plugin-heading-analyzer", - "version": "0.16.1", + "version": "0.16.2", "author": "Measured Corporation Ltd ", "repository": "measuredco/puck", "bugs": "https://github.com/measuredco/puck/issues", @@ -25,7 +25,7 @@ "dist" ], "devDependencies": { - "@measured/puck": "^0.16.1", + "@measured/puck": "^0.16.2", "@types/react": "^18.2.0", "@types/react-dom": "^18.2.0", "eslint": "^7.32.0",