@axinom/mosaic-user-auth-utils 0.2.0-rc.2 → 0.2.1-rc.1

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 +12 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,18 @@
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.2.0](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-user-auth-utils@0.1.3&targetVersion=GT@axinom/mosaic-user-auth-utils@0.2.0) (2022-04-01)
7
+
8
+
9
+ ### Features
10
+
11
+ * fixed comments in PR ([ac6dc93](https://dev.azure.com/axinom/CMS/_git/Navy/commit/ac6dc93a5c6e3f7b870ecc13234404716a86f5dc))
12
+ * improve test cases for id protocol ([ccc00c9](https://dev.azure.com/axinom/CMS/_git/Navy/commit/ccc00c9845b2e61a7c224b85d83a7a5f36f2e339))
13
+ * protocol for idp connections ([35a94ea](https://dev.azure.com/axinom/CMS/_git/Navy/commit/35a94ea760d93492e70f9e7fc93d56364318212e))
14
+ * refactor test cases for idp protocol ([3693e18](https://dev.azure.com/axinom/CMS/_git/Navy/commit/3693e1834999ceeea7a62147feae855e83af9e91))
15
+
16
+
17
+
6
18
  ### [0.1.3](https://dev.azure.com/axinom/CMS/_git/Navy/branchCompare?baseVersion=GT@axinom/mosaic-user-auth-utils@0.1.2&targetVersion=GT@axinom/mosaic-user-auth-utils@0.1.3) (2022-03-16)
7
19
 
8
20
  **Note:** Version bump only for package @axinom/mosaic-user-auth-utils
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axinom/mosaic-user-auth-utils",
3
- "version": "0.2.0-rc.2",
3
+ "version": "0.2.1-rc.1",
4
4
  "description": "Shared types used by user-service for integration clients",
5
5
  "author": "Axinom",
6
6
  "license": "PROPRIETARY",
@@ -30,5 +30,5 @@
30
30
  "publishConfig": {
31
31
  "access": "public"
32
32
  },
33
- "gitHead": "e705376d6a66ac8b411aad147a9aa379fc824f69"
33
+ "gitHead": "effab0720a1eafec9feaa8a93b732eb22ce8889c"
34
34
  }