@object-ui/plugin-form 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,5 +1,5 @@
1
1
 
2
- > @object-ui/plugin-form@3.1.4 build /home/runner/work/objectui/objectui/packages/plugin-form
2
+ > @object-ui/plugin-form@3.1.5 build /home/runner/work/objectui/objectui/packages/plugin-form
3
3
  > vite build
4
4
 
5
5
  vite v8.0.1 building client environment for production...
@@ -7,7 +7,7 @@
7
7
  rendering chunks...
8
8
  
9
9
  [vite:dts] Start generate declaration files...
10
- [vite:dts] Declaration files built in 23967ms.
10
+ [vite:dts] Declaration files built in 23458ms.
11
11
  
12
12
  computing gzip size...
13
13
  dist/index.js 62.01 kB │ gzip: 14.09 kB
@@ -29,4 +29,4 @@ dist/index.umd.cjs 47.73 kB │ gzip: 11.72 kB
29
29
  
30
30
  [MISSING_GLOBAL_NAME] Warning: No name was provided for external module "lucide-react" in "output.globals" – guessing "lucide_react".
31
31
  
32
- ✓ built in 24.88s
32
+ ✓ built in 24.50s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @object-ui/plugin-form
2
2
 
3
+ ## 3.1.5
4
+
5
+ ### Patch Changes
6
+
7
+ - @object-ui/react@3.1.5
8
+ - @object-ui/components@3.1.5
9
+ - @object-ui/fields@3.1.5
10
+ - @object-ui/types@3.1.5
11
+ - @object-ui/core@3.1.5
12
+
3
13
  ## 3.1.4
4
14
 
5
15
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@object-ui/plugin-form",
3
- "version": "3.1.4",
3
+ "version": "3.1.5",
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.577.0",
19
- "@object-ui/components": "3.1.4",
20
- "@object-ui/core": "3.1.4",
21
- "@object-ui/fields": "3.1.4",
22
- "@object-ui/react": "3.1.4",
23
- "@object-ui/types": "3.1.4"
19
+ "@object-ui/components": "3.1.5",
20
+ "@object-ui/core": "3.1.5",
21
+ "@object-ui/fields": "3.1.5",
22
+ "@object-ui/react": "3.1.5",
23
+ "@object-ui/types": "3.1.5"
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": "^8.0.1",
34
34
  "vite-plugin-dts": "^4.5.4",
35
- "@object-ui/data-objectstack": "3.1.4"
35
+ "@object-ui/data-objectstack": "3.1.5"
36
36
  },
37
37
  "scripts": {
38
38
  "build": "vite build",