From 6b544294269c01386a534c9dc59628fbc383d7ef Mon Sep 17 00:00:00 2001 From: Andrey Kernichniy Date: Sun, 15 Mar 2026 01:05:17 +0700 Subject: [PATCH] Release package version 0.0.11 Fix peerDependencies --- lib/src/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/src/package.json b/lib/src/package.json index d4976d5..4dad6f9 100644 --- a/lib/src/package.json +++ b/lib/src/package.json @@ -1,6 +1,6 @@ { "name": "@gxc-solutions/renderer-base", - "version": "0.0.11", + "version": "0.0.12", "main": "index.js", "author": "GXC Solutions", "publishConfig": { @@ -8,6 +8,6 @@ "registry": "https://npm.gxc-solutions.ru" }, "peerDependencies": { - "@gxc-solutions/math": "^0.0.2" + "@gxc-solutions/math": "^0.0.3" } }