Skip to content

Commit

Permalink
chore(release): 1.0.0-alpha.7 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-alpha.7](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](#83)) ([3580750](3580750))
* theme now exports useTheme ([#82](#82)) ([88476fd](88476fd))
  • Loading branch information
semantic-release-bot committed Apr 18, 2023
1 parent 3580750 commit caf881c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit caf881c

Please sign in to comment.