Skip to content

Commit

Permalink
v6.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
riffbyte committed Dec 5, 2023
1 parent 991d871 commit 054cb59
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 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.6.1-alpha.1"
"version": "6.7.0"
}
16 changes: 8 additions & 8 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions 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.6.1-alpha.1",
"version": "6.7.0",
"description": "Data layer and utility library for developing Prezly themes with JavaScript",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@prezly/sdk": "^18.2.2"
},
"dependencies": {
"@prezly/theme-kit-intl": "^6.6.1-alpha.0",
"@prezly/theme-kit-intl": "^6.7.0",
"@prezly/uploadcare": "^2.3.4",
"isomorphic-fetch": "^3.0.0",
"parse-data-url": "^4.0.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/intl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prezly/theme-kit-intl",
"version": "6.6.1-alpha.0",
"version": "6.7.0",
"description": "Translations for Prezly themes",
"main": "build/cjs/index.js",
"module": "build/esm/index.mjs",
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.6.1-alpha.1",
"version": "6.7.0",
"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.6.1-alpha.1",
"@prezly/theme-kit-core": "^6.7.0",
"next-seo": "^5.4.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prezly/theme-kit-ui",
"version": "6.6.1-alpha.0",
"version": "6.7.0",
"description": "UI components for Prezly themes",
"keywords": ["prezly", "themes", "ui"],
"author": {
Expand Down

0 comments on commit 054cb59

Please sign in to comment.