From f3ad642a86fd4e3aa782ee2e663097aa184cdcfb Mon Sep 17 00:00:00 2001 From: oleg proskurin Date: Sat, 10 Dec 2022 20:09:58 +0700 Subject: [PATCH] v1.1.10 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index faf6fc8..014417e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@react-theming/storybook-addon", "description": "Develop themes and themable components with Emotion, Styled Components, Material-UI and your custom solution", - "version": "1.1.9", + "version": "1.1.10", "private": false, "main": "dist/index.js", "homepage": "https://github.com/react-theming/storybook-addon",