@bravura/ui 3.7.0 → 3.7.2

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 +8 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Change history
2
2
 
3
+ ## <small>3.7.2 (2023-07-14)</small>
4
+
5
+ * fix: add rxjs 7.8 to compatible dep list ([8176288](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/8176288))
6
+
7
+ ## <small>3.7.1 (2023-07-14)</small>
8
+
9
+ * fix: add intl-tel-input 18 to compatible dep list ([52a0013](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/52a0013))
10
+
3
11
  ## 3.7.0 (2023-07-14)
4
12
 
5
13
  * test: fix test coverage failure in build ([4b9146d](https://scm.bravurasolutions.net/projects/DIGI/repos/ui-components/commits/4b9146d))
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bravura/ui",
3
3
  "description": "Bravura UI Components for Angular applications",
4
- "version": "3.7.0",
4
+ "version": "3.7.2",
5
5
  "keywords": [
6
6
  "Angular",
7
7
  "Angular Material",
@@ -16,8 +16,8 @@
16
16
  "@angular/forms": "^15.1.0 || ^16.1.0",
17
17
  "@angular/material": "^15.0.4 || ^16.1.0",
18
18
  "@ngneat/content-loader": "^7.0.0",
19
- "intl-tel-input": "^17.0.16",
20
- "rxjs": "~7.5.0"
19
+ "intl-tel-input": "^17.0.16 || ^18.1.6",
20
+ "rxjs": "~7.5.0 || ~7.8.0"
21
21
  },
22
22
  "dependencies": {
23
23
  "tslib": "^2.4.0"