@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.
@@ -1,12 +1,12 @@
1
1
  $ tsc && vite build
2
2
  vite v7.3.3 building client environment for production...
3
3
  transforming...
4
- ✓ 725 modules transformed.
4
+ ✓ 665 modules transformed.
5
5
  rendering chunks...
6
6
  
7
7
  [unplugin:dts] Start generate declaration files...
8
8
  computing gzip size...
9
- dist/index.js 501.70 kB │ gzip: 110.33 kB
10
- [unplugin:dts] Declaration files built in 3723ms.
9
+ dist/index.js 503.17 kB │ gzip: 110.63 kB
10
+ [unplugin:dts] Declaration files built in 3886ms.
11
11
  
12
- ✓ built in 5.22s
12
+ ✓ built in 5.43s
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