From a65cff511838cb05de9f005298f840c068e5ed10 Mon Sep 17 00:00:00 2001 From: "S.Watanabe" Date: Wed, 23 Oct 2024 21:22:23 +0900 Subject: [PATCH] release(package.json): Patch update: important build system improvements --- npm/package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/npm/package.json b/npm/package.json index c1031ea..7082b10 100644 --- a/npm/package.json +++ b/npm/package.json @@ -1,6 +1,6 @@ { "name": "typedcssx", - "version": "3.3.1", + "version": "3.3.2", "description": "CSS library for stably building user interfaces", "author": "Refirst", "repository": "github:typedcsslab/typedcssx", diff --git a/package.json b/package.json index 64fcc78..b17bd0b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typedcssx", - "version": "3.3.1", + "version": "3.3.2", "description": "CSS library for stably building user interfaces", "private": true, "author": "Refirst",