diff --git a/CHANGELOG.md b/CHANGELOG.md index a538ea0..4128291 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.12.0-next.1](https://github.com/warp-ds/drive/compare/v1.11.0...v1.12.0-next.1) (2024-04-26) + + +### Features + +* support css vars as arbitrary values for margins and paddings ([#219](https://github.com/warp-ds/drive/issues/219)) ([43d913f](https://github.com/warp-ds/drive/commit/43d913f46191785e063915334daf44f95f3735df)) + # [1.11.0](https://github.com/warp-ds/drive/compare/v1.10.2...v1.11.0) (2024-04-15) diff --git a/package.json b/package.json index 56459f1..8c05ed4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@warp-ds/uno", "repository": "git@github.com:warp-ds/drive.git", - "version": "1.11.0", + "version": "1.12.0-next.1", "type": "module", "exports": { ".": "./src/plugin.js",