cozy-sharing 4.9.0 → 5.0.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,27 @@
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
+ # 5.0.0 (2023-01-09)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * Color for badge with me ([bd7def0](https://github.com/cozy/cozy-libs/commit/bd7def03e0db9d8771a1e96965684d8785f6c91b))
12
+
13
+
14
+ ### Features
15
+
16
+ * **harvest:** Update router packages ([3f08dd2](https://github.com/cozy/cozy-libs/commit/3f08dd2a99fb516c45ff938ca528dece63d10ca3))
17
+
18
+
19
+ ### BREAKING CHANGES
20
+
21
+ * **harvest:** `react-router-dom` is `>=4` as peer dependencies.
22
+
23
+
24
+
25
+
26
+
6
27
  # [4.9.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@4.8.2...cozy-sharing@4.9.0) (2022-12-20)
7
28
 
8
29
 
@@ -29,4 +29,4 @@
29
29
  background-color var(--emerald)
30
30
 
31
31
  &.--with-me
32
- background-color var(--portage)
32
+ background-color #9169F2
@@ -3715,7 +3715,7 @@ html,
3715
3715
  background-color: var(--emerald);
3716
3716
  }
3717
3717
  .badge__shared-badge___2QYc_.badge__--with-me___30u7z {
3718
- background-color: var(--portage);
3718
+ background-color: #9169f2;
3719
3719
  }
3720
3720
  /* imported from status.styl */
3721
3721
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cozy-sharing",
3
- "version": "4.9.0",
3
+ "version": "5.0.0",
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": "b6086a71114cba6b924c52736614ed8d99f130ca"
64
+ "gitHead": "621683a1fd3dfe4abc029f5c3238c164acb5aec0"
65
65
  }
@@ -29,4 +29,4 @@
29
29
  background-color var(--emerald)
30
30
 
31
31
  &.--with-me
32
- background-color var(--portage)
32
+ background-color #9169F2