Skip to content

Commit 77511a8

Browse files
committed
v10.6.2
1 parent 326ddb3 commit 77511a8

File tree

6 files changed

+23
-23
lines changed

6 files changed

+23
-23
lines changed

lerna.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"publishConfig": {
3-
"access": "public"
4-
},
5-
"version": "10.6.1",
6-
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
7-
"npmClient": "pnpm"
8-
}
2+
"publishConfig": {
3+
"access": "public"
4+
},
5+
"version": "10.6.2",
6+
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
7+
"npmClient": "pnpm"
8+
}

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@prezly/theme-kit-core",
3-
"version": "10.6.1",
3+
"version": "10.6.2",
44
"description": "Data layer and utility library for developing Prezly themes with JavaScript",
55
"main": "build/index.mjs",
66
"type": "module",
@@ -39,7 +39,7 @@
3939
"@prezly/sdk": "21.12.0 || ^23.x"
4040
},
4141
"dependencies": {
42-
"@prezly/theme-kit-intl": "^10.6.1",
42+
"@prezly/theme-kit-intl": "^10.6.2",
4343
"@prezly/uploadcare": "2.4.4",
4444
"@technically/is-not-undefined": "^1.0.0",
4545
"@technically/omit-undefined": "^1.0.4",

packages/intl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@prezly/theme-kit-intl",
3-
"version": "10.6.1",
3+
"version": "10.6.2",
44
"description": "Translations for Prezly themes",
55
"type": "module",
66
"main": "build/index.mjs",

packages/nextjs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@prezly/theme-kit-nextjs",
3-
"version": "10.6.1",
3+
"version": "10.6.2",
44
"description": "Data layer and utility library for developing Prezly themes with NextJS",
55
"type": "module",
66
"main": "build/index.mjs",
@@ -95,9 +95,9 @@
9595
}
9696
},
9797
"dependencies": {
98-
"@prezly/theme-kit-core": "^10.6.1",
99-
"@prezly/theme-kit-intl": "^10.6.1",
100-
"@prezly/theme-kit-react": "^10.6.1",
98+
"@prezly/theme-kit-core": "^10.6.2",
99+
"@prezly/theme-kit-intl": "^10.6.2",
100+
"@prezly/theme-kit-react": "^10.6.2",
101101
"@technically/is-not-undefined": "^1.0.0",
102102
"@technically/omit-undefined": "^1.0.4",
103103
"json-stable-stringify": "^1.2.1",

packages/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@prezly/theme-kit-react",
3-
"version": "10.6.1",
3+
"version": "10.6.2",
44
"description": "Data layer and utility library for developing Prezly themes with NextJS",
55
"type": "module",
66
"main": "build/index.mjs",
@@ -58,7 +58,7 @@
5858
"react-dom": "^18.x || ^19.x"
5959
},
6060
"dependencies": {
61-
"@prezly/theme-kit-intl": "^10.6.1"
61+
"@prezly/theme-kit-intl": "^10.6.2"
6262
},
6363
"publishConfig": {
6464
"access": "public"

pnpm-lock.yaml

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)