Skip to content

Commit

Permalink
release: v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvxd committed Aug 9, 2023
1 parent 6ffd86c commit a5fb211
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 7 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

<!--__CHANGELOG_ENTRY__-->

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


### Bug Fixes

* move incorrect dependency to devDependencies ([6ffd86c](https://github.com/measuredco/puck/commit/6ffd86c9d668449991a0642d79fa85c1a364deae))




## [0.4.0](https://github.com/measuredco/puck/compare/v0.3.2...v0.4.0) (2023-07-07)


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.0",
"version": "0.4.1",
"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.0"
"version": "0.4.1"
}
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.0",
"version": "0.4.1",
"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.0",
"version": "0.4.1",
"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.0",
"version": "0.4.1",
"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.0",
"version": "0.4.1",
"private": false,
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand All @@ -14,7 +14,7 @@
"dist"
],
"devDependencies": {
"@measured/puck": "^0.4.0",
"@measured/puck": "^0.4.1",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"eslint": "^7.32.0",
Expand Down

0 comments on commit a5fb211

Please sign in to comment.