@dhis2/analytics 21.0.11 → 21.0.12

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 CHANGED
@@ -1,3 +1,10 @@
1
+ ## [21.0.12](https://github.com/dhis2/analytics/compare/v21.0.11...v21.0.12) (2021-12-11)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **translations:** sync translations from transifex (master) ([ac9ad8c](https://github.com/dhis2/analytics/commit/ac9ad8ca44fa56d976e11c554a894b6aafebb58c))
7
+
1
8
  ## [21.0.11](https://github.com/dhis2/analytics/compare/v21.0.10...v21.0.11) (2021-12-10)
2
9
 
3
10
 
@@ -281,7 +281,7 @@
281
281
  "Left": "الأيسر",
282
282
  "Center": "المركز",
283
283
  "Right": "الأيمن",
284
- "Start": "بدء",
284
+ "Start": "البدء",
285
285
  "Middle": "الوسط",
286
286
  "End": "النهاية",
287
287
  "Top": "القمة",
@@ -281,7 +281,7 @@
281
281
  "Left": "الأيسر",
282
282
  "Center": "المركز",
283
283
  "Right": "الأيمن",
284
- "Start": "بدء",
284
+ "Start": "البدء",
285
285
  "Middle": "الوسط",
286
286
  "End": "النهاية",
287
287
  "Top": "القمة",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhis2/analytics",
3
- "version": "21.0.11",
3
+ "version": "21.0.12",
4
4
  "main": "./build/cjs/index.js",
5
5
  "module": "./build/es/index.js",
6
6
  "exports": {