@object-ui/plugin-dashboard 3.0.1 → 3.0.3

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,5 +1,5 @@
1
1
 
2
- > @object-ui/plugin-dashboard@3.0.1 build /home/runner/work/objectui/objectui/packages/plugin-dashboard
2
+ > @object-ui/plugin-dashboard@3.0.3 build /home/runner/work/objectui/objectui/packages/plugin-dashboard
3
3
  > vite build
4
4
 
5
5
  vite v7.3.1 building client environment for production...
@@ -10,11 +10,11 @@ rendering chunks...
10
10
  [vite:dts] Start generate declaration files...
11
11
  computing gzip size...
12
12
  dist/index.css  2.40 kB │ gzip: 0.58 kB
13
- dist/index.js 144.36 kB │ gzip: 37.93 kB
14
- [vite:dts] Declaration files built in 25072ms.
13
+ dist/index.js 144.57 kB │ gzip: 37.95 kB
14
+ [vite:dts] Declaration files built in 12896ms.
15
15
  
16
16
  No name was provided for external module "lucide-react" in "output.globals" – guessing "LucideIcons".
17
17
  No name was provided for external module "clsx" in "output.globals" – guessing "clsx".
18
18
  dist/index.css  2.40 kB │ gzip: 0.58 kB
19
- dist/index.umd.cjs 91.71 kB │ gzip: 30.06 kB
20
- ✓ built in 30.62s
19
+ dist/index.umd.cjs 91.78 kB │ gzip: 30.10 kB
20
+ ✓ built in 15.60s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @object-ui/plugin-dashboard
2
2
 
3
+ ## 3.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - @object-ui/types@3.0.3
8
+ - @object-ui/core@3.0.3
9
+ - @object-ui/react@3.0.3
10
+ - @object-ui/components@3.0.3
11
+
12
+ ## 3.0.2
13
+
14
+ ### Patch Changes
15
+
16
+ - @object-ui/types@3.0.2
17
+ - @object-ui/core@3.0.2
18
+ - @object-ui/react@3.0.2
19
+ - @object-ui/components@3.0.2
20
+
3
21
  ## 3.0.1
4
22
 
5
23
  ### Patch Changes