@axinom/mosaic-messages 0.7.0-rc.1 → 0.7.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 +18 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,24 @@
|
|
|
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.7.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-messages@0.6.0&targetVersion=GT@axinom/mosaic-messages@0.7.0) (2021-12-09)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* Initializing encoding_state added ([b71ae48](https://dev.azure.com/axinom/CMS/_git/Navy/commit/b71ae482287195398bec41dc5c298ce3e4152a2f)), closes [#32693](https://dev.azure.com/axinom/CMS/_workitems/edit/32693)
|
|
12
|
+
* permission structure v2 changes all ([4ddff67](https://dev.azure.com/axinom/CMS/_git/Navy/commit/4ddff677d8a9d5f39a3cd15dc608d1fc4f06d419))
|
|
13
|
+
* permission structure v2 changes all ([1565851](https://dev.azure.com/axinom/CMS/_git/Navy/commit/156585102f1aa95865cb89e8a4c657c3fbeab871))
|
|
14
|
+
* rebase with master branch ([0c3456d](https://dev.azure.com/axinom/CMS/_git/Navy/commit/0c3456dfce162357df6fd04af2b6bc17de2e302d))
|
|
15
|
+
* remove generated anonymous types ([061a7bc](https://dev.azure.com/axinom/CMS/_git/Navy/commit/061a7bc780aade28e5b37acf5faf77b94d41142e))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* fixed permissions for User Stores ([cf2b7c1](https://dev.azure.com/axinom/CMS/_git/Navy/commit/cf2b7c1336b298053d40277afc1cf4504a44a403))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
6
24
|
## [0.6.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-messages@0.5.0&targetVersion=GT@axinom/mosaic-messages@0.6.0) (2021-11-24)
|
|
7
25
|
|
|
8
26
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axinom/mosaic-messages",
|
|
3
|
-
"version": "0.7.0
|
|
3
|
+
"version": "0.7.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
|
"start:dev": "concurrently --names \"codegen,tsc\" \"yarn codegen:watch\" \"yarn build:compile:watch\""
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@axinom/mosaic-cli": "^0.6.0
|
|
31
|
-
"@axinom/mosaic-message-bus-abstractions": "^0.1.2
|
|
30
|
+
"@axinom/mosaic-cli": "^0.6.0",
|
|
31
|
+
"@axinom/mosaic-message-bus-abstractions": "^0.1.2",
|
|
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": "de356e3d88414dc569d1291d00c21069c5e3556a"
|
|
44
44
|
}
|