@axinom/mosaic-id-link-be 0.4.0-rc.1 → 0.4.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 +20 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,26 @@
|
|
|
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.4.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-id-link-be@0.3.12&targetVersion=GT@axinom/mosaic-id-link-be@0.4.0) (2021-12-09)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* add gql operation for sync ([96eab86](https://dev.azure.com/axinom/CMS/_git/Navy/commit/96eab860bb8f94dd50361532e32bbf99fd06b7bf))
|
|
12
|
+
* fixed PR commits ([a271b5c](https://dev.azure.com/axinom/CMS/_git/Navy/commit/a271b5ccb9dec8368a47932fa90d1f3fd07b449e))
|
|
13
|
+
* permission structure v2 changes all ([4ddff67](https://dev.azure.com/axinom/CMS/_git/Navy/commit/4ddff677d8a9d5f39a3cd15dc608d1fc4f06d419))
|
|
14
|
+
* permission structure v2 implement for api ([2db1f7c](https://dev.azure.com/axinom/CMS/_git/Navy/commit/2db1f7c90ae05786eaed49399ee943ef8687ff55))
|
|
15
|
+
* refactor permission table new columns ([9faa385](https://dev.azure.com/axinom/CMS/_git/Navy/commit/9faa3850035b6d62af9e65737b61931d570820c6))
|
|
16
|
+
* rename permission name in id service ([afa16b4](https://dev.azure.com/axinom/CMS/_git/Navy/commit/afa16b4d527532e7f72f30be3bae9dd2f1f6c700))
|
|
17
|
+
* wip ([a5d85f5](https://dev.azure.com/axinom/CMS/_git/Navy/commit/a5d85f51e5a7ecc6a02574d14a45f8f9a4db3ebc))
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* log improvements in id-link-be ([631cd84](https://dev.azure.com/axinom/CMS/_git/Navy/commit/631cd843b9fce3b1ef239a4eef48a2a5536c82dd))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
6
26
|
### [0.3.12](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-id-link-be@0.3.11&targetVersion=GT@axinom/mosaic-id-link-be@0.3.12) (2021-11-24)
|
|
7
27
|
|
|
8
28
|
**Note:** Version bump only for package @axinom/mosaic-id-link-be
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axinom/mosaic-id-link-be",
|
|
3
|
-
"version": "0.4.0
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"description": "Integration utilities from id-service for Axinom Mosaic services",
|
|
5
5
|
"author": "Axinom",
|
|
6
6
|
"license": "PROPRIETARY",
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@apollo/client": "^3.2.5",
|
|
32
|
-
"@axinom/mosaic-id-utils": "^0.4.0
|
|
33
|
-
"@axinom/mosaic-service-common": "^0.10.0
|
|
32
|
+
"@axinom/mosaic-id-utils": "^0.4.0",
|
|
33
|
+
"@axinom/mosaic-service-common": "^0.10.0",
|
|
34
34
|
"axios": "^0.19.2",
|
|
35
35
|
"cross-fetch": "^3.0.4",
|
|
36
36
|
"graphql": "^15.4.0",
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"publishConfig": {
|
|
48
48
|
"access": "public"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "de356e3d88414dc569d1291d00c21069c5e3556a"
|
|
51
51
|
}
|