Skip to content

Commit

Permalink
chore(release): 1.10.4 [skip ci]
Browse files Browse the repository at this point in the history
## [1.10.4](v1.10.3...v1.10.4) (2023-04-30)

### Bug Fixes

* fullscreen target updated to fullscreen fullscreen-target ([9bb12b2](9bb12b2))
* package-lock.json and pnpm-lock.yaml added to .gitignore ([b156b12](b156b12))
* removed toogle fullscreen icons. now using css content ([7f5ca98](7f5ca98))
  • Loading branch information
semantic-release-bot committed Apr 30, 2023
1 parent 9bb12b2 commit e417203
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.10.4](https://github.com/CoCreate-app/CoCreate-select/compare/v1.10.3...v1.10.4) (2023-04-30)


### Bug Fixes

* fullscreen target updated to fullscreen fullscreen-target ([9bb12b2](https://github.com/CoCreate-app/CoCreate-select/commit/9bb12b2a09675e22ec8963b212be9a74e4b51892))
* package-lock.json and pnpm-lock.yaml added to .gitignore ([b156b12](https://github.com/CoCreate-app/CoCreate-select/commit/b156b129340bffc7aa58b60bc118f0e93700ee28))
* removed toogle fullscreen icons. now using css content ([7f5ca98](https://github.com/CoCreate-app/CoCreate-select/commit/7f5ca988dc078a8e527c562bbe26ae9f16898df8))

## [1.10.3](https://github.com/CoCreate-app/CoCreate-select/compare/v1.10.2...v1.10.3) (2023-04-24)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocreate/select",
"version": "1.10.3",
"version": "1.10.4",
"description": "A simple select component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
"keywords": [
"select",
Expand Down

0 comments on commit e417203

Please sign in to comment.