@object-ui/runner 3.0.1 → 3.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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @object-ui/runner@3.0.1 build /home/runner/work/objectui/objectui/packages/runner
2
+ > @object-ui/runner@3.0.2 build /home/runner/work/objectui/objectui/packages/runner
3
3
  > vite build
4
4
 
5
5
  vite v5.4.21 building for production...
@@ -21,4 +21,4 @@ computing gzip size...
21
21
  - Using dynamic import() to code-split the application
22
22
  - Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
23
23
  - Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.
24
- ✓ built in 41.08s
24
+ ✓ built in 39.48s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @object-ui/runner
2
2
 
3
+ ## 3.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - @object-ui/types@3.0.2
8
+ - @object-ui/core@3.0.2
9
+ - @object-ui/react@3.0.2
10
+ - @object-ui/components@3.0.2
11
+ - @object-ui/plugin-charts@3.0.2
12
+ - @object-ui/plugin-kanban@3.0.2
13
+
3
14
  ## 3.0.1
4
15
 
5
16
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@object-ui/runner",
3
3
  "private": false,
4
- "version": "3.0.1",
4
+ "version": "3.0.2",
5
5
  "description": "Universal Object UI Application Runner",
6
6
  "type": "module",
7
7
  "homepage": "https://www.objectui.org",
@@ -21,12 +21,12 @@
21
21
  "react-dom": "19.2.4",
22
22
  "tailwind-merge": "^2.6.1",
23
23
  "tailwindcss-animate": "^1.0.7",
24
- "@object-ui/components": "3.0.1",
25
- "@object-ui/core": "3.0.1",
26
- "@object-ui/plugin-charts": "3.0.1",
27
- "@object-ui/plugin-kanban": "3.0.1",
28
- "@object-ui/react": "3.0.1",
29
- "@object-ui/types": "3.0.1"
24
+ "@object-ui/components": "3.0.2",
25
+ "@object-ui/core": "3.0.2",
26
+ "@object-ui/plugin-charts": "3.0.2",
27
+ "@object-ui/plugin-kanban": "3.0.2",
28
+ "@object-ui/react": "3.0.2",
29
+ "@object-ui/types": "3.0.2"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@tailwindcss/postcss": "^4.1.18",