Skip to content

Commit cf67bc1

Browse files
chore(release): 2.0.0-alpha.0
1 parent 81c5a2f commit cf67bc1

File tree

3 files changed

+38
-29
lines changed

3 files changed

+38
-29
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
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.
44

5+
## [2.0.0-alpha.0](https://github.com/conjoon/extjs-dev-webmailsim/compare/v1.0.5...v2.0.0-alpha.0) (2024-01-30)
6+
7+
8+
### Bug Fixes
9+
10+
* from-address is not decoded when saving to mock data ([e45f9bf](https://github.com/conjoon/extjs-dev-webmailsim/commit/e45f9bfb9f9714fe3b87ac967632e29e0c2c3cf8))
11+
* simlet throws error if message draft is not found ([7fdf5c9](https://github.com/conjoon/extjs-dev-webmailsim/commit/7fdf5c97a80185fadbb9de165e060058ef622e09)), closes [conjoon/php-lib-conjoon#8](https://github.com/conjoon/php-lib-conjoon/issues/8)
12+
* **tests:** regression bug due to added email templates for conjoon v1.0.0 ([bac1c0b](https://github.com/conjoon/extjs-dev-webmailsim/commit/bac1c0b11ef73dd443cda2e6a1b9579bae9dd805))
13+
514
### [1.0.5](https://github.com/conjoon/extjs-dev-webmailsim/compare/v1.0.4...v1.0.5) (2023-02-26)
615

716
### [1.0.4](https://github.com/conjoon/extjs-dev-webmailsim/compare/v1.0.3...v1.0.4) (2023-02-17)

package-lock.json

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"toolkit": "classic",
1616
"creator": "Thorsten Suckow-Homberg <[email protected]>",
1717
"summary": "Sencha Ext JS Dev Package for mocking backend requests and data for @conjoon/extjs-app-webmail.",
18-
"version": "1.0.5",
19-
"compatVersion": "1.0.5",
18+
"version": "2.0.0-alpha.0",
19+
"compatVersion": "2.0.0-alpha.0",
2020
"format": "1",
2121
"slicer": null,
2222
"fashion": null,
@@ -43,7 +43,7 @@
4343
]
4444
},
4545
"description": "This Sencha Ext JS NPM package contains mock data for development of @conjoon/extjs-app-webmail]",
46-
"version": "1.0.5",
46+
"version": "2.0.0-alpha.0",
4747
"main": "index.js",
4848
"directories": {
4949
"test": "tests"
@@ -92,13 +92,13 @@
9292
},
9393
"homepage": "https://github.com/conjoon/extjs-dev-webmailsim#readme",
9494
"dependencies": {
95-
"@coon-js/extjs-lib-core": "^1.0.5",
96-
"@l8js/l8": "^0.10.2"
95+
"@coon-js/extjs-lib-core": "^1.1.1",
96+
"@l8js/l8": "^0.12.1"
9797
},
9898
"devDependencies": {
9999
"@commitlint/cli": "^13.2.0",
100100
"@commitlint/config-conventional": "^13.2.0",
101-
"@coon-js/delorean": "^0.3.3",
101+
"@coon-js/delorean": "^0.3.4",
102102
"@coon-js/extjs-link": "^0.1.10",
103103
"@coon-js/siesta-lib-helper": "^0.1.16",
104104
"eslint": "^7.28.0",

0 commit comments

Comments
 (0)