Skip to content

Commit cf10d8a

Browse files
release: 📦 update packages version (#13)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ab752be commit cf10d8a

4 files changed

Lines changed: 16 additions & 15 deletions

File tree

‎.changeset/bold-towns-exist.md‎

Lines changed: 0 additions & 13 deletions
This file was deleted.

‎CHANGELOG.md‎

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @hebilicious/cssforge
22

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- ab752be: # Introduce variantNameOnly feature for themes.
8+
9+
When working with themes, you can choose to only include the variant name in the CSS
10+
variable name by setting `variantNameOnly: true` in the color definition settings. This is
11+
usually used in combination with `condition` to conditionnally apply themes.
12+
13+
- Default: `--theme-${themeName}-${colorName}-${variantName}`
14+
- VariantOnly Name: `--${variantName}`
15+
- Path : `theme.${themeName}.${colorName}.${variantName}`
16+
317
## 0.3.0
418

519
### Minor Changes

‎deno.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hebilicious/cssforge",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"license": "MIT",
55
"exports": {
66
".": "./src/mod.ts",

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hebilicious/cssforge",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"type": "module",
55
"scripts": {
66
"version": "npx @changesets/cli version && node scripts/sync-version.js"

0 commit comments

Comments
 (0)