Skip to content

Commit ae556b9

Browse files
chore: release core 0.8.0
1 parent d7ecb2a commit ae556b9

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"packages/core": "0.7.0",
2+
"packages/core": "0.8.0",
33
"packages/cli": "0.4.0"
44
}

packages/core/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [0.8.0](https://github.com/auswm85/shift-css/compare/core-v0.7.0...core-v0.8.0) (2026-02-01)
4+
5+
6+
### Features
7+
8+
* **core:** add component registry and framework templates ([#43](https://github.com/auswm85/shift-css/issues/43)) ([0522574](https://github.com/auswm85/shift-css/commit/05225743d00b8a07f74a0cb605ae247ebb76f104))
9+
* **core:** enhance dark-aware component with theming ([#47](https://github.com/auswm85/shift-css/issues/47)) ([bc8e5f5](https://github.com/auswm85/shift-css/commit/bc8e5f5a7df5287fcc871d4374598531010320e9))
10+
* **core:** refine CSS functions for perceptual uniformity ([#48](https://github.com/auswm85/shift-css/issues/48)) ([d7ecb2a](https://github.com/auswm85/shift-css/commit/d7ecb2a4a08572195bb1b6c339a11faf57337a10))
11+
312
## [0.7.0](https://github.com/auswm85/shift-css/compare/core-v0.6.0...core-v0.7.0) (2026-02-01)
413

514

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shift-css/core",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"description": "Zero-runtime, OKLCH-native CSS framework with cascade layers and native light-dark() theming",
55
"type": "module",
66
"main": "./dist/shift.css",

0 commit comments

Comments
 (0)