From f00de8bda4c9c33b964913ccd3a90581472a12b1 Mon Sep 17 00:00:00 2001 From: Nicholas Boll Date: Thu, 21 Sep 2023 17:07:12 -0600 Subject: [PATCH] Fixed version numbers --- modules/styling-transform/package.json | 2 +- modules/styling/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/styling-transform/package.json b/modules/styling-transform/package.json index 61bcd89a33..5b181162a7 100644 --- a/modules/styling-transform/package.json +++ b/modules/styling-transform/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-styling-transform", - "version": "9.0.18", + "version": "9.1.20", "description": "The custom CSS in JS solution that takes JS styles and turns them into static CSS", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", diff --git a/modules/styling/package.json b/modules/styling/package.json index fb83b69a88..1b023872a1 100644 --- a/modules/styling/package.json +++ b/modules/styling/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-styling", - "version": "9.0.18", + "version": "9.1.20", "description": "The custom CSS in JS solution that takes JS styles and turns them into static CSS", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0",