@axinom/mosaic-id-link-be 0.9.0-rc.2 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/package.json +5 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,29 @@
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-id-link-be@0.8.2&targetVersion=GT@axinom/mosaic-id-link-be@0.9.0) (2022-10-17)
7
+
8
+
9
+ ### Features
10
+
11
+ * Introduce devDeleteServiceAccount method to id-link-be library ([20f5748](https://dev.azure.com/axinom/CMS/_git/Navy/commit/20f5748d2bd7581d404a4650d6e15cfc4646c89e))
12
+
13
+
14
+ ### Bug Fixes
15
+
16
+ * proper dependency versions have been aligned ([0fac580](https://dev.azure.com/axinom/CMS/_git/Navy/commit/0fac580f977fee26dce1e99f4581d115da44ecd1))
17
+
18
+
19
+
20
+ ### [0.8.2](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-id-link-be@0.8.1&targetVersion=GT@axinom/mosaic-id-link-be@0.8.2) (2022-09-30)
21
+
22
+
23
+ ### Bug Fixes
24
+
25
+ * make ts-jest a devDependency ([301daec](https://dev.azure.com/axinom/CMS/_git/Navy/commit/301daec5d6805dfc4d05dda06114ee55f2ef118c))
26
+
27
+
28
+
6
29
  ### [0.8.1](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-id-link-be@0.8.0&targetVersion=GT@axinom/mosaic-id-link-be@0.8.1) (2022-09-13)
7
30
 
8
31
  **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.9.0-rc.2",
3
+ "version": "0.9.0",
4
4
  "description": "Integration utilities from id-service for Axinom Mosaic services",
5
5
  "author": "Axinom",
6
6
  "license": "PROPRIETARY",
@@ -30,8 +30,9 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "@apollo/client": "^3.2.5",
33
- "@axinom/mosaic-id-utils": "^0.10.0-rc.9",
34
- "@axinom/mosaic-service-common": "^0.24.0-rc.12",
33
+ "@axinom/mosaic-core": "^0.1.16",
34
+ "@axinom/mosaic-id-utils": "^0.10.0",
35
+ "@axinom/mosaic-service-common": "^0.24.0",
35
36
  "axios": "^0.19.2",
36
37
  "cross-fetch": "^3.0.4",
37
38
  "graphql": "^15.4.0",
@@ -48,5 +49,5 @@
48
49
  "publishConfig": {
49
50
  "access": "public"
50
51
  },
51
- "gitHead": "9b510c26fd76899a21662268f215324412d13665"
52
+ "gitHead": "b2fdeb7a67da5dbc80c0fa275611396729b624d8"
52
53
  }