From 9f048be84f59b30ace4ee24b0a05e6c8b9477662 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 19:50:47 +0000 Subject: [PATCH] chore: release core 0.8.0 --- .release-please-manifest.json | 2 +- packages/core/CHANGELOG.md | 11 +++++++++++ packages/core/package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 31da07e..024dacd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "packages/core": "0.7.0", + "packages/core": "0.8.0", "packages/cli": "0.4.0" } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 0033bb2..195dd18 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.8.0](https://github.com/auswm85/shift-css/compare/core-v0.7.0...core-v0.8.0) (2026-02-01) + + +### Features + +* **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)) +* **core:** add touch & mobile utilities ([ce4ed1a](https://github.com/auswm85/shift-css/commit/ce4ed1ad18f1f3bfd7a4ffd89ff08848da7df051)) +* **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)) +* **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)) +* **docs:** add showcase pages demonstrating Shift CSS features ([#49](https://github.com/auswm85/shift-css/issues/49)) ([cf5285d](https://github.com/auswm85/shift-css/commit/cf5285da91ce8051d04181d8c543142373802789)) + ## [0.7.0](https://github.com/auswm85/shift-css/compare/core-v0.6.0...core-v0.7.0) (2026-02-01) diff --git a/packages/core/package.json b/packages/core/package.json index 0635193..eb22087 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@shift-css/core", - "version": "0.7.0", + "version": "0.8.0", "description": "Zero-runtime, OKLCH-native CSS framework with cascade layers and native light-dark() theming", "type": "module", "main": "./dist/shift.css",