Skip to content

Commit

Permalink
Merge pull request #291 from commercelayer/release
Browse files Browse the repository at this point in the history
v0.0.67
  • Loading branch information
pfferrari authored Aug 11, 2023
2 parents 95050e7 + 8df590e commit 695f1b3
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.66",
"version": "0.0.67",
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useNx": false,
"npmClient": "pnpm",
Expand Down
4 changes: 2 additions & 2 deletions packages/app-elements-hook-form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercelayer/app-elements-hook-form",
"version": "0.0.66",
"version": "0.0.67",
"type": "module",
"files": [
"dist"
Expand All @@ -26,7 +26,7 @@
"ts:check": "tsc --noEmit"
},
"devDependencies": {
"@commercelayer/app-elements": "workspace:^0.0.66",
"@commercelayer/app-elements": "workspace:^0.0.67",
"@commercelayer/eslint-config-ts-react": "^1.0.1",
"@commercelayer/sdk": "5.10.0",
"@hookform/resolvers": "^3.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/app-elements/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercelayer/app-elements",
"version": "0.0.66",
"version": "0.0.67",
"type": "module",
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "docs",
"private": true,
"version": "0.0.66",
"version": "0.0.67",
"scripts": {
"lint": "eslint src",
"lint:fix": "eslint src --fix",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 695f1b3

Please sign in to comment.