From 6932e5142f8755c6e070c81497372cbb7c12e66f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 25 Oct 2025 20:05:45 +0000 Subject: [PATCH] chore(release): update release & CHANGELOG.md --- .changeset/bold-towns-exist.md | 13 ------------- CHANGELOG.md | 14 ++++++++++++++ deno.json | 2 +- package.json | 2 +- 4 files changed, 16 insertions(+), 15 deletions(-) delete mode 100644 .changeset/bold-towns-exist.md diff --git a/.changeset/bold-towns-exist.md b/.changeset/bold-towns-exist.md deleted file mode 100644 index 7ea18a8..0000000 --- a/.changeset/bold-towns-exist.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -"@hebilicious/cssforge": minor ---- - -# Introduce variantNameOnly feature for themes. - -When working with themes, you can choose to only include the variant name in the CSS -variable name by setting `variantNameOnly: true` in the color definition settings. This is -usually used in combination with `condition` to conditionnally apply themes. - -- Default: `--theme-${themeName}-${colorName}-${variantName}` -- VariantOnly Name: `--${variantName}` -- Path : `theme.${themeName}.${colorName}.${variantName}` diff --git a/CHANGELOG.md b/CHANGELOG.md index faa1840..198b870 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # @hebilicious/cssforge +## 0.4.0 + +### Minor Changes + +- ab752be: # Introduce variantNameOnly feature for themes. + + When working with themes, you can choose to only include the variant name in the CSS + variable name by setting `variantNameOnly: true` in the color definition settings. This is + usually used in combination with `condition` to conditionnally apply themes. + + - Default: `--theme-${themeName}-${colorName}-${variantName}` + - VariantOnly Name: `--${variantName}` + - Path : `theme.${themeName}.${colorName}.${variantName}` + ## 0.3.0 ### Minor Changes diff --git a/deno.json b/deno.json index eca2d18..af5fa93 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@hebilicious/cssforge", - "version": "0.3.0", + "version": "0.4.0", "license": "MIT", "exports": { ".": "./src/mod.ts", diff --git a/package.json b/package.json index 283f379..8121ab2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hebilicious/cssforge", - "version": "0.3.0", + "version": "0.4.0", "type": "module", "scripts": { "version": "npx @changesets/cli version && node scripts/sync-version.js"