@dev-tcloud/tcloud-ui 4.0.0 → 4.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 +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -14,6 +14,8 @@ npm install @dev-tcloud/tcloud-ui --save
14
14
  ## Versões
15
15
  | Angular | Versão |
16
16
  |---------|--------|
17
+ | Angular 18 | 4.x.x |
18
+ | Angular 17 | 3.x.x |
17
19
  | Angular 16 | 2.x.x |
18
20
  | Angular 15 | 1.x.x |
19
21
  | Angular 14 | 0.x.x |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dev-tcloud/tcloud-ui",
3
- "version": "4.0.0",
3
+ "version": "4.0.1",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.1.0",
6
6
  "@angular/core": "^18.1.0"