From dd2e43ab0c4196ff817206eace6515d0ffc56639 Mon Sep 17 00:00:00 2001 From: "@casey_baggz_omni" Date: Fri, 5 Jul 2024 14:17:08 -0500 Subject: [PATCH] chore: add JSON assert for JSR --- configs/src/versions.mjs | 2 +- packages/panda-preset/src/tokens/index.ts | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/configs/src/versions.mjs b/configs/src/versions.mjs index 7cfc7199..46470b5b 100644 --- a/configs/src/versions.mjs +++ b/configs/src/versions.mjs @@ -1,4 +1,4 @@ -export const version = '0.5.0' +export const version = '0.5.1' export const nextTag = 'next' export const packages = ['panda-preset', 'icons', 'react', 'styled-system'] diff --git a/packages/panda-preset/src/tokens/index.ts b/packages/panda-preset/src/tokens/index.ts index 50125509..8a7a7efe 100644 --- a/packages/panda-preset/src/tokens/index.ts +++ b/packages/panda-preset/src/tokens/index.ts @@ -1,8 +1,8 @@ -import PrimitiveColors from './primitive-colors.cerberus.json' -import PrimitiveTypography from './primitive-typography.value.json' -import SemanticColorsDark from './semantic-colors.dark-mode.json' -import SemanticColorsLight from './semantic-colors.light-mode.json' -import TextStyles from './text-styles.desktop.json' +import PrimitiveColors from './primitive-colors.cerberus.json' assert { type: 'json' } +import PrimitiveTypography from './primitive-typography.value.json' assert { type: 'json' } +import SemanticColorsDark from './semantic-colors.dark-mode.json' assert { type: 'json' } +import SemanticColorsLight from './semantic-colors.light-mode.json' assert { type: 'json' } +import TextStyles from './text-styles.desktop.json' assert { type: 'json' } /** * This module is a collection of raw tokens that are used to generate the theme.