@uni-design-system/uni-react 8.1.0 → 8.2.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 +118 -0
  2. package/package.json +4 -3
package/CHANGELOG.md ADDED
@@ -0,0 +1,118 @@
1
+ # @uni-design-system/uni-react
2
+
3
+ ## 8.2.0
4
+
5
+ ### Patch Changes
6
+
7
+ - [`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`.
8
+
9
+ ## 8.1.0
10
+
11
+ ## 8.0.0
12
+
13
+ ## 7.3.0
14
+
15
+ ## 7.2.0
16
+
17
+ ## 7.1.0
18
+
19
+ ## 7.0.0
20
+
21
+ ## 6.1.0
22
+
23
+ ## 6.0.1
24
+
25
+ ## 6.0.0
26
+
27
+ ## 5.2.0
28
+
29
+ ## 5.1.0
30
+
31
+ ## 5.0.0
32
+
33
+ ### Patch Changes
34
+
35
+ - Updated dependencies [[`f7f0bdd`](https://github.com/uni-design-system/uni/commit/f7f0bdddfac855955e022a852c2bfdccf8013a7b)]:
36
+ - @uni-design-system/uni-core@5.0.0
37
+
38
+ ## 4.0.0
39
+
40
+ ### Patch Changes
41
+
42
+ - Updated dependencies [[`ef9b3b5`](https://github.com/uni-design-system/uni/commit/ef9b3b5d2c7bc68dc2a114b04b3960a759d631b9)]:
43
+ - @uni-design-system/uni-core@4.0.0
44
+
45
+ ## 3.0.2
46
+
47
+ ### Patch Changes
48
+
49
+ - Updated dependencies []:
50
+ - @uni-design-system/uni-core@3.0.2
51
+
52
+ ## 3.0.1
53
+
54
+ ### Patch Changes
55
+
56
+ - Updated dependencies []:
57
+ - @uni-design-system/uni-core@3.0.1
58
+
59
+ ## 3.0.0
60
+
61
+ ### Patch Changes
62
+
63
+ - Updated dependencies []:
64
+ - @uni-design-system/uni-core@3.0.0
65
+
66
+ ## 2.0.4
67
+
68
+ ### Patch Changes
69
+
70
+ - Updated dependencies []:
71
+ - @uni-design-system/uni-core@2.0.4
72
+
73
+ ## 2.0.3
74
+
75
+ ### Patch Changes
76
+
77
+ - Updated dependencies []:
78
+ - @uni-design-system/uni-core@2.0.3
79
+
80
+ ## 2.0.2
81
+
82
+ ### Patch Changes
83
+
84
+ - [`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.
85
+
86
+ - Updated dependencies []:
87
+ - @uni-design-system/uni-core@2.0.2
88
+
89
+ ## 2.0.1
90
+
91
+ ### Patch Changes
92
+
93
+ - [`be0fb26`](https://github.com/uni-design-system/uni/commit/be0fb2626c248fed37c2609d50eb1bfae40269e4) Thanks [@gaenglish](https://github.com/gaenglish)! - Setting Fixed Versioning for all packages.
94
+
95
+ - Updated dependencies [[`e2cad74`](https://github.com/uni-design-system/uni/commit/e2cad74631b3a9d2caf4816bcadedf19db99fec4), [`be0fb26`](https://github.com/uni-design-system/uni/commit/be0fb2626c248fed37c2609d50eb1bfae40269e4)]:
96
+ - @uni-design-system/uni-core@2.0.1
97
+
98
+ ## 2.0.0
99
+
100
+ ### Minor Changes
101
+
102
+ - [`4a049de`](https://github.com/uni-design-system/uni/commit/4a049def689d56d6b6cc1d2da73c9facd93ed515) Thanks [@gaenglish](https://github.com/gaenglish)! - Adding cjs support
103
+
104
+ ### Patch Changes
105
+
106
+ - Updated dependencies [[`4a049de`](https://github.com/uni-design-system/uni/commit/4a049def689d56d6b6cc1d2da73c9facd93ed515)]:
107
+ - @uni-design-system/uni-core@1.1.0
108
+
109
+ ## 1.0.0
110
+
111
+ ### Major Changes
112
+
113
+ - [`7d18157`](https://github.com/uni-design-system/uni/commit/7d18157cb131098688b70286513643423c37c756) Thanks [@gaenglish](https://github.com/gaenglish)! - init release
114
+
115
+ ### Patch Changes
116
+
117
+ - Updated dependencies [[`7d18157`](https://github.com/uni-design-system/uni/commit/7d18157cb131098688b70286513643423c37c756)]:
118
+ - @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.2.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.2.0"
67
68
  },
68
69
  "scripts": {
69
70
  "dev": "vite build --watch",