@uni-design-system/uni-react 2.0.0 → 2.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/.turbo/turbo-build.log +4 -4
- package/CHANGELOG.md +9 -0
- package/dist/index.js +1318 -1204
- package/package.json +3 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
$ tsc && vite build
|
|
2
2
|
[36mvite v7.3.3 [32mbuilding client environment for production...[36m[39m
|
|
3
3
|
transforming...
|
|
4
|
-
[32m✓[39m
|
|
4
|
+
[32m✓[39m 665 modules transformed.
|
|
5
5
|
rendering chunks...
|
|
6
6
|
[32m
|
|
7
7
|
[36m[unplugin:dts][32m Start generate declaration files...[39m
|
|
8
8
|
computing gzip size...
|
|
9
|
-
[2mdist/[22m[36mindex.js [39m[1m[
|
|
10
|
-
[32m[36m[unplugin:dts][32m Declaration files built in
|
|
9
|
+
[2mdist/[22m[36mindex.js [39m[1m[33m503.17 kB[39m[22m[2m │ gzip: 110.63 kB[22m
|
|
10
|
+
[32m[36m[unplugin:dts][32m Declaration files built in 3886ms.
|
|
11
11
|
[39m
|
|
12
|
-
[32m✓ built in 5.
|
|
12
|
+
[32m✓ built in 5.43s[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @uni-design-system/uni-react
|
|
2
2
|
|
|
3
|
+
## 2.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`be0fb26`](https://github.com/uni-design-system/uni/commit/be0fb2626c248fed37c2609d50eb1bfae40269e4) Thanks [@gaenglish](https://github.com/gaenglish)! - Setting Fixed Versioning for all packages.
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`e2cad74`](https://github.com/uni-design-system/uni/commit/e2cad74631b3a9d2caf4816bcadedf19db99fec4), [`be0fb26`](https://github.com/uni-design-system/uni/commit/be0fb2626c248fed37c2609d50eb1bfae40269e4)]:
|
|
10
|
+
- @uni-design-system/uni-core@2.0.1
|
|
11
|
+
|
|
3
12
|
## 2.0.0
|
|
4
13
|
|
|
5
14
|
### Minor Changes
|