From 2380cd129c159c67b74da535eba2a1eee028173c Mon Sep 17 00:00:00 2001 From: Kristina Date: Tue, 4 Feb 2025 20:59:36 +0400 Subject: [PATCH] Fix package json 2 (#19) Signed-off-by: Kristina --- packages/sdk-types/package.json | 2 +- packages/types/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/sdk-types/package.json b/packages/sdk-types/package.json index 483d1d31ba..f605ca2570 100644 --- a/packages/sdk-types/package.json +++ b/packages/sdk-types/package.json @@ -1,6 +1,6 @@ { "name": "@hcengineering/communication-sdk-types", - "version": "0.1.1", + "version": "0.1.2", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./types/index.d.ts", diff --git a/packages/types/package.json b/packages/types/package.json index 423fa4b279..64513aeaf5 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@hcengineering/communication-types", - "version": "0.1.0", + "version": "0.1.2", "main": "dist/index.js", "module": "dist/index.js", "types": "./types/index.d.ts",