@uni-design-system/uni-angular 9.0.0 → 9.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/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @uni-design-system/uni-angular
2
2
 
3
+ ## 9.0.1
4
+
3
5
  ## 9.0.0
4
6
 
5
7
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uni-design-system/uni-angular",
3
- "version": "9.0.0",
3
+ "version": "9.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": "^9.0.0"
25
+ "@uni-design-system/uni-core": "^9.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",
@@ -2035,7 +2035,7 @@ var UniThemes = {
2035
2035
  Object.keys(UniThemes)[0];
2036
2036
  //#endregion
2037
2037
  //#region package.json
2038
- var version = "9.0.0";
2038
+ var version = "9.0.1";
2039
2039
  //#endregion
2040
2040
  //#region schematics-src/ng-add/transforms.ts
2041
2041
  var addDependencies = (packageJsonText, deps) => {