@object-ui/plugin-form 3.0.0 → 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/plugin-form@3.0.0 build /home/runner/work/objectui/objectui/packages/plugin-form
2
+ > @object-ui/plugin-form@3.0.2 build /home/runner/work/objectui/objectui/packages/plugin-form
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 53.50 kB │ gzip: 10.77 kB
22
- [vite:dts] Declaration files built in 21268ms.
22
+ [vite:dts] Declaration files built in 19314ms.
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 "@object-ui/react" in "output.globals" – guessing "react".
@@ -27,4 +27,4 @@ computing gzip size...
27
27
  No name was provided for external module "@object-ui/components" in "output.globals" – guessing "components".
28
28
  No name was provided for external module "lucide-react" in "output.globals" – guessing "lucideReact".
29
29
  dist/index.umd.cjs 36.18 kB │ gzip: 9.06 kB
30
- ✓ built in 22.61s
30
+ ✓ built in 20.29s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # @object-ui/plugin-form
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/fields@3.0.2
12
+
13
+ ## 3.0.1
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [adf2cc0]
18
+ - @object-ui/react@3.0.1
19
+ - @object-ui/components@3.0.1
20
+ - @object-ui/fields@3.0.1
21
+ - @object-ui/types@3.0.1
22
+ - @object-ui/core@3.0.1
23
+
3
24
  ## 3.0.0
4
25
 
5
26
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@object-ui/plugin-form",
3
- "version": "3.0.0",
3
+ "version": "3.0.2",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "description": "Form plugin for Object UI",
@@ -16,11 +16,11 @@
16
16
  },
17
17
  "dependencies": {
18
18
  "lucide-react": "^0.563.0",
19
- "@object-ui/components": "3.0.0",
20
- "@object-ui/core": "3.0.0",
21
- "@object-ui/fields": "3.0.0",
22
- "@object-ui/react": "3.0.0",
23
- "@object-ui/types": "3.0.0"
19
+ "@object-ui/components": "3.0.2",
20
+ "@object-ui/core": "3.0.2",
21
+ "@object-ui/fields": "3.0.2",
22
+ "@object-ui/react": "3.0.2",
23
+ "@object-ui/types": "3.0.2"
24
24
  },
25
25
  "peerDependencies": {
26
26
  "react": "^18.0.0 || ^19.0.0",
@@ -32,7 +32,7 @@
32
32
  "typescript": "^5.9.3",
33
33
  "vite": "^7.3.1",
34
34
  "vite-plugin-dts": "^4.5.4",
35
- "@object-ui/data-objectstack": "3.0.0"
35
+ "@object-ui/data-objectstack": "3.0.2"
36
36
  },
37
37
  "scripts": {
38
38
  "build": "vite build",