@uni-design-system/uni-angular 6.0.0 → 6.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uni-design-system/uni-angular",
3
- "version": "6.0.0",
3
+ "version": "6.0.1",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -22,7 +22,7 @@
22
22
  "@angular/core": "^21.2.0",
23
23
  "@angular/forms": "^21.2.0",
24
24
  "@emotion/css": "^11.0.0",
25
- "@uni-design-system/uni-core": "^6.0.0"
25
+ "@uni-design-system/uni-core": "^6.0.1"
26
26
  },
27
27
  "module": "fesm2022/uni-design-system-uni-angular.mjs",
28
28
  "typings": "types/uni-design-system-uni-angular.d.ts",
@@ -1631,7 +1631,7 @@ var UniThemes = {
1631
1631
  Object.keys(UniThemes)[0];
1632
1632
  //#endregion
1633
1633
  //#region package.json
1634
- var version = "6.0.0";
1634
+ var version = "6.0.1";
1635
1635
  //#endregion
1636
1636
  //#region schematics-src/ng-add/transforms.ts
1637
1637
  var addDependencies = (packageJsonText, deps) => {