cozy-sharing 25.1.1 → 25.2.0
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,13 @@
|
|
|
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
|
+
# [25.2.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@25.1.1...cozy-sharing@25.2.0) (2025-04-22)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
- Update help link ([6302ed2](https://github.com/cozy/cozy-libs/commit/6302ed27ef865ed8a6e3c8854931285764abcbc1))
|
|
11
|
+
- Update Twake wording in sharing banner ([ff4cb07](https://github.com/cozy/cozy-libs/commit/ff4cb07ddb52893c65af46d3d18c9b73b4de4ec7))
|
|
12
|
+
|
|
6
13
|
## [25.1.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@25.1.0...cozy-sharing@25.1.1) (2025-04-02)
|
|
7
14
|
|
|
8
15
|
### Bug Fixes
|
|
@@ -104,7 +104,7 @@ var SharingBannerByLinkText = function SharingBannerByLinkText() {
|
|
|
104
104
|
|
|
105
105
|
var text = t('Share.banner.whats_cozy');
|
|
106
106
|
var knowMore = /*#__PURE__*/React.createElement("a", {
|
|
107
|
-
href: "https://
|
|
107
|
+
href: "https://twake.app",
|
|
108
108
|
target: "_blank",
|
|
109
109
|
className: "u-link",
|
|
110
110
|
rel: "noopener noreferrer"
|
package/locales/en.json
CHANGED
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"loadingError": "Loading error",
|
|
60
60
|
"banner": {
|
|
61
61
|
"shared_from": "The items below are displayed from  **%{name}**'s Cozy. You can add a link to this share in your Cozy",
|
|
62
|
-
"whats_cozy": "
|
|
62
|
+
"whats_cozy": "Twake is a secure digital home for all your data, hosted in France - ",
|
|
63
63
|
"know_more": "More information",
|
|
64
64
|
"sync_to_mine": "Synchronise |||| Synchronise in my Cozy",
|
|
65
65
|
"add_to_mine": "Add |||| Add to my Cozy",
|
package/locales/fr.json
CHANGED
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"loadingError": "Erreur de chargement",
|
|
60
60
|
"banner": {
|
|
61
61
|
"shared_from": "Les éléments ci-dessous sont affichés depuis le Cozy de  **%{name}**. Vous pouvez ajouter un lien vers ce partage dans votre Cozy.",
|
|
62
|
-
"whats_cozy": "
|
|
62
|
+
"whats_cozy": "Twake est un domicile numérique sécurisé pour toutes vos données, hébergé en France - ",
|
|
63
63
|
"know_more": "En savoir plus",
|
|
64
64
|
"sync_to_mine": "Synchroniser |||| Synchroniser dans mon Cozy",
|
|
65
65
|
"add_to_mine": "Ajouter |||| Ajouter à mon Cozy",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cozy-sharing",
|
|
3
|
-
"version": "25.
|
|
3
|
+
"version": "25.2.0",
|
|
4
4
|
"description": "Provides sharing login for React applications.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"author": "Cozy",
|
|
@@ -79,5 +79,5 @@
|
|
|
79
79
|
"sideEffects": [
|
|
80
80
|
"*.css"
|
|
81
81
|
],
|
|
82
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "c7916744854d9a55265bf9e5aa21cbb6e0e90a38"
|
|
83
83
|
}
|