From 432a0ef6c23a763eb7b4953575dcf4f3942b7cbd Mon Sep 17 00:00:00 2001 From: Yuan Qing Lim Date: Sat, 21 Sep 2024 16:03:48 +0800 Subject: [PATCH] Bump versions --- packages/common/src/constants.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/common/src/constants.ts b/packages/common/src/constants.ts index 9717f75e..56a9755e 100644 --- a/packages/common/src/constants.ts +++ b/packages/common/src/constants.ts @@ -16,8 +16,8 @@ export const constants = { configKey: 'figma-plugin', defaultName: 'figma-plugin', versions: { - pluginTypings: '1.90.0', - widgetTypings: '1.9.1' + pluginTypings: '1.100.2', + widgetTypings: '1.9.2' } } }