@ea-controls/mat-table-extensions 19.0.5 → 19.0.6

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 +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -164,4 +164,6 @@ export class BasicComponent {
164
164
  <tr mat-footer-row *matExtraFooterRowDef="['position', 'name']; name: 'filter'"></tr>
165
165
 
166
166
  </table>
167
- ```
167
+ ```
168
+
169
+ > Join to my [telegram](https://t.me/+M3Q1VDg0crJlNWUx) group for supporting and commenting
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ea-controls/mat-table-extensions",
3
- "version": "19.0.5",
3
+ "version": "19.0.6",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.1.0",
6
6
  "@angular/core": "^19.1.0",