Skip to content

Commit

Permalink
v9.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammadxali committed Oct 9, 2024
1 parent e386d9b commit 61d70f6
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 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": "9.7.0",
"version": "9.7.1",
"$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.

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": "9.7.0",
"version": "9.7.1",
"description": "Data layer and utility library for developing Prezly themes with JavaScript",
"main": "build/index.mjs",
"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": "9.7.0",
"version": "9.7.1",
"description": "Data layer and utility library for developing Prezly themes with NextJS",
"type": "module",
"main": "build/index.mjs",
Expand Down Expand Up @@ -86,7 +86,7 @@
}
},
"dependencies": {
"@prezly/theme-kit-core": "^9.7.0",
"@prezly/theme-kit-core": "^9.7.1",
"@prezly/theme-kit-intl": "^9.6.0",
"@prezly/theme-kit-react": "^9.6.0",
"@technically/is-not-undefined": "^1.0.0",
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": "9.7.0",
"version": "9.7.1",
"description": "UI components for Prezly themes",
"keywords": ["prezly", "themes", "ui"],
"author": {
Expand Down

0 comments on commit 61d70f6

Please sign in to comment.