@operato/scene-gantt 7.3.9 → 7.3.11
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +9 -0
- package/package.json +4 -3
- package/tsconfig.tsbuildinfo +1 -1
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,15 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
5
|
|
6
|
+
## [7.3.11](https://github.com/things-scene/operato-scene/compare/v7.3.10...v7.3.11) (2024-09-13)
|
7
|
+
|
8
|
+
|
9
|
+
### :bug: Bug Fix
|
10
|
+
|
11
|
+
* missing dependency ([e3f017d](https://github.com/things-scene/operato-scene/commit/e3f017d20eeb8d015974c24bbe0635ade704ec12))
|
12
|
+
|
13
|
+
|
14
|
+
|
6
15
|
## [7.3.9](https://github.com/things-scene/operato-scene/compare/v7.3.8...v7.3.9) (2024-09-11)
|
7
16
|
|
8
17
|
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@operato/scene-gantt",
|
3
3
|
"description": "Operato Scene Component for Gantt Chart",
|
4
|
-
"version": "7.3.
|
4
|
+
"version": "7.3.11",
|
5
5
|
"license": "MIT",
|
6
6
|
"things-scene": true,
|
7
7
|
"author": "heartyoh",
|
@@ -28,7 +28,8 @@
|
|
28
28
|
},
|
29
29
|
"dependencies": {
|
30
30
|
"@hatiolab/things-scene": "^3.4.0",
|
31
|
-
"@operato/gantt": "^7.0.0"
|
31
|
+
"@operato/gantt": "^7.0.0",
|
32
|
+
"@operato/i18n": "^7.0.0"
|
32
33
|
},
|
33
34
|
"devDependencies": {
|
34
35
|
"@hatiolab/prettier-config": "^1.0.0",
|
@@ -58,5 +59,5 @@
|
|
58
59
|
"prettier --write"
|
59
60
|
]
|
60
61
|
},
|
61
|
-
"gitHead": "
|
62
|
+
"gitHead": "a5d3a89b1c933a01f345a2ccebbd242e24715812"
|
62
63
|
}
|