From 9fe67fdc2c9c16615f76c66965071ff6f691f8c1 Mon Sep 17 00:00:00 2001 From: "@casey_baggz_omni" Date: Fri, 5 Jul 2024 14:31:05 -0500 Subject: [PATCH] chore: 0.5.2 - JSR with --- 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 46470b5b..8990faef 100644 --- a/configs/src/versions.mjs +++ b/configs/src/versions.mjs @@ -1,4 +1,4 @@ -export const version = '0.5.1' +export const version = '0.5.2' 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 8a7a7efe..10744af0 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' 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' } +import PrimitiveColors from './primitive-colors.cerberus.json' with { type: 'json' } +import PrimitiveTypography from './primitive-typography.value.json' with { type: 'json' } +import SemanticColorsDark from './semantic-colors.dark-mode.json' with { type: 'json' } +import SemanticColorsLight from './semantic-colors.light-mode.json' with { type: 'json' } +import TextStyles from './text-styles.desktop.json' with { type: 'json' } /** * This module is a collection of raw tokens that are used to generate the theme.