@uni-design-system/uni-react 8.1.0 → 8.3.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +120 -0
  2. package/package.json +4 -3
package/CHANGELOG.md ADDED
@@ -0,0 +1,120 @@
1
+ # @uni-design-system/uni-react
2
+
3
+ ## 8.3.0
4
+
5
+ ## 8.2.0
6
+
7
+ ### Patch Changes
8
+
9
+ - [`e706e38`](https://github.com/uni-design-system/uni/commit/e706e3887f47d8821cc1652410ad37a43d52a428) Thanks [@gaenglish](https://github.com/gaenglish)! - Ship `CHANGELOG.md` in the published packages. The release notes existed only in the repo; an installed package carried no record of what changed, so upgrade questions couldn't be answered from `node_modules`. uni-angular copies it into the ng-packagr `dist` via `assets`; the rest add it to `files`.
10
+
11
+ ## 8.1.0
12
+
13
+ ## 8.0.0
14
+
15
+ ## 7.3.0
16
+
17
+ ## 7.2.0
18
+
19
+ ## 7.1.0
20
+
21
+ ## 7.0.0
22
+
23
+ ## 6.1.0
24
+
25
+ ## 6.0.1
26
+
27
+ ## 6.0.0
28
+
29
+ ## 5.2.0
30
+
31
+ ## 5.1.0
32
+
33
+ ## 5.0.0
34
+
35
+ ### Patch Changes
36
+
37
+ - Updated dependencies [[`f7f0bdd`](https://github.com/uni-design-system/uni/commit/f7f0bdddfac855955e022a852c2bfdccf8013a7b)]:
38
+ - @uni-design-system/uni-core@5.0.0
39
+
40
+ ## 4.0.0
41
+
42
+ ### Patch Changes
43
+
44
+ - Updated dependencies [[`ef9b3b5`](https://github.com/uni-design-system/uni/commit/ef9b3b5d2c7bc68dc2a114b04b3960a759d631b9)]:
45
+ - @uni-design-system/uni-core@4.0.0
46
+
47
+ ## 3.0.2
48
+
49
+ ### Patch Changes
50
+
51
+ - Updated dependencies []:
52
+ - @uni-design-system/uni-core@3.0.2
53
+
54
+ ## 3.0.1
55
+
56
+ ### Patch Changes
57
+
58
+ - Updated dependencies []:
59
+ - @uni-design-system/uni-core@3.0.1
60
+
61
+ ## 3.0.0
62
+
63
+ ### Patch Changes
64
+
65
+ - Updated dependencies []:
66
+ - @uni-design-system/uni-core@3.0.0
67
+
68
+ ## 2.0.4
69
+
70
+ ### Patch Changes
71
+
72
+ - Updated dependencies []:
73
+ - @uni-design-system/uni-core@2.0.4
74
+
75
+ ## 2.0.3
76
+
77
+ ### Patch Changes
78
+
79
+ - Updated dependencies []:
80
+ - @uni-design-system/uni-core@2.0.3
81
+
82
+ ## 2.0.2
83
+
84
+ ### Patch Changes
85
+
86
+ - [`c5c552a`](https://github.com/uni-design-system/uni/commit/c5c552a74a7ee48e64c438db30e6dd2514ac9b11) Thanks [@gaenglish](https://github.com/gaenglish)! - Fix: switch React package distribution to bundled multi-format outputs via Vite to resolve strict ESM runtime and source compilation issues inside consumers.
87
+
88
+ - Updated dependencies []:
89
+ - @uni-design-system/uni-core@2.0.2
90
+
91
+ ## 2.0.1
92
+
93
+ ### Patch Changes
94
+
95
+ - [`be0fb26`](https://github.com/uni-design-system/uni/commit/be0fb2626c248fed37c2609d50eb1bfae40269e4) Thanks [@gaenglish](https://github.com/gaenglish)! - Setting Fixed Versioning for all packages.
96
+
97
+ - Updated dependencies [[`e2cad74`](https://github.com/uni-design-system/uni/commit/e2cad74631b3a9d2caf4816bcadedf19db99fec4), [`be0fb26`](https://github.com/uni-design-system/uni/commit/be0fb2626c248fed37c2609d50eb1bfae40269e4)]:
98
+ - @uni-design-system/uni-core@2.0.1
99
+
100
+ ## 2.0.0
101
+
102
+ ### Minor Changes
103
+
104
+ - [`4a049de`](https://github.com/uni-design-system/uni/commit/4a049def689d56d6b6cc1d2da73c9facd93ed515) Thanks [@gaenglish](https://github.com/gaenglish)! - Adding cjs support
105
+
106
+ ### Patch Changes
107
+
108
+ - Updated dependencies [[`4a049de`](https://github.com/uni-design-system/uni/commit/4a049def689d56d6b6cc1d2da73c9facd93ed515)]:
109
+ - @uni-design-system/uni-core@1.1.0
110
+
111
+ ## 1.0.0
112
+
113
+ ### Major Changes
114
+
115
+ - [`7d18157`](https://github.com/uni-design-system/uni/commit/7d18157cb131098688b70286513643423c37c756) Thanks [@gaenglish](https://github.com/gaenglish)! - init release
116
+
117
+ ### Patch Changes
118
+
119
+ - Updated dependencies [[`7d18157`](https://github.com/uni-design-system/uni/commit/7d18157cb131098688b70286513643423c37c756)]:
120
+ - @uni-design-system/uni-core@1.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uni-design-system/uni-react",
3
- "version": "8.1.0",
3
+ "version": "8.3.0",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -24,7 +24,8 @@
24
24
  }
25
25
  },
26
26
  "files": [
27
- "dist"
27
+ "dist",
28
+ "CHANGELOG.md"
28
29
  ],
29
30
  "peerDependencies": {
30
31
  "@uni-design-system/uni-core": ">=5.0.0",
@@ -63,7 +64,7 @@
63
64
  "vite-plugin-dts": "^4.5.4",
64
65
  "vitest": "^4.1.5",
65
66
  "@uni-design-system/tsconfig": "0.1.0",
66
- "@uni-design-system/uni-core": "8.1.0"
67
+ "@uni-design-system/uni-core": "8.3.0"
67
68
  },
68
69
  "scripts": {
69
70
  "dev": "vite build --watch",