From df154e6c4553463fae074e4f3c866a25cfff4ed8 Mon Sep 17 00:00:00 2001 From: Mohammad Ali Shahbazi Date: Thu, 16 May 2024 17:35:29 +0330 Subject: [PATCH] v7.4.2 --- lerna.json | 2 +- package-lock.json | 2 +- packages/nextjs/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lerna.json b/lerna.json index 23f84ff80..dd1f2f3b7 100644 --- a/lerna.json +++ b/lerna.json @@ -2,6 +2,6 @@ "publishConfig": { "access": "public" }, - "version": "7.4.1", + "version": "7.4.2", "$schema": "node_modules/lerna/schemas/lerna-schema.json" } diff --git a/package-lock.json b/package-lock.json index fb87d7220..6a5ef7698 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16659,7 +16659,7 @@ }, "packages/nextjs": { "name": "@prezly/theme-kit-nextjs", - "version": "7.4.1", + "version": "7.4.2", "license": "MIT", "dependencies": { "@prezly/theme-kit-core": "^7.4.0", diff --git a/packages/nextjs/package.json b/packages/nextjs/package.json index f46d8d4dc..2fe7ad1ee 100644 --- a/packages/nextjs/package.json +++ b/packages/nextjs/package.json @@ -1,6 +1,6 @@ { "name": "@prezly/theme-kit-nextjs", - "version": "7.4.1", + "version": "7.4.2", "description": "Data layer and utility library for developing Prezly themes with NextJS", "main": "build/index.js", "types": "build/index.d.ts",