Skip to content

Commit 393fd2d

Browse files
committed
v10.2.3
1 parent 3a7e6a2 commit 393fd2d

4 files changed

Lines changed: 42 additions & 21 deletions

File tree

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"publishConfig": {
33
"access": "public"
44
},
5-
"version": "10.2.2",
5+
"version": "10.2.3",
66
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
77
"npmClient": "pnpm"
88
}

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.2.2",
3+
"version": "10.2.3",
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.2.2",
3+
"version": "10.2.3",
44
"description": "Data layer and utility library for developing Prezly themes with NextJS",
55
"type": "module",
66
"main": "build/index.mjs",
@@ -86,7 +86,7 @@
8686
}
8787
},
8888
"dependencies": {
89-
"@prezly/theme-kit-core": "^10.2.2",
89+
"@prezly/theme-kit-core": "^10.2.3",
9090
"@prezly/theme-kit-intl": "^10.2.2",
9191
"@prezly/theme-kit-react": "^10.2.2",
9292
"@technically/is-not-undefined": "^1.0.0",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)