Skip to content

Commit

Permalink
v6.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fgyimah committed Aug 11, 2023
1 parent 2560bf2 commit f894560
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"access": "public"
},
"useWorkspaces": true,
"version": "6.4.1"
"version": "6.4.2"
}
8 changes: 4 additions & 4 deletions package-lock.json

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

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": "@prezly/theme-kit-core",
"version": "6.3.1",
"version": "6.4.2",
"description": "Data layer and utility library for developing Prezly themes with JavaScript",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prezly/theme-kit-nextjs",
"version": "6.4.1",
"version": "6.4.2",
"description": "Data layer and utility library for developing Prezly themes with NextJS",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down Expand Up @@ -59,7 +59,7 @@
}
},
"dependencies": {
"@prezly/theme-kit-core": "^6.3.1",
"@prezly/theme-kit-core": "^6.4.2",
"next-seo": "^5.4.0"
},
"devDependencies": {
Expand Down

0 comments on commit f894560

Please sign in to comment.