@axinom/mosaic-messages 0.9.0-rc.9 → 0.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +21 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,27 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [0.9.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-messages@0.8.0&targetVersion=GT@axinom/mosaic-messages@0.9.0) (2022-02-02)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* [#32708](https://dev.azure.com/axinom/CMS/_workitems/edit/32708) - hosting service. Storage management ([d5dd77c](https://dev.azure.com/axinom/CMS/_git/Navy/commit/d5dd77cd1a74bd256d26ee70839fbadf16f66e97))
|
|
12
|
+
* commands for handler ([63dd1b8](https://dev.azure.com/axinom/CMS/_git/Navy/commit/63dd1b8cf3bd89ec770a283b600c29e366e0ac10))
|
|
13
|
+
* handlers and messages ([a99e59e](https://dev.azure.com/axinom/CMS/_git/Navy/commit/a99e59e49418d5636c32f222e02acfafa4e6d360))
|
|
14
|
+
* merge master branch ([66e0a82](https://dev.azure.com/axinom/CMS/_git/Navy/commit/66e0a820e9ccf8c521f2332231a34d9bd1afc1cb))
|
|
15
|
+
* monetization workflows mvp ([faf8f74](https://dev.azure.com/axinom/CMS/_git/Navy/commit/faf8f74e902cd0f52c7df9c2c9d3cc3d711050b8)), closes [#32996](https://dev.azure.com/axinom/CMS/_workitems/edit/32996)
|
|
16
|
+
* new events related to user service idp users ([733c875](https://dev.azure.com/axinom/CMS/_git/Navy/commit/733c8750607e29ecb42f71b5a3cd942cbab7917d))
|
|
17
|
+
* rebase with master branch ([fe969fa](https://dev.azure.com/axinom/CMS/_git/Navy/commit/fe969fac8a5e64c98174faefd61288907e10eefd))
|
|
18
|
+
* set default ts version ([16ce926](https://dev.azure.com/axinom/CMS/_git/Navy/commit/16ce92627bec279b93f5b21fe6ae830361f201a8))
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### Bug Fixes
|
|
22
|
+
|
|
23
|
+
* delete image replaced with archive, filter added - [#33695](https://dev.azure.com/axinom/CMS/_workitems/edit/33695) ([367e28e](https://dev.azure.com/axinom/CMS/_git/Navy/commit/367e28e89dc8053aa560ed051ce309b7664f7deb))
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
6
27
|
## [0.8.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-messages@0.7.0&targetVersion=GT@axinom/mosaic-messages@0.8.0) (2022-01-19)
|
|
7
28
|
|
|
8
29
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axinom/mosaic-messages",
|
|
3
|
-
"version": "0.9.0
|
|
3
|
+
"version": "0.9.0",
|
|
4
4
|
"description": "Shared types for Axinom Mosaic service messages",
|
|
5
5
|
"author": "Axinom",
|
|
6
6
|
"license": "PROPRIETARY",
|
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
"dev": "concurrently --names \"codegen,tsc\" \"yarn codegen:watch\" \"yarn build:compile:watch\""
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@axinom/mosaic-cli": "^0.7.0
|
|
31
|
-
"@axinom/mosaic-message-bus-abstractions": "^0.2.0
|
|
30
|
+
"@axinom/mosaic-cli": "^0.7.0",
|
|
31
|
+
"@axinom/mosaic-message-bus-abstractions": "^0.2.0",
|
|
32
32
|
"@types/glob": "^7.1.3",
|
|
33
33
|
"concurrently": "^5.3.0",
|
|
34
34
|
"rimraf": "^3.0.2",
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"publishConfig": {
|
|
41
41
|
"access": "public"
|
|
42
42
|
},
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "f80cb6c17c7fe9993994473b513b568c7ae718d8"
|
|
44
44
|
}
|