From caf881cfe208f4961f73aea2fa1c1c76d1e4832e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 18 Apr 2023 06:22:33 +0000 Subject: [PATCH] chore(release): 1.0.0-alpha.7 [skip ci] # [1.0.0-alpha.7](https://github.com/warp-ds/drive/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2023-04-18) ### Bug Fixes * height and width shouldn't match without a dash ([#83](https://github.com/warp-ds/drive/issues/83)) ([3580750](https://github.com/warp-ds/drive/commit/3580750b806010dfce61cf70c81fa5a0ac2a4846)) * theme now exports useTheme ([#82](https://github.com/warp-ds/drive/issues/82)) ([88476fd](https://github.com/warp-ds/drive/commit/88476fddf0ba39e677c04737ef332181b8fa390f)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6907c43..ad0437a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [1.0.0-alpha.7](https://github.com/warp-ds/drive/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2023-04-18) + + +### Bug Fixes + +* height and width shouldn't match without a dash ([#83](https://github.com/warp-ds/drive/issues/83)) ([3580750](https://github.com/warp-ds/drive/commit/3580750b806010dfce61cf70c81fa5a0ac2a4846)) +* theme now exports useTheme ([#82](https://github.com/warp-ds/drive/issues/82)) ([88476fd](https://github.com/warp-ds/drive/commit/88476fddf0ba39e677c04737ef332181b8fa390f)) + # [1.0.0-alpha.6](https://github.com/warp-ds/drive/compare/v1.0.0-alpha.5...v1.0.0-alpha.6) (2023-04-14) diff --git a/package.json b/package.json index 47ca861..cad0bb4 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.0.0-alpha.6", + "version": "1.0.0-alpha.7", "type": "module", "exports": { ".": "./src/plugin.js",