diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c7a05ab..fb747cb 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "packages/core": "0.8.2", + "packages/core": "0.8.3", "packages/cli": "0.5.2" } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index e7e4db4..bc8fa52 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.8.3](https://github.com/auswm85/shift-css/compare/core-v0.8.2...core-v0.8.3) (2026-07-10) + + +### Maintenance + +* **deps-dev:** bump @types/node from 26.0.0 to 26.1.0 ([#112](https://github.com/auswm85/shift-css/issues/112)) ([4300d71](https://github.com/auswm85/shift-css/commit/4300d7164616e099a90580d9b401b03977377940)) +* **deps-dev:** bump @types/node from 26.1.0 to 26.1.1 ([#119](https://github.com/auswm85/shift-css/issues/119)) ([9e2d756](https://github.com/auswm85/shift-css/commit/9e2d7567f7102764c4bf57fa5adc7ab2cbdcaec3)) +* **deps-dev:** bump the playwright group across 1 directory with 2 updates ([#111](https://github.com/auswm85/shift-css/issues/111)) ([8561472](https://github.com/auswm85/shift-css/commit/856147212a03e23192a174441f1630728ae2e5b5)) +* **deps-dev:** bump tsx from 4.22.4 to 4.23.0 ([#118](https://github.com/auswm85/shift-css/issues/118)) ([72000ad](https://github.com/auswm85/shift-css/commit/72000addd905bba94d1c3511120a8be417fe3866)) +* **deps-dev:** bump vue from 3.5.38 to 3.5.39 ([#114](https://github.com/auswm85/shift-css/issues/114)) ([3e407a0](https://github.com/auswm85/shift-css/commit/3e407a02c379d087bea2c870cdaedb557fc6d8aa)) + ## [0.8.2](https://github.com/auswm85/shift-css/compare/core-v0.8.1...core-v0.8.2) (2026-06-26) diff --git a/packages/core/package.json b/packages/core/package.json index 12e9912..6252bd3 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@shift-css/core", - "version": "0.8.2", + "version": "0.8.3", "description": "Zero-runtime, OKLCH-native CSS framework with cascade layers and native light-dark() theming", "type": "module", "main": "./dist/shift.css",