Skip to content

Commit 5be29e2

Browse files
build: bump version (#8)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6b333da commit 5be29e2

File tree

13 files changed

+32
-17
lines changed

13 files changed

+32
-17
lines changed

.changeset/refactor-css-var-utils-v2.md

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

packages/css-reset/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @repo/css-reset
22

3+
## 1.0.0
4+
35
## 0.1.3
46

57
## 0.1.2

packages/css-reset/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@repo/css-reset",
3-
"version": "0.1.3",
3+
"version": "1.0.0",
44
"private": true,
55
"description": "Shared CSS reset styles",
66
"type": "module",

packages/css-var-ts/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @crescendolab/css-var-ts
22

3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- 6b333da: Refactor cssVarUtils to support extensions and improve API consistency.
8+
- **Breaking Change**: `cssVarRecord` property is removed from definitions. Use `raw` instead, which is an array `[baseRecord, ...extensions]`.
9+
- **Feature**: Added `.extend()` method to `CssVarDefinition` to creating aliased/semantic tokens (Reference Strategy).
10+
- **Feature**: `getValue()` now returns `var(--key, fallbackValue)` for better resilience.
11+
- **Feature**: `cssVarUtils.create()` for creating isolated utils instances; instances themselves do not expose `.create()`.
12+
- **Documentation**: Updated README and split examples into `01_simple` and `02_extend`.
13+
314
## 0.1.3
415

516
### Patch Changes

packages/css-var-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@crescendolab/css-var-ts",
3-
"version": "0.1.3",
3+
"version": "1.0.0",
44
"description": "Type-safe utilities for CSS Custom Properties",
55
"keywords": [
66
"css",

packages/dts/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @repo/dts
22

3+
## 1.0.0
4+
35
## 0.1.3
46

57
## 0.1.2

packages/dts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@repo/dts",
3-
"version": "0.1.3",
3+
"version": "1.0.0",
44
"private": true,
55
"description": "Shared TypeScript definitions",
66
"type": "module"

packages/examples/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @repo/examples
22

3+
## 1.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [6b333da]
8+
- @crescendolab/css-var-ts@1.0.0
9+
310
## 0.1.3
411

512
### Patch Changes

packages/examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@repo/examples",
3-
"version": "0.1.3",
3+
"version": "1.0.0",
44
"private": true,
55
"description": "Example projects demonstrating the usage of css-var-ts",
66
"type": "module",

packages/tsconfig/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @repo/tsconfig
22

3+
## 1.0.0
4+
35
## 0.1.3
46

57
## 0.1.2

0 commit comments

Comments
 (0)