@ifsworld/granite-components 5.0.0 → 5.0.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/README.md +7 -7
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -55,13 +55,13 @@ Finally, add them in `src/styles.scss`:
55
55
 
56
56
  #### Angular version support matrix
57
57
 
58
- | Angular / Library | 0.x.x | 1.x.x | 2.x.x | 3.x.x |
59
- | ----------------- | ----- | ----- | ----- | ----- |
60
- | 10 | ❌ | ❌ | ❌ | ❌ |
61
- | 11 | ✅ | 🔶 | ✅ | ✅ |
62
- | 12 | ✅ | ✅ | ✅ | ✅ |
63
- | 13 | ✅ | ✅ | ✅ | ✅ |
64
- | 14 | 🔶 | 🔶 | 🔶 | 🔶 |
58
+ | Angular / Library | 0.x.x | 1.x.x | 2.x.x | 3.x.x | 4.x.x | 5.x.x |
59
+ | ----------------- | ----- | ----- | ----- | ----- | ----- | ----- |
60
+ | 10 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
61
+ | 11 | ✅ | 🔶 | ✅ | ✅ | ✅ | ❌ |
62
+ | 12 | ✅ | ✅ | ✅ | ✅ | 🔶 | ❌ |
63
+ | 13 | ✅ | ✅ | ✅ | ✅ | 🔶 | ✅ |
64
+ | 14 | 🔶 | 🔶 | 🔶 | 🔶 | 🔶 | 🔶 |
65
65
 
66
66
  _Note: we plan to only support our latest release. Beyond that we make no guarantees of continued support._
67
67
 
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@ifsworld/granite-components",
3
- "version": "5.0.0",
3
+ "version": "5.0.1",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": ">=13.0.0",
6
6
  "@angular/common": ">=13.0.0",
7
7
  "@angular/core": ">=13.0.0",
8
- "@ifsworld/granite-icons": "^1.0.2",
8
+ "@ifsworld/granite-icons": "^1.1.0",
9
9
  "@ifsworld/token-interfaces": "^1.0.0",
10
10
  "@ifsworld/granite-tokens": "^4.0.0",
11
11
  "@microsoft/applicationinsights-web": "^2.8.4",