Skip to content

Commit

Permalink
chore(release): 7.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [7.0.0](v6.4.0...v7.0.0) (2023-04-27)

### ⚠ BREAKING CHANGES

* **autocomplete:** Show multiple chips on the same rows before input.
Collapse chips that don't fit into a numbered badge.

### Features

* adjust spacing ([e436a76](e436a76))
* **autocomplete:** multiple chips ([0d07c62](0d07c62))
* set title per chip ([2a79d47](2a79d47))

### Bug Fixes

* **autocomplete:** correct focus style ([7ad8c3a](7ad8c3a))
* cleanup styles ([2218da1](2218da1))
  • Loading branch information
semantic-release-bot committed Apr 27, 2023
1 parent 0e0dc9d commit c53b32d
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## [7.0.0](https://github.com/neovici/cosmoz-autocomplete/compare/v6.4.0...v7.0.0) (2023-04-27)


### ⚠ BREAKING CHANGES

* **autocomplete:** Show multiple chips on the same rows before input.
Collapse chips that don't fit into a numbered badge.

### Features

* adjust spacing ([e436a76](https://github.com/neovici/cosmoz-autocomplete/commit/e436a763da0655fc7f2e81a05fc697cfdf0bfea0))
* **autocomplete:** multiple chips ([0d07c62](https://github.com/neovici/cosmoz-autocomplete/commit/0d07c6290c345c2e5797d25720eb621a552d70c0))
* set title per chip ([2a79d47](https://github.com/neovici/cosmoz-autocomplete/commit/2a79d4786f5c8d791f23f29d9d80fa14e1587a8f))


### Bug Fixes

* **autocomplete:** correct focus style ([7ad8c3a](https://github.com/neovici/cosmoz-autocomplete/commit/7ad8c3ac9c3d0ab4ea67038a21724fad69d26d7b))
* cleanup styles ([2218da1](https://github.com/neovici/cosmoz-autocomplete/commit/2218da1f95d997c2d8914d7fb02dac7d3cc925f6))

## [6.4.0](https://github.com/neovici/cosmoz-autocomplete/compare/v6.3.0...v6.4.0) (2023-04-20)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neovici/cosmoz-autocomplete",
"version": "6.4.0",
"version": "7.0.0",
"description": "A autocomplete input web component",
"keywords": [
"lit-html",
Expand Down

0 comments on commit c53b32d

Please sign in to comment.