Skip to content

Commit

Permalink
chore(release): 1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ThorstenSuckow committed Feb 16, 2023
1 parent cb8e94e commit d13bed8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.0.10](https://github.com/conjoon/extjs-app-webmail/compare/v1.0.9...v1.0.10) (2023-02-16)


### Bug Fixes

* child-folders not loaded when MailDesktopView is not opened via route ([a49a347](https://github.com/conjoon/extjs-app-webmail/commit/a49a347575e06acf8120bba079873b4dab040269)), closes [conjoon/extjs-app-webmail#256](https://github.com/conjoon/extjs-app-webmail/issues/256)
* icons for mail folder missing upon first expand ([abddf6d](https://github.com/conjoon/extjs-app-webmail/commit/abddf6d70a4060e9a39075d71da4e0b8d9eccb7d)), closes [conjoon/extjs-app-webmail#281](https://github.com/conjoon/extjs-app-webmail/issues/281)
* **tests:** test for accounts available/mail folders load pending is failing ([cb8e94e](https://github.com/conjoon/extjs-app-webmail/commit/cb8e94e74acc15657aae39a4c86527e9948e53c2))

### [1.0.9](https://github.com/conjoon/extjs-app-webmail/compare/v1.0.8...v1.0.9) (2023-02-16)

### [1.0.8](https://github.com/conjoon/extjs-app-webmail/compare/v1.0.7...v1.0.8) (2023-02-14)
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.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"creator": "Thorsten Suckow-Homberg <thorsten@suckow-homberg.de>",
"summary": "JavaScript Sencha ExtJS Webmail client.",
"detailedDescription": "This package contains an email client to be used with the conjoon project.",
"version": "1.0.9",
"compatVersion": "1.0.9",
"version": "1.0.10",
"compatVersion": "1.0.10",
"format": "1",
"slicer": {
"js": [
Expand Down Expand Up @@ -90,7 +90,7 @@
"standard-version": "^9.3.1"
},
"description": "JavaScript email client for conjoon, powered by Sencha Ext JS and coon.js",
"version": "1.0.9",
"version": "1.0.10",
"main": "index.js",
"directories": {
"test": "tests"
Expand Down

0 comments on commit d13bed8

Please sign in to comment.