@comercti/icons-hmg 0.0.33 → 0.0.35

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/index.d.ts +1 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -1352,5 +1352,6 @@ declare module 'vue' {
1352
1352
  declare module 'vue' {
1353
1353
  interface GlobalComponents {
1354
1354
  'ce-avatar': typeof AvatarComponent;
1355
+ 'ce-filter-group': typeof FilterGroupComponent;
1355
1356
  }
1356
1357
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/icons-hmg",
3
- "version": "0.0.33",
3
+ "version": "0.0.35",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",