cozy-sharing 36.2.0 → 36.2.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -7
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@
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
+ ## [36.2.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@36.2.0...cozy-sharing@36.2.1) (2026-06-30)
7
+
8
+ **Note:** Version bump only for package cozy-sharing
9
+
6
10
  # [36.2.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@36.1.0...cozy-sharing@36.2.0) (2026-06-30)
7
11
 
8
12
  ### Features
@@ -29,13 +33,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
29
33
 
30
34
  ### BREAKING CHANGES
31
35
 
32
- - You need:
33
- "@linagora/twake-icons": ">=2.6.6"
34
- "cozy-client": ">=60.28.0"
35
- "cozy-flags": ">=4.9.1"
36
- "cozy-intent": ">=2.31.1"
37
- "cozy-pouch-link": ">=60.28.0"
38
- "cozy-ui": ">=140.1.0
36
+ - You must have `"cozy-client": ">=60.28.0"`
39
37
 
40
38
  # [35.0.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@34.1.2...cozy-sharing@35.0.0) (2026-06-25)
41
39
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cozy-sharing",
3
- "version": "36.2.0",
3
+ "version": "36.2.1",
4
4
  "description": "Provides sharing login for React applications.",
5
5
  "main": "dist/index.js",
6
6
  "author": "Cozy",
@@ -85,5 +85,5 @@
85
85
  "sideEffects": [
86
86
  "*.css"
87
87
  ],
88
- "gitHead": "03851851f4b3f7f83df191f2e2f5b67eed922ef8"
88
+ "gitHead": "f24d4b10dd14b3bdd673ad04aa91d401775a82cf"
89
89
  }