Skip to content

Commit

Permalink
chore(release): 1.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
ThorstenSuckow committed Feb 18, 2023
1 parent 74c11af commit e01f2aa
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 13 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.13](https://github.com/conjoon/extjs-app-webmail/compare/v1.0.12...v1.0.13) (2023-02-18)


### Features

* add basic support for stateful MailFolderTree ([fa04b3c](https://github.com/conjoon/extjs-app-webmail/commit/fa04b3c2a9c39c674e59e26e43c7cdbbd3a506b0))
* apply component state configuration in postLaunchHook() ([74c11af](https://github.com/conjoon/extjs-app-webmail/commit/74c11af5bd21635a7f0fb2a52e759ab60fa4e40d))

### [1.0.12](https://github.com/conjoon/extjs-app-webmail/compare/v1.0.11...v1.0.12) (2023-02-17)


Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"creator": "Thorsten Suckow-Homberg <[email protected]>",
"summary": "JavaScript Sencha ExtJS Webmail client.",
"detailedDescription": "This package contains an email client to be used with the conjoon project.",
"version": "1.0.12",
"compatVersion": "1.0.12",
"version": "1.0.13",
"compatVersion": "1.0.13",
"format": "1",
"slicer": {
"js": [
Expand Down Expand Up @@ -70,7 +70,7 @@
]
},
"dependencies": {
"@conjoon/extjs-dev-webmailsim": "^1.0.2",
"@conjoon/extjs-dev-webmailsim": "^1.0.4",
"@coon-js/extjs-app-user": "^0.1.7",
"@coon-js/extjs-comp-navport": "^0.2.4",
"@coon-js/extjs-lib-comp": "^1.0.1",
Expand All @@ -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.12",
"version": "1.0.13",
"main": "index.js",
"directories": {
"test": "tests"
Expand Down

0 comments on commit e01f2aa

Please sign in to comment.