Skip to content

Commit

Permalink
chore(release): 1.0.0-beta.32 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-beta.32](v1.0.0-beta.31...v1.0.0-beta.32) (2023-06-28)

### Bug Fixes

* close settings dropdown when logout confirmation modal opens ([023d8d0](023d8d0))
* styling for logout confirmation modal ([b6e817d](b6e817d))
* update max width of delete confirmation modal ([42342b9](42342b9))

### Features

* add initial logout functionality in new settings dropdown ([043feba](043feba))
* add logo component to top and remove unnecessary css ([b7a15d0](b7a15d0))
* tmprove search bar and settings dropdown UI ([ad1412e](ad1412e))
  • Loading branch information
semantic-release-bot committed Jun 28, 2023
1 parent 51bb83f commit 701f304
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [1.0.0-beta.32](https://github.com/ajyey/masked-email-manager/compare/v1.0.0-beta.31...v1.0.0-beta.32) (2023-06-28)


### Bug Fixes

* close settings dropdown when logout confirmation modal opens ([023d8d0](https://github.com/ajyey/masked-email-manager/commit/023d8d0f76717c20dd90bf6930f38d4703d4e7cf))
* styling for logout confirmation modal ([b6e817d](https://github.com/ajyey/masked-email-manager/commit/b6e817dfc4bddfadac5e79a1fc20cda7d337816f))
* update max width of delete confirmation modal ([42342b9](https://github.com/ajyey/masked-email-manager/commit/42342b90b10727b09be5c09cd56e814993984a56))


### Features

* add initial logout functionality in new settings dropdown ([043feba](https://github.com/ajyey/masked-email-manager/commit/043febad9c74e282b25df409a3b670e43b56d9be))
* add logo component to top and remove unnecessary css ([b7a15d0](https://github.com/ajyey/masked-email-manager/commit/b7a15d0b4d6c8723b1839369b554ca0ef70e2768))
* tmprove search bar and settings dropdown UI ([ad1412e](https://github.com/ajyey/masked-email-manager/commit/ad1412ec2a9fd263ed2e3d9f8d7e53c9125e7c7d))

# [1.0.0-beta.31](https://github.com/ajyey/masked-email-manager/compare/v1.0.0-beta.30...v1.0.0-beta.31) (2023-06-27)


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": "masked-email-manager",
"displayName": "Fastmail Masked Email Manager",
"version": "1.0.0-beta.31",
"version": "1.0.0-beta.32",
"description": "A web extension to manage your fastmail masked emails",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 701f304

Please sign in to comment.