@operato/scene-chartjs 7.0.8 → 7.0.9
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.
- package/CHANGELOG.md +9 -0
- package/package.json +2 -2
- package/translations/en.json +1 -1
- package/translations/ja.json +1 -1
- package/translations/ko.json +1 -1
- package/translations/ms.json +1 -1
- package/translations/zh.json +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.0.9](https://github.com/things-scene/operato-scene/compare/v7.0.8...v7.0.9) (2024-07-13)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### :bug: Bug Fix
|
|
10
|
+
|
|
11
|
+
* chart translations ([f15920d](https://github.com/things-scene/operato-scene/commit/f15920d8f58fb64fef3bd0b5a5b0e235954534d1))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
6
15
|
## [7.0.8](https://github.com/things-scene/operato-scene/compare/v7.0.7...v7.0.8) (2024-07-13)
|
|
7
16
|
|
|
8
17
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@operato/scene-chartjs",
|
|
3
3
|
"description": "Things Scene ChartJS Component",
|
|
4
|
-
"version": "7.0.
|
|
4
|
+
"version": "7.0.9",
|
|
5
5
|
"author": "heartyoh",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -73,5 +73,5 @@
|
|
|
73
73
|
"prettier --write"
|
|
74
74
|
]
|
|
75
75
|
},
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "8ba25ebf34f1ec64fd430285a0ae7c9dd26d9d38"
|
|
77
77
|
}
|
package/translations/en.json
CHANGED
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"label.border-width": "border width",
|
|
21
21
|
"label.chart": "chart",
|
|
22
22
|
"label.chart-annotation": "annotation",
|
|
23
|
-
"label.chart-annotation-type": "
|
|
23
|
+
"label.chart-annotation-type": "type",
|
|
24
24
|
"label.chart-style": "chart style",
|
|
25
25
|
"label.chart-type": "chart type",
|
|
26
26
|
"label.color": "color",
|
package/translations/ja.json
CHANGED
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"label.border-width": "境界部分の幅",
|
|
21
21
|
"label.chart": "チャート",
|
|
22
22
|
"label.chart-annotation": "アノテーション",
|
|
23
|
-
"label.chart-annotation-type": "
|
|
23
|
+
"label.chart-annotation-type": "タイプ",
|
|
24
24
|
"label.chart-style": "チャートスタイル",
|
|
25
25
|
"label.chart-type": "チャートタイプ",
|
|
26
26
|
"label.color": "色",
|
package/translations/ko.json
CHANGED
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"label.border-width": "경계부분 넓이",
|
|
21
21
|
"label.chart": "차트",
|
|
22
22
|
"label.chart-annotation": "어노테이션",
|
|
23
|
-
"label.chart-annotation-type": "
|
|
23
|
+
"label.chart-annotation-type": "타입",
|
|
24
24
|
"label.chart-style": "차트 스타일",
|
|
25
25
|
"label.chart-type": "차트 유형",
|
|
26
26
|
"label.color": "색상",
|
package/translations/ms.json
CHANGED
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"label.border-width": "lebar sempadan",
|
|
21
21
|
"label.chart": "carta",
|
|
22
22
|
"label.chart-annotation": "anotasi",
|
|
23
|
-
"label.chart-annotation-type": "jenis
|
|
23
|
+
"label.chart-annotation-type": "jenis",
|
|
24
24
|
"label.chart-style": "gaya carta",
|
|
25
25
|
"label.chart-type": "jenis carta",
|
|
26
26
|
"label.color": "warna",
|
package/translations/zh.json
CHANGED
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"label.border-width": "边框宽度",
|
|
21
21
|
"label.chart": "图表",
|
|
22
22
|
"label.chart-annotation": "注释",
|
|
23
|
-
"label.chart-annotation-type": "
|
|
23
|
+
"label.chart-annotation-type": "类型",
|
|
24
24
|
"label.chart-style": "图表样式",
|
|
25
25
|
"label.chart-type": "图表类型",
|
|
26
26
|
"label.color": "颜色",
|