@object-ui/plugin-view 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-view@3.0.1 build /home/runner/work/objectui/objectui/packages/plugin-view
2
+ > @object-ui/plugin-view@3.0.3 build /home/runner/work/objectui/objectui/packages/plugin-view
3
3
  > vite build
4
4
 
5
5
  vite v7.3.1 building client environment for production...
@@ -9,8 +9,8 @@ rendering chunks...
9
9
  
10
10
  [vite:dts] Start generate declaration files...
11
11
  computing gzip size...
12
- dist/index.js 47.74 kB │ gzip: 12.27 kB
13
- [vite:dts] Declaration files built in 4243ms.
12
+ dist/index.js 48.08 kB │ gzip: 12.44 kB
13
+ [vite:dts] Declaration files built in 4508ms.
14
14
  
15
15
  No name was provided for external module "@object-ui/core" in "output.globals" – guessing "core".
16
16
  No name was provided for external module "@object-ui/plugin-grid" in "output.globals" – guessing "pluginGrid".
@@ -18,5 +18,5 @@ computing gzip size...
18
18
  No name was provided for external module "@object-ui/components" in "output.globals" – guessing "components".
19
19
  No name was provided for external module "lucide-react" in "output.globals" – guessing "lucideReact".
20
20
  No name was provided for external module "@object-ui/react" in "output.globals" – guessing "react".
21
- dist/index.umd.cjs 33.55 kB │ gzip: 10.79 kB
22
- ✓ built in 4.70s
21
+ dist/index.umd.cjs 33.74 kB │ gzip: 10.94 kB
22
+ ✓ built in 4.93s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @object-ui/plugin-view
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
+ - @object-ui/plugin-form@3.0.3
12
+ - @object-ui/plugin-grid@3.0.3
13
+
14
+ ## 3.0.2
15
+
16
+ ### Patch Changes
17
+
18
+ - @object-ui/types@3.0.2
19
+ - @object-ui/core@3.0.2
20
+ - @object-ui/react@3.0.2
21
+ - @object-ui/components@3.0.2
22
+ - @object-ui/plugin-form@3.0.2
23
+ - @object-ui/plugin-grid@3.0.2
24
+
3
25
  ## 3.0.1
4
26
 
5
27
  ### Patch Changes