Skip to content

Commit

Permalink
v7.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
e1himself committed Jun 20, 2024
1 parent c2a340c commit dd706a7
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"publishConfig": {
"access": "public"
},
"version": "7.4.2",
"version": "7.5.0",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
10 changes: 5 additions & 5 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": "7.4.2",
"version": "7.5.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": "21.6.0"
},
"dependencies": {
"@prezly/theme-kit-intl": "7.4.2",
"@prezly/theme-kit-intl": "^7.5.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": "7.4.2",
"version": "7.5.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": "7.4.2",
"version": "7.5.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": "7.4.2",
"@prezly/theme-kit-core": "^7.5.0",
"@technically/omit-undefined": "^1.0.2",
"next-seo": "^5.4.0"
},
Expand Down

0 comments on commit dd706a7

Please sign in to comment.