cozy-sharing 3.12.6 → 3.12.7

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
@@ -3,6 +3,17 @@
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
+ ## [3.12.7](https://github.com/cozy/cozy-libs/compare/cozy-sharing@3.12.6...cozy-sharing@3.12.7) (2021-12-24)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **sharing:** typo in fr language when sending email ([59e0266](https://github.com/cozy/cozy-libs/commit/59e0266))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [3.12.6](https://github.com/cozy/cozy-libs/compare/cozy-sharing@3.12.5...cozy-sharing@3.12.6) (2021-12-20)
7
18
 
8
19
  **Note:** Version bump only for package cozy-sharing
package/locales/fr.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "seen": "Partage consulté",
10
10
  "ready": "Accepté",
11
11
  "refused": "Refusé",
12
- "mail-not-sent": "Envoie du mail d'invitation...",
12
+ "mail-not-sent": "Envoi du mail d'invitation...",
13
13
  "revoked": "Erreur",
14
14
  "unregistered": "Erreur"
15
15
  },
@@ -389,4 +389,4 @@
389
389
  "title": "%{smart_count} contact en attente de vérification |||| %{smart_count} contacts en attente de vérification",
390
390
  "intruction": "Vérifier l'identité de leur Cozy pour leur permettre d'accéder aux éléments que vous avez partagés avec eux."
391
391
  }
392
- }
392
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cozy-sharing",
3
- "version": "3.12.6",
3
+ "version": "3.12.7",
4
4
  "description": "Provides sharing login for React applications.",
5
5
  "main": "dist/index.js",
6
6
  "author": "Cozy",
@@ -61,5 +61,5 @@
61
61
  "sideEffects": [
62
62
  "*.css"
63
63
  ],
64
- "gitHead": "677ef88b7bf0f196792c5f06165138717d79c078"
64
+ "gitHead": "ae29bac9f22e86e051f3db3f688499262a820c06"
65
65
  }