From 0111e4b548d7258c56798a43bea6f4099cfbff6e Mon Sep 17 00:00:00 2001 From: Hyko Date: Wed, 22 Apr 2026 11:33:53 -0400 Subject: [PATCH] chore(build): bump version to 1.3.35 and fix build:css font copy command --- package-lock.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index a40a51f..1b57042 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@zen/core", - "version": "1.3.34", + "version": "1.3.35", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@zen/core", - "version": "1.3.34", + "version": "1.3.35", "license": "GPL-3.0-only", "dependencies": { "@headlessui/react": "^2.0.0", diff --git a/package.json b/package.json index ec380cf..1ec2f00 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zen/core", - "version": "1.3.34", + "version": "1.3.35", "description": "Un CMS Next.js construit sur l'essentiel, rien de plus, rien de moins.", "repository": { "type": "git", @@ -20,7 +20,7 @@ ], "scripts": { "build": "tsup && npm run build:css", - "build:css": "mkdir -p ./dist/shared/styles && cp ./src/shared/styles/zen.css ./dist/shared/styles/zen.css && cp -r ./src/shared/fonts ./dist/shared/fonts", + "build:css": "mkdir -p ./dist/shared/styles ./dist/shared/fonts && cp ./src/shared/styles/zen.css ./dist/shared/styles/zen.css && cp -r ./src/shared/fonts/. ./dist/shared/fonts/", "prepublishOnly": "npm run build" }, "bin": {