@uni-design-system/uni-angular 10.2.0 → 10.2.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 +2 -0
- package/package.json +2 -2
- package/schematics/ng-add/index.js +1 -1
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uni-design-system/uni-angular",
|
|
3
|
-
"version": "10.2.
|
|
3
|
+
"version": "10.2.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": "^10.2.
|
|
25
|
+
"@uni-design-system/uni-core": "^10.2.1"
|
|
26
26
|
},
|
|
27
27
|
"module": "fesm2022/uni-design-system-uni-angular.mjs",
|
|
28
28
|
"typings": "types/uni-design-system-uni-angular.d.ts",
|
|
@@ -2159,7 +2159,7 @@ var UniThemes = {
|
|
|
2159
2159
|
Object.keys(UniThemes)[0];
|
|
2160
2160
|
//#endregion
|
|
2161
2161
|
//#region package.json
|
|
2162
|
-
var version = "10.2.
|
|
2162
|
+
var version = "10.2.1";
|
|
2163
2163
|
//#endregion
|
|
2164
2164
|
//#region schematics-src/ng-add/transforms.ts
|
|
2165
2165
|
var addDependencies = (packageJsonText, deps) => {
|