Skip to content

Commit

Permalink
release: v0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvxd committed Oct 7, 2024
1 parent 20d7309 commit cdffb74
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 11 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

<!--__CHANGELOG_ENTRY__-->

## [0.16.1](https://github.com/measuredco/puck/compare/v0.16.0...v0.16.1) (2024-10-07)


### Bug Fixes

* don't delete array field on click in FieldLabel ([ed282b9](https://github.com/measuredco/puck/commit/ed282b98ebe8574258444ba91716d8da7e8117d1))
* don't overwrite user input when field recently changed ([6126040](https://github.com/measuredco/puck/commit/61260407c5c87cc8c5c4fe925835f2d0d2a6f9ff))
* don't show field loader if no resolver defined ([8c706cd](https://github.com/measuredco/puck/commit/8c706cda92474114faffc7ed77f4b4024f75bf68))
* hide ActionBar.Group border when empty ([4345165](https://github.com/measuredco/puck/commit/4345165ee71b9762e6bca9baaa53d0c53144d0c4))
* prevent item click before iframe load ([61e1653](https://github.com/measuredco/puck/commit/61e1653020b9e272133c70fa9494f1a81782531e))
* prevent flash of field loader when no data changed ([20d7309](https://github.com/measuredco/puck/commit/20d730924d2f235871bfec4f0467a6652a518704))
* respect readOnly styles in AutoField ([9ffe817](https://github.com/measuredco/puck/commit/9ffe8176c1c437524fd9f7b2912f1a5846fc5e55))




## [0.16.0](https://github.com/measuredco/puck/compare/v0.15.0...v0.16.0) (2024-09-16)


Expand Down
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.16.0",
"version": "0.16.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"packages/plugin-emotion-cache",
"packages/plugin-heading-analyzer"
],
"version": "0.16.0",
"version": "0.16.1",
"npmClient": "yarn"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"recipes/*",
"packages/*"
],
"version": "0.16.0",
"version": "0.16.1",
"engines": {
"node": ">=18"
}
Expand Down
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.16.0",
"version": "0.16.1",
"author": "Measured Corporation Ltd <[email protected]>",
"repository": "measuredco/puck",
"bugs": "https://github.com/measuredco/puck/issues",
Expand Down
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.16.0",
"version": "0.16.1",
"author": "Measured Corporation Ltd <[email protected]>",
"repository": "measuredco/puck",
"bugs": "https://github.com/measuredco/puck/issues",
Expand Down
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.16.0",
"version": "0.16.1",
"author": "Measured Corporation Ltd <[email protected]>",
"repository": "measuredco/puck",
"bugs": "https://github.com/measuredco/puck/issues",
Expand All @@ -22,7 +22,7 @@
"dist"
],
"devDependencies": {
"@measured/puck": "^0.16.0",
"@measured/puck": "^0.16.1",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"contentful": "^10.8.6",
Expand Down
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.16.0",
"version": "0.16.1",
"author": "Measured Corporation Ltd <[email protected]>",
"repository": "measuredco/puck",
"bugs": "https://github.com/measuredco/puck/issues",
Expand All @@ -23,7 +23,7 @@
],
"devDependencies": {
"@emotion/react": "^11.13.3",
"@measured/puck": "^0.16.0",
"@measured/puck": "^0.16.1",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"eslint": "^7.32.0",
Expand Down
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.16.0",
"version": "0.16.1",
"author": "Measured Corporation Ltd <[email protected]>",
"repository": "measuredco/puck",
"bugs": "https://github.com/measuredco/puck/issues",
Expand All @@ -25,7 +25,7 @@
"dist"
],
"devDependencies": {
"@measured/puck": "^0.16.0",
"@measured/puck": "^0.16.1",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"eslint": "^7.32.0",
Expand Down

0 comments on commit cdffb74

Please sign in to comment.