@dhis2/analytics 24.0.2 → 24.0.3

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
+ ## [24.0.3](https://github.com/dhis2/analytics/compare/v24.0.2...v24.0.3) (2022-08-24)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **translations:** sync translations from transifex (master) ([ed55dcc](https://github.com/dhis2/analytics/commit/ed55dccf8332d3e9400b766719233a8345a19548))
7
+
1
8
  ## [24.0.2](https://github.com/dhis2/analytics/compare/v24.0.1...v24.0.2) (2022-08-23)
2
9
 
3
10
 
@@ -260,7 +260,7 @@
260
260
  "This year": "Поточний рік",
261
261
  "Last year": "Минулий рік",
262
262
  "Last 5 years": "Останні 5 років",
263
- "Last 10 years": "",
263
+ "Last 10 years": "Останні 10 років",
264
264
  "Days": "Дні",
265
265
  "Weeks": "Тижні",
266
266
  "Bi-weeks": "Двотижневі проміжки",
@@ -260,7 +260,7 @@
260
260
  "This year": "Поточний рік",
261
261
  "Last year": "Минулий рік",
262
262
  "Last 5 years": "Останні 5 років",
263
- "Last 10 years": "",
263
+ "Last 10 years": "Останні 10 років",
264
264
  "Days": "Дні",
265
265
  "Weeks": "Тижні",
266
266
  "Bi-weeks": "Двотижневі проміжки",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhis2/analytics",
3
- "version": "24.0.2",
3
+ "version": "24.0.3",
4
4
  "main": "./build/cjs/index.js",
5
5
  "module": "./build/es/index.js",
6
6
  "exports": {