Skip to content

Commit

Permalink
release: v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvxd committed Aug 14, 2023
1 parent 072d84b commit d0352a6
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 7 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

<!--__CHANGELOG_ENTRY__-->

## [0.5.0](https://github.com/measuredco/puck/compare/v0.4.1...v0.5.0) (2023-08-14)


### Features

* add headerTitle and headerPath APIs ([c8424e0](https://github.com/measuredco/puck/commit/c8424e073b775aa120606c7a26da5001defc291d))
* gracefully fallback if component definition doesn't exist ([f7138f8](https://github.com/measuredco/puck/commit/f7138f8b349133cdc73fbb4c924595ca7425301b))
* refine editor styles ([a0d97dc](https://github.com/measuredco/puck/commit/a0d97dc440c1b04e76b321084ec15c290d967b08))
* support booleans in radios and selects ([a7619d8](https://github.com/measuredco/puck/commit/a7619d888c7916f956c78d428ccf095eab47b018))




## [0.4.1](https://github.com/measuredco/puck/compare/v0.4.0...v0.4.1) (2023-08-09)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"packages/create-puck-app",
"packages/plugin-heading-analyzer"
],
"version": "0.4.1",
"version": "0.5.0",
"npmClient": "yarn"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
"apps/*",
"packages/*"
],
"version": "0.4.1"
"version": "0.5.0"
}
2 changes: 1 addition & 1 deletion packages/adaptor-strapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@measured/puck-adaptor-strapi",
"version": "0.4.1",
"version": "0.5.0",
"private": false,
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
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.4.1",
"version": "0.5.0",
"private": false,
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
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.4.1",
"version": "0.5.0",
"private": false,
"license": "MIT",
"type": "module",
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.4.1",
"version": "0.5.0",
"private": false,
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand All @@ -14,7 +14,7 @@
"dist"
],
"devDependencies": {
"@measured/puck": "^0.4.1",
"@measured/puck": "^0.5.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"eslint": "^7.32.0",
Expand Down

0 comments on commit d0352a6

Please sign in to comment.