@dhis2-ui/organisation-unit-tree 10.10.0 → 10.10.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.
package/README.md CHANGED
@@ -5,4 +5,4 @@
5
5
  > guide](https://github.com/dhis2/ui/blob/master/docs/getting-started.md)
6
6
  > for more information.
7
7
 
8
- For usage instructions see [the documentation for this component](https://ui.dhis2.nu/components/org-unit-tree).
8
+ For usage instructions see [the documentation for this component](https://developers.dhis2.org/docs/ui/components/org-unit-tree).
@@ -1,5 +1,5 @@
1
1
  {
2
- "No children match filter": "",
3
- "Could not load children": "",
2
+ "No children match filter": "Aucun enfant ne correspond au filtre",
3
+ "Could not load children": "Impossible de charger les enfants",
4
4
  "Error: {{ ERRORMESSAGE }}": "Erreur : {{ ERRORMESSAGE }}"
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
- "No children match filter": "",
3
- "Could not load children": "",
2
+ "No children match filter": "Aucun enfant ne correspond au filtre",
3
+ "Could not load children": "Impossible de charger les enfants",
4
4
  "Error: {{ ERRORMESSAGE }}": "Erreur : {{ ERRORMESSAGE }}"
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhis2-ui/organisation-unit-tree",
3
- "version": "10.10.0",
3
+ "version": "10.10.1",
4
4
  "description": "UI OrganisationUnitTree",
5
5
  "repository": {
6
6
  "type": "git",
@@ -35,11 +35,11 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "@dhis2/prop-types": "^3.1.2",
38
- "@dhis2-ui/button": "10.10.0",
39
- "@dhis2-ui/checkbox": "10.10.0",
40
- "@dhis2-ui/loader": "10.10.0",
41
- "@dhis2-ui/node": "10.10.0",
42
- "@dhis2/ui-constants": "10.10.0",
38
+ "@dhis2-ui/button": "10.10.1",
39
+ "@dhis2-ui/checkbox": "10.10.1",
40
+ "@dhis2-ui/loader": "10.10.1",
41
+ "@dhis2-ui/node": "10.10.1",
42
+ "@dhis2/ui-constants": "10.10.1",
43
43
  "classnames": "^2.3.1",
44
44
  "prop-types": "^15.7.2"
45
45
  },