From ba64f217c0a9c049bad72c581d0ffd223bcf88dd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 26 Apr 2024 06:04:09 +0000 Subject: [PATCH] chore(release): 1.12.0-next.1 [skip ci] # [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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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",