cozy-sharing 26.8.1 → 27.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,16 @@
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
+ # [27.0.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@26.8.1...cozy-sharing@27.0.0) (2025-10-30)
7
+
8
+ ### Features
9
+
10
+ - Forgot to create BC when adding `cozy-ui-plus` in some packages ([3a14a14](https://github.com/cozy/cozy-libs/commit/3a14a14122618ad1ec3a1ba5d6b217a9c827c925))
11
+
12
+ ### BREAKING CHANGES
13
+
14
+ - You must have `cozy-ui-plus >= 1.2.0`
15
+
6
16
  ## [26.8.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@26.8.0...cozy-sharing@26.8.1) (2025-10-30)
7
17
 
8
18
  **Note:** Version bump only for package cozy-sharing
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cozy-sharing",
3
- "version": "26.8.1",
3
+ "version": "27.0.0",
4
4
  "description": "Provides sharing login for React applications.",
5
5
  "main": "dist/index.js",
6
6
  "author": "Cozy",
@@ -73,7 +73,7 @@
73
73
  "cozy-intent": ">=2.29.1",
74
74
  "cozy-minilog": ">=3.9.1",
75
75
  "cozy-ui": ">=128.3.5",
76
- "cozy-ui-plus": ">=1.1.3",
76
+ "cozy-ui-plus": ">=1.2.0",
77
77
  "prop-types": ">=15.7.2",
78
78
  "react": ">=16.12.0",
79
79
  "react-router": ">=5.0.1"
@@ -81,5 +81,5 @@
81
81
  "sideEffects": [
82
82
  "*.css"
83
83
  ],
84
- "gitHead": "676d2aa9a7ae6caf26a5325c1d7dd96382e79e27"
84
+ "gitHead": "125a4190ed00ae5009dc8ddfb9f2926b5ce20f5a"
85
85
  }