@object-ui/components 3.1.4 → 3.1.5

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,21 +1,21 @@
1
1
 
2
- > @object-ui/components@3.1.4 prebuild /home/runner/work/objectui/objectui/packages/components
2
+ > @object-ui/components@3.1.5 prebuild /home/runner/work/objectui/objectui/packages/components
3
3
  > pnpm --filter @object-ui/types build && pnpm --filter @object-ui/core build && pnpm --filter @object-ui/react build
4
4
 
5
5
 
6
- > @object-ui/types@3.1.4 build /home/runner/work/objectui/objectui/packages/types
6
+ > @object-ui/types@3.1.5 build /home/runner/work/objectui/objectui/packages/types
7
7
  > tsc
8
8
 
9
9
 
10
- > @object-ui/core@3.1.4 build /home/runner/work/objectui/objectui/packages/core
10
+ > @object-ui/core@3.1.5 build /home/runner/work/objectui/objectui/packages/core
11
11
  > tsc
12
12
 
13
13
 
14
- > @object-ui/react@3.1.4 build /home/runner/work/objectui/objectui/packages/react
14
+ > @object-ui/react@3.1.5 build /home/runner/work/objectui/objectui/packages/react
15
15
  > tsc
16
16
 
17
17
 
18
- > @object-ui/components@3.1.4 build /home/runner/work/objectui/objectui/packages/components
18
+ > @object-ui/components@3.1.5 build /home/runner/work/objectui/objectui/packages/components
19
19
  > vite build
20
20
 
21
21
  vite v8.0.1 building client environment for production...
@@ -45,7 +45,7 @@ rendering chunks...
45
45
  289 .filter((item) => item.type !== "none")
46
46
     ~~~~~~
47
47
 
48
- [vite:dts] Declaration files built in 7948ms.
48
+ [vite:dts] Declaration files built in 7995ms.
49
49
  
50
50
  computing gzip size...
51
51
  dist/index.css 117.20 kB │ gzip: 19.15 kB
@@ -61,4 +61,4 @@ dist/index.umd.cjs 1,552.98 kB │ gzip: 419.79 kB
61
61
 
62
62
  [MISSING_GLOBAL_NAME] Warning: No name was provided for external module "react/jsx-runtime" in "output.globals" – guessing "react_jsx_runtime".
63
63
  
64
- ✓ built in 11.58s
64
+ ✓ built in 11.63s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @object-ui/components
2
2
 
3
+ ## 3.1.5
4
+
5
+ ### Patch Changes
6
+
7
+ - @object-ui/react@3.1.5
8
+ - @object-ui/types@3.1.5
9
+ - @object-ui/core@3.1.5
10
+
3
11
  ## 3.1.4
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@object-ui/components",
3
- "version": "3.1.4",
3
+ "version": "3.1.5",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "description": "Standard UI component library for Object UI, built with Shadcn UI + Tailwind CSS",
@@ -43,9 +43,9 @@
43
43
  "tailwind-merge": "^3.5.0",
44
44
  "tailwindcss-animate": "^1.0.7",
45
45
  "vaul": "^1.1.2",
46
- "@object-ui/core": "3.1.4",
47
- "@object-ui/react": "3.1.4",
48
- "@object-ui/types": "3.1.4"
46
+ "@object-ui/core": "3.1.5",
47
+ "@object-ui/react": "3.1.5",
48
+ "@object-ui/types": "3.1.5"
49
49
  },
50
50
  "peerDependencies": {
51
51
  "react": "^18.0.0 || ^19.0.0",