Skip to content

Commit f6ff40b

Browse files
committed
v10.5.4
1 parent 6f77760 commit f6ff40b

File tree

4 files changed

+14
-12
lines changed

4 files changed

+14
-12
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.5.3",
6-
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
7-
"npmClient": "pnpm"
8-
}
2+
"publishConfig": {
3+
"access": "public"
4+
},
5+
"version": "10.5.4",
6+
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
7+
"npmClient": "pnpm"
8+
}

packages/core/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-core",
3-
"version": "10.5.2",
3+
"version": "10.5.4",
44
"description": "Data layer and utility library for developing Prezly themes with JavaScript",
55
"main": "build/index.mjs",
66
"type": "module",

packages/nextjs/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-nextjs",
3-
"version": "10.5.3",
3+
"version": "10.5.4",
44
"description": "Data layer and utility library for developing Prezly themes with NextJS",
55
"type": "module",
66
"main": "build/index.mjs",
@@ -95,7 +95,7 @@
9595
}
9696
},
9797
"dependencies": {
98-
"@prezly/theme-kit-core": "^10.5.2",
98+
"@prezly/theme-kit-core": "^10.5.4",
9999
"@prezly/theme-kit-intl": "^10.5.1",
100100
"@prezly/theme-kit-react": "^10.5.1",
101101
"@technically/is-not-undefined": "^1.0.0",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)