@object-ui/layout 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/layout@3.0.1 build /home/runner/work/objectui/objectui/packages/layout
2
+ > @object-ui/layout@3.0.2 build /home/runner/work/objectui/objectui/packages/layout
3
3
  > vite build
4
4
 
5
5
  vite v7.3.1 building client environment for production...
@@ -19,7 +19,7 @@ rendering chunks...
19
19
 
20
20
  computing gzip size...
21
21
  dist/index.js 16.79 kB │ gzip: 5.11 kB
22
- [vite:dts] Declaration files built in 27441ms.
22
+ [vite:dts] Declaration files built in 28293ms.
23
23
  
24
24
  No name was provided for external module "@object-ui/core" in "output.globals" – guessing "core".
25
25
  No name was provided for external module "react" in "output.globals" – guessing "require$$0".
@@ -27,4 +27,4 @@ computing gzip size...
27
27
  No name was provided for external module "@object-ui/react" in "output.globals" – guessing "react".
28
28
  No name was provided for external module "react-router-dom" in "output.globals" – guessing "reactRouterDom".
29
29
  dist/index.umd.cjs 12.10 kB │ gzip: 4.58 kB
30
- ✓ built in 29.98s
30
+ ✓ built in 30.48s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @object-ui/layout
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
+
3
12
  ## 3.0.1
4
13
 
5
14
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@object-ui/layout",
3
- "version": "3.0.1",
3
+ "version": "3.0.2",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "main": "dist/index.umd.cjs",
@@ -19,10 +19,10 @@
19
19
  "react": "19.2.4",
20
20
  "react-dom": "19.2.4",
21
21
  "tailwind-merge": "^2.6.1",
22
- "@object-ui/components": "3.0.1",
23
- "@object-ui/core": "3.0.1",
24
- "@object-ui/react": "3.0.1",
25
- "@object-ui/types": "3.0.1"
22
+ "@object-ui/components": "3.0.2",
23
+ "@object-ui/core": "3.0.2",
24
+ "@object-ui/types": "3.0.2",
25
+ "@object-ui/react": "3.0.2"
26
26
  },
27
27
  "peerDependencies": {
28
28
  "react": "^18.0.0 || ^19.0.0",