@object-ui/plugin-gantt 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,5 +1,5 @@
1
1
 
2
- > @object-ui/plugin-gantt@3.0.0 build /home/runner/work/objectui/objectui/packages/plugin-gantt
2
+ > @object-ui/plugin-gantt@3.0.1 build /home/runner/work/objectui/objectui/packages/plugin-gantt
3
3
  > vite build
4
4
 
5
5
  vite v7.3.1 building client environment for production...
@@ -15,7 +15,7 @@ rendering chunks...
15
15
 
16
16
  computing gzip size...
17
17
  dist/index.js 218.89 kB │ gzip: 53.14 kB
18
- [vite:dts] Declaration files built in 15682ms.
18
+ [vite:dts] Declaration files built in 15727ms.
19
19
  
20
20
  dist/index.umd.cjs 158.03 kB │ gzip: 43.92 kB
21
- ✓ built in 19.78s
21
+ ✓ built in 20.70s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @object-ui/plugin-gantt
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/components@3.0.1
10
+ - @object-ui/fields@3.0.1
11
+ - @object-ui/types@3.0.1
12
+ - @object-ui/core@3.0.1
13
+
3
14
  ## 3.0.0
4
15
 
5
16
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@object-ui/plugin-gantt",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "description": "Gantt chart plugin for Object UI",
@@ -26,11 +26,11 @@
26
26
  "dependencies": {
27
27
  "@objectstack/spec": "^3.0.2",
28
28
  "lucide-react": "^0.563.0",
29
- "@object-ui/components": "3.0.0",
30
- "@object-ui/core": "3.0.0",
31
- "@object-ui/fields": "3.0.0",
32
- "@object-ui/react": "3.0.0",
33
- "@object-ui/types": "3.0.0"
29
+ "@object-ui/components": "3.0.1",
30
+ "@object-ui/core": "3.0.1",
31
+ "@object-ui/fields": "3.0.1",
32
+ "@object-ui/react": "3.0.1",
33
+ "@object-ui/types": "3.0.1"
34
34
  },
35
35
  "peerDependencies": {
36
36
  "react": "^18.0.0 || ^19.0.0",