Skip to content

Commit

Permalink
Release v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lvjiaxuan committed Apr 25, 2023
1 parent c6e9401 commit a552704
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
21 changes: 16 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,35 @@
# Changelog

Tag ranges `v0.1.0...v0.1.3` (4). [All GitHub Releases](https://github.com/lvjiaxuan/unocss-transformer-attribute-values-group/releases).
Tag ranges `v0.1.0...v0.1.4` (5). [All GitHub Releases](https://github.com/lvjiaxuan/unocss-transformer-attribute-values-group/releases).

## v0.1.4 <sub>(2023-04-25)</sub>
[Compare changes](https://github.com/lvjiaxuan/unocss-transformer-attribute-values-group/compare/v0.1.3...v0.1.4)

### &nbsp;&nbsp;&nbsp;πŸ› Fixes

- always lastest code &nbsp;-&nbsp; by **lvjiaxuan** [<samp>(c6e94)</samp>](https://github.com/lvjiaxuan/unocss-transformer-attribute-values-group/commit/c6e9401)

### &nbsp;&nbsp;&nbsp;πŸ“ Documentation

- add npm version badge &nbsp;-&nbsp; by **lvjiaxuan** [<samp>(88ba9)</samp>](https://github.com/lvjiaxuan/unocss-transformer-attribute-values-group/commit/88ba958)

## v0.1.3 <sub>(2023-04-25)</sub>
[Compare changes](https://github.com/lvjiaxuan/unocss-transformer-attribute-values-group/compare/v0.1.2...v0.1.3)

### &nbsp;&nbsp;&nbsp;πŸ› Fixes

- use `code.original.length` &nbsp;-&nbsp; by @lvjiaxuan [<samp>(28f8f)</samp>](https://github.com/lvjiaxuan/unocss-transformer-attribute-values-group/commit/28f8f46)
- use `code.original.length` &nbsp;-&nbsp; by **lvjiaxuan** [<samp>(28f8f)</samp>](https://github.com/lvjiaxuan/unocss-transformer-attribute-values-group/commit/28f8f46)

### &nbsp;&nbsp;&nbsp;πŸ“ Documentation

- update &nbsp;-&nbsp; by @lvjiaxuan [<samp>(72bf7)</samp>](https://github.com/lvjiaxuan/unocss-transformer-attribute-values-group/commit/72bf7d6)
- update &nbsp;-&nbsp; by **lvjiaxuan** [<samp>(72bf7)</samp>](https://github.com/lvjiaxuan/unocss-transformer-attribute-values-group/commit/72bf7d6)

## v0.1.2 <sub>(2023-04-23)</sub>
[Compare changes](https://github.com/lvjiaxuan/unocss-transformer-attribute-values-group/compare/v0.1.1...v0.1.2)

### &nbsp;&nbsp;&nbsp;πŸ› Fixes

- newline in variant group &nbsp;-&nbsp; by @lvjiaxuan [<samp>(33589)</samp>](https://github.com/lvjiaxuan/unocss-transformer-attribute-values-group/commit/33589b1)
- newline in variant group &nbsp;-&nbsp; by **lvjiaxuan** [<samp>(33589)</samp>](https://github.com/lvjiaxuan/unocss-transformer-attribute-values-group/commit/33589b1)

## v0.1.1 <sub>(2023-04-19)</sub>
[Compare changes](https://github.com/lvjiaxuan/unocss-transformer-attribute-values-group/compare/v0.1.0...v0.1.1)
Expand All @@ -28,4 +39,4 @@ Tag ranges `v0.1.0...v0.1.3` (4). [All GitHub Releases](https://github.com/lvjia

### &nbsp;&nbsp;&nbsp;✨ Enhancements

- let's group values! &nbsp;-&nbsp; by @lvjiaxuan [<samp>(2a8b3)</samp>](https://github.com/lvjiaxuan/unocss-transformer-attribute-values-group/commit/2a8b3af)
- let's group values! &nbsp;-&nbsp; by **lvjiaxuan** [<samp>(2a8b3)</samp>](https://github.com/lvjiaxuan/unocss-transformer-attribute-values-group/commit/2a8b3af)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": false,
"name": "unocss-transformer-attribute-values-group",
"version": "0.1.3",
"version": "0.1.4",
"description": "Attribute values group transformer for UnoCSS.",
"keywords": [
"unocss",
Expand Down

0 comments on commit a552704

Please sign in to comment.