@zeedhi/zd-user-info-common 1.3.3 → 1.3.5

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.
@@ -212,7 +212,7 @@ Messages.add({
212
212
  USERINFO_LOGOUT: 'Sign out',
213
213
  },
214
214
  },
215
- 'es-ES': {
215
+ 'es-CL': {
216
216
  translation: {
217
217
  USERINFO_CHANGE_PROFILE: 'Cambiar el perfil',
218
218
  USERINFO_LOGOUT: 'Salir',
@@ -215,7 +215,7 @@
215
215
  USERINFO_LOGOUT: 'Sign out',
216
216
  },
217
217
  },
218
- 'es-ES': {
218
+ 'es-CL': {
219
219
  translation: {
220
220
  USERINFO_CHANGE_PROFILE: 'Cambiar el perfil',
221
221
  USERINFO_LOGOUT: 'Salir',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zeedhi/zd-user-info-common",
3
- "version": "1.3.3",
3
+ "version": "1.3.5",
4
4
  "description": "Implementation of UserInfo componente using Zeedhi Next",
5
5
  "main": "dist/user-info-common.umd.js",
6
6
  "module": "dist/user-info-common.esm.js",
@@ -23,5 +23,5 @@
23
23
  "@zeedhi/common": "^1.57.0",
24
24
  "@zeedhi/core": "^1.57.0"
25
25
  },
26
- "gitHead": "e972d51382b21c17831c81d81c577817824ae774"
26
+ "gitHead": "dd2dd140aed771097306d0d5a454ff41ce667bf9"
27
27
  }