From d13bed87b86bcc96016a5e3d1d9560418a07a9ca Mon Sep 17 00:00:00 2001 From: Thorsten Suckow-Homberg Date: Thu, 16 Feb 2023 17:48:48 +0100 Subject: [PATCH] chore(release): 1.0.10 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 6 +++--- 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c4b588c..22524c59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index f53e237c..9d86536d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@conjoon/extjs-app-webmail", - "version": "1.0.9", + "version": "1.0.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@conjoon/extjs-app-webmail", - "version": "1.0.9", + "version": "1.0.10", "license": "MIT", "dependencies": { "@conjoon/extjs-dev-webmailsim": "^1.0.2", diff --git a/package.json b/package.json index f9972060..56aeded7 100644 --- a/package.json +++ b/package.json @@ -16,8 +16,8 @@ "creator": "Thorsten Suckow-Homberg ", "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": [ @@ -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"