Skip to content

Commit

Permalink
chore(release): 4.4.0 [skip ci]
Browse files Browse the repository at this point in the history
## [4.4.0](v4.3.0...v4.4.0) (2024-04-10)

### Features

* add requested changes ([2dd31de](2dd31de))
* move `popover` attribute ([7dcc348](7dcc348))
* open dialog programmatically ([cb6c629](cb6c629))
* rename story ([502fc28](502fc28))
* update story with bug ([6916618](6916618))
* use `:host(:popover-open)` selector ([5ecb921](5ecb921))
* use `popover` instead of `<dialog>` ([6620f87](6620f87))

### Bug Fixes

* show box shadow in Chrome ([e6605b5](e6605b5))
  • Loading branch information
semantic-release-bot committed Apr 10, 2024
1 parent 47db16e commit 4ad6349
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## [4.4.0](https://github.com/neovici/cosmoz-dropdown/compare/v4.3.0...v4.4.0) (2024-04-10)


### Features

* add requested changes ([2dd31de](https://github.com/neovici/cosmoz-dropdown/commit/2dd31de91748263da91cba79999e672e2257dccc))
* move `popover` attribute ([7dcc348](https://github.com/neovici/cosmoz-dropdown/commit/7dcc34850cbda9cae3e3059632fba64ebbaceedd))
* open dialog programmatically ([cb6c629](https://github.com/neovici/cosmoz-dropdown/commit/cb6c62972b3112c07527eb7dbc5b88bcf8932232))
* rename story ([502fc28](https://github.com/neovici/cosmoz-dropdown/commit/502fc2853bcf747998630b3ca41d339436875667))
* update story with bug ([6916618](https://github.com/neovici/cosmoz-dropdown/commit/6916618d1f60c0ddc1911da7f4cc83d1ded09d94))
* use `:host(:popover-open)` selector ([5ecb921](https://github.com/neovici/cosmoz-dropdown/commit/5ecb92132c231d579b0fa05959c4f65d7bcfbe06))
* use `popover` instead of `<dialog>` ([6620f87](https://github.com/neovici/cosmoz-dropdown/commit/6620f87e054fd20ccab484b278d28971c96f035b))


### Bug Fixes

* show box shadow in Chrome ([e6605b5](https://github.com/neovici/cosmoz-dropdown/commit/e6605b5acf5e966cea58383bc538a410ef47bcca))

## [4.3.0](https://github.com/neovici/cosmoz-dropdown/compare/v4.2.0...v4.3.0) (2024-04-05)


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-dropdown",
"version": "4.3.0",
"version": "4.4.0",
"description": "A simple dropdown web component",
"keywords": [
"lit-html",
Expand Down

0 comments on commit 4ad6349

Please sign in to comment.