diff --git a/packages/cozy-harvest-lib/CHANGELOG.md b/packages/cozy-harvest-lib/CHANGELOG.md index e7b64aee3a..10455ab910 100644 --- a/packages/cozy-harvest-lib/CHANGELOG.md +++ b/packages/cozy-harvest-lib/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [32.2.23](https://github.com/cozy/cozy-libs/compare/cozy-harvest-lib@32.2.22...cozy-harvest-lib@32.2.23) (2025-01-23) + +**Note:** Version bump only for package cozy-harvest-lib + + + + + ## [32.2.22](https://github.com/cozy/cozy-libs/compare/cozy-harvest-lib@32.2.21...cozy-harvest-lib@32.2.22) (2025-01-23) **Note:** Version bump only for package cozy-harvest-lib diff --git a/packages/cozy-harvest-lib/package.json b/packages/cozy-harvest-lib/package.json index f20b053452..0e3ca96bcc 100644 --- a/packages/cozy-harvest-lib/package.json +++ b/packages/cozy-harvest-lib/package.json @@ -1,6 +1,6 @@ { "name": "cozy-harvest-lib", - "version": "32.2.22", + "version": "32.2.23", "description": "Provides logic, modules and components for Cozy's harvest applications.", "main": "dist/index.js", "author": "Cozy", @@ -75,7 +75,7 @@ "cozy-realtime": "^5.6.3", "cozy-tsconfig": "^1.8.1", "cozy-ui": "^115.0.2", - "cozy-viewer": "^14.0.2", + "cozy-viewer": "^15.0.0", "enzyme": "3.11.0", "enzyme-adapter-react-16": "1.15.6", "form-data": "4.0.0", diff --git a/packages/cozy-sharing/CHANGELOG.md b/packages/cozy-sharing/CHANGELOG.md index 640f6a5582..010352185f 100644 --- a/packages/cozy-sharing/CHANGELOG.md +++ b/packages/cozy-sharing/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [21.1.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@21.0.0...cozy-sharing@21.1.0) (2025-01-23) + + +### Bug Fixes + +* **sharing:** Fix SharingBannerCozyToCozy propTypes ([1c28e60](https://github.com/cozy/cozy-libs/commit/1c28e60acc2352f75433b67d23ddb2d25b276183)) + + +### Features + +* **sharing:** Rename prop of createCozySharingLink action ([cbfb7c9](https://github.com/cozy/cozy-libs/commit/cbfb7c9f179f7396841257f5ad09be7f61ad725d)) + + + + + # [21.0.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@20.0.0...cozy-sharing@21.0.0) (2025-01-23) diff --git a/packages/cozy-sharing/package.json b/packages/cozy-sharing/package.json index b07fd49ab3..3e92ff2cfe 100644 --- a/packages/cozy-sharing/package.json +++ b/packages/cozy-sharing/package.json @@ -1,6 +1,6 @@ { "name": "cozy-sharing", - "version": "21.0.0", + "version": "21.1.0", "description": "Provides sharing login for React applications.", "main": "dist/index.js", "author": "Cozy", diff --git a/packages/cozy-viewer/CHANGELOG.md b/packages/cozy-viewer/CHANGELOG.md index 418bb63c04..66b632bf1b 100644 --- a/packages/cozy-viewer/CHANGELOG.md +++ b/packages/cozy-viewer/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [15.0.0](https://github.com/cozy/cozy-libs/compare/cozy-viewer@14.0.2...cozy-viewer@15.0.0) (2025-01-23) + + +### Features + +* **viewer:** Upgrade cozy-sharing & apply BC ([215c25f](https://github.com/cozy/cozy-libs/commit/215c25f1fcf42d130310c43437b8bf68ec9f8618)) + + +### BREAKING CHANGES + +* **viewer:** You must have `cozy-sharing >= 21.0.0` + + + + + ## [14.0.2](https://github.com/cozy/cozy-libs/compare/cozy-viewer@14.0.1...cozy-viewer@14.0.2) (2025-01-23) diff --git a/packages/cozy-viewer/package.json b/packages/cozy-viewer/package.json index 70f3deccc5..9e73df7f44 100644 --- a/packages/cozy-viewer/package.json +++ b/packages/cozy-viewer/package.json @@ -1,6 +1,6 @@ { "name": "cozy-viewer", - "version": "14.0.2", + "version": "15.0.0", "description": "Cozy-Viewer provides a component to show files in a viewer.", "main": "dist/index.js", "license": "MIT", @@ -27,10 +27,10 @@ "babel-preset-cozy-app": "^2.8.1", "cozy-client": "^53.1.0", "cozy-device-helper": "2.0.0", - "cozy-harvest-lib": "^32.2.22", + "cozy-harvest-lib": "^32.2.23", "cozy-intent": "^2.29.1", "cozy-logger": "^1.16.1", - "cozy-sharing": "^21.0.0", + "cozy-sharing": "^21.1.0", "cozy-ui": "^117.1.0", "identity-obj-proxy": "3.0.0", "jest": "26.6.3", diff --git a/packages/playgrounds/CHANGELOG.md b/packages/playgrounds/CHANGELOG.md index 79c20eba10..d51260ba24 100644 --- a/packages/playgrounds/CHANGELOG.md +++ b/packages/playgrounds/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.9.11](https://github.com/cozy/cozy-libs/compare/cozy-playgrounds@2.9.10...cozy-playgrounds@2.9.11) (2025-01-23) + +**Note:** Version bump only for package cozy-playgrounds + + + + + ## [2.9.10](https://github.com/cozy/cozy-libs/compare/cozy-playgrounds@2.9.9...cozy-playgrounds@2.9.10) (2025-01-23) **Note:** Version bump only for package cozy-playgrounds diff --git a/packages/playgrounds/package.json b/packages/playgrounds/package.json index cc7aff9f54..56d50a4027 100644 --- a/packages/playgrounds/package.json +++ b/packages/playgrounds/package.json @@ -1,7 +1,7 @@ { "name": "cozy-playgrounds", "private": true, - "version": "2.9.10", + "version": "2.9.11", "main": "index.js", "license": "MIT", "scripts": { @@ -15,7 +15,7 @@ "cozy-device-helper": "^3.7.1", "cozy-doctypes": "^1.97.1", "cozy-realtime": "^5.6.3", - "cozy-sharing": "^21.0.0", + "cozy-sharing": "^21.1.0", "cozy-ui": "40.9.1", "react": "^16.12.0", "react-dom": "^16.12.0",