From 3a0bf3e1610a4eaad256a71a7c9296fb6c812d7d Mon Sep 17 00:00:00 2001 From: Amelia Wattenberger Date: Fri, 21 Jan 2022 13:36:23 -0500 Subject: [PATCH 1/2] fix: make color swatches em width in case font-size is decreased --- src/components/cells/color.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/cells/color.tsx b/src/components/cells/color.tsx index d0b2f33..3dbd791 100644 --- a/src/components/cells/color.tsx +++ b/src/components/cells/color.tsx @@ -11,7 +11,7 @@ interface ColorCellProps { export function ColorCell(props: ColorCellProps) { return ( -
Date: Fri, 21 Jan 2022 13:37:25 -0500 Subject: [PATCH 2/2] v0.13.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 78cf4e2..a06b474 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.13.0", + "version": "0.13.1", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts",