@object-ui/components 3.0.0 → 3.0.1

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.0.0 prebuild /home/runner/work/objectui/objectui/packages/components
2
+ > @object-ui/components@3.0.1 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.0.0 build /home/runner/work/objectui/objectui/packages/types
6
+ > @object-ui/types@3.0.1 build /home/runner/work/objectui/objectui/packages/types
7
7
  > tsc
8
8
 
9
9
 
10
- > @object-ui/core@3.0.0 build /home/runner/work/objectui/objectui/packages/core
10
+ > @object-ui/core@3.0.1 build /home/runner/work/objectui/objectui/packages/core
11
11
  > tsc
12
12
 
13
13
 
14
- > @object-ui/react@3.0.0 build /home/runner/work/objectui/objectui/packages/react
14
+ > @object-ui/react@3.0.1 build /home/runner/work/objectui/objectui/packages/react
15
15
  > tsc
16
16
 
17
17
 
18
- > @object-ui/components@3.0.0 build /home/runner/work/objectui/objectui/packages/components
18
+ > @object-ui/components@3.0.1 build /home/runner/work/objectui/objectui/packages/components
19
19
  > vite build
20
20
 
21
21
  vite v7.3.1 building client environment for production...
@@ -27,8 +27,8 @@ rendering chunks...
27
27
  computing gzip size...
28
28
  dist/index.css  108.63 kB │ gzip: 17.92 kB
29
29
  dist/index.js 1,863.84 kB │ gzip: 435.01 kB
30
- [vite:dts] Declaration files built in 6775ms.
30
+ [vite:dts] Declaration files built in 7313ms.
31
31
  
32
32
  dist/index.css  108.63 kB │ gzip: 17.92 kB
33
33
  dist/index.umd.cjs 1,341.86 kB │ gzip: 371.21 kB
34
- ✓ built in 14.06s
34
+ ✓ built in 15.60s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @object-ui/components
2
2
 
3
+ ## 3.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [adf2cc0]
8
+ - @object-ui/react@3.0.1
9
+ - @object-ui/types@3.0.1
10
+ - @object-ui/core@3.0.1
11
+
3
12
  ## 3.0.0
4
13
 
5
14
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@object-ui/components",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "description": "Standard UI component library for Object UI, built with Shadcn UI + Tailwind CSS",
@@ -69,9 +69,9 @@
69
69
  "tailwind-merge": "^3.4.0",
70
70
  "tailwindcss-animate": "^1.0.7",
71
71
  "vaul": "^1.1.2",
72
- "@object-ui/core": "3.0.0",
73
- "@object-ui/react": "3.0.0",
74
- "@object-ui/types": "3.0.0"
72
+ "@object-ui/core": "3.0.1",
73
+ "@object-ui/react": "3.0.1",
74
+ "@object-ui/types": "3.0.1"
75
75
  },
76
76
  "peerDependencies": {
77
77
  "react": "^18.0.0 || ^19.0.0",