Skip to content

Commit

Permalink
chore(release): 1.8.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.8.0](v1.7.0...v1.8.0) (2024-02-06)

### Features

* Add support for alpha channel modifier to arbitrary color classes ([#198](#198)) ([c98cc3c](c98cc3c))
* Add support for alpha channel modifier to semantic color classes ([#197](#197)) ([3236a1f](3236a1f))
  • Loading branch information
semantic-release-bot committed Feb 6, 2024
1 parent 7248aed commit 47acab1
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.8.0](https://github.com/warp-ds/drive/compare/v1.7.0...v1.8.0) (2024-02-06)


### Features

* Add support for alpha channel modifier to arbitrary color classes ([#198](https://github.com/warp-ds/drive/issues/198)) ([c98cc3c](https://github.com/warp-ds/drive/commit/c98cc3c3e94c59f11d40fae781cb909aefb70d40))
* Add support for alpha channel modifier to semantic color classes ([#197](https://github.com/warp-ds/drive/issues/197)) ([3236a1f](https://github.com/warp-ds/drive/commit/3236a1f0655048474d3182a67ed4fc17cfc2692b))

# [1.8.0-next.2](https://github.com/warp-ds/drive/compare/v1.8.0-next.1...v1.8.0-next.2) (2024-02-06)


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.8.0-next.2",
"version": "1.8.0",
"type": "module",
"exports": {
".": "./src/plugin.js",
Expand Down

0 comments on commit 47acab1

Please sign in to comment.