@uni-design-system/uni-angular 2.0.0 → 2.0.2

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.
@@ -21,5 +21,5 @@ Built Angular Package
21
21
  - to: /home/runner/work/uni/uni/packages/angular/dist
22
22
  ------------------------------------------------------------------------------
23
23
 
24
- Build at: 2026-05-19T14:44:38.737Z - Time: 2418ms
24
+ Build at: 2026-05-19T16:22:00.800Z - Time: 1835ms
25
25
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @uni-design-system/uni-angular
2
2
 
3
+ ## 2.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @uni-design-system/uni-core@2.0.2
9
+
10
+ ## 2.0.1
11
+
12
+ ### Patch Changes
13
+
14
+ - [`be0fb26`](https://github.com/uni-design-system/uni/commit/be0fb2626c248fed37c2609d50eb1bfae40269e4) Thanks [@gaenglish](https://github.com/gaenglish)! - Setting Fixed Versioning for all packages.
15
+
16
+ - Updated dependencies [[`e2cad74`](https://github.com/uni-design-system/uni/commit/e2cad74631b3a9d2caf4816bcadedf19db99fec4), [`be0fb26`](https://github.com/uni-design-system/uni/commit/be0fb2626c248fed37c2609d50eb1bfae40269e4)]:
17
+ - @uni-design-system/uni-core@2.0.1
18
+
3
19
  ## 2.0.0
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uni-design-system/uni-angular",
3
- "version": "2.0.0",
3
+ "version": "2.0.2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/uni-design-system/uni",
@@ -15,7 +15,7 @@
15
15
  "@angular/common": "21.2.12",
16
16
  "@angular/core": "21.2.12",
17
17
  "@emotion/css": "^11.0.0",
18
- "@uni-design-system/uni-core": "1.1.0"
18
+ "@uni-design-system/uni-core": "2.0.2"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@analogjs/storybook-angular": "^2.5.1",