Skip to content

Commit

Permalink
[skip ci] Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Cozy Bot committed Jan 13, 2025
1 parent f41540e commit 56e9eed
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 4 deletions.
8 changes: 8 additions & 0 deletions packages/cozy-harvest-lib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.9](https://github.com/cozy/cozy-libs/compare/[email protected]@32.2.9) (2025-01-13)

**Note:** Version bump only for package cozy-harvest-lib





## [32.2.8](https://github.com/cozy/cozy-libs/compare/[email protected]@32.2.8) (2025-01-13)

**Note:** Version bump only for package cozy-harvest-lib
Expand Down
4 changes: 2 additions & 2 deletions packages/cozy-harvest-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cozy-harvest-lib",
"version": "32.2.8",
"version": "32.2.9",
"description": "Provides logic, modules and components for Cozy's harvest applications.",
"main": "dist/index.js",
"author": "Cozy",
Expand Down Expand Up @@ -75,7 +75,7 @@
"cozy-realtime": "^5.6.2",
"cozy-tsconfig": "^1.8.1",
"cozy-ui": "^115.0.2",
"cozy-viewer": "^13.0.2",
"cozy-viewer": "^13.1.0",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.6",
"form-data": "4.0.0",
Expand Down
18 changes: 18 additions & 0 deletions packages/cozy-viewer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [13.1.0](https://github.com/cozy/cozy-libs/compare/[email protected]@13.1.0) (2025-01-13)


### Bug Fixes

* **Viewer:** Now hide edit option on mobile if read only ([ce2f287](https://github.com/cozy/cozy-libs/commit/ce2f287494a943547762d5f189a74d38554d9f05))
* **Viewer:** Now isReadOnly manage public and private share ([6e0aba3](https://github.com/cozy/cozy-libs/commit/6e0aba3abd9dee753656e9aef82ecb53931e14aa))
* **Viewer:** Now show edit option on qualification according to share ([73034bf](https://github.com/cozy/cozy-libs/commit/73034bf13bb18ba269aa70902902f214b31d87fb))


### Features

* **Viewer:** Disable qualification modification on public ([f41540e](https://github.com/cozy/cozy-libs/commit/f41540ea791d31878dfa2325bca4cc7f867c010a))





## [13.0.2](https://github.com/cozy/cozy-libs/compare/[email protected]@13.0.2) (2025-01-13)


Expand Down
4 changes: 2 additions & 2 deletions packages/cozy-viewer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cozy-viewer",
"version": "13.0.2",
"version": "13.1.0",
"description": "Cozy-Viewer provides a component to show files in a viewer.",
"main": "dist/index.js",
"license": "MIT",
Expand All @@ -27,7 +27,7 @@
"babel-preset-cozy-app": "^2.8.1",
"cozy-client": "^52.1.0",
"cozy-device-helper": "2.0.0",
"cozy-harvest-lib": "^32.2.8",
"cozy-harvest-lib": "^32.2.9",
"cozy-intent": "^2.29.1",
"cozy-logger": "^1.16.1",
"cozy-sharing": "^19.0.0",
Expand Down

0 comments on commit 56e9eed

Please sign in to comment.