Skip to content

Commit

Permalink
[skip ci] Publish
Browse files Browse the repository at this point in the history
 - cozy-harvest-lib@32.2.32
 - cozy-viewer@18.0.0
  • Loading branch information
Cozy Bot committed Feb 5, 2025
1 parent 15e3419 commit 2f73739
Show file tree
Hide file tree
Showing 4 changed files with 33 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.32](https://github.com/cozy/cozy-libs/compare/cozy-harvest-lib@32.2.31...cozy-harvest-lib@32.2.32) (2025-02-05)

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





## [32.2.31](https://github.com/cozy/cozy-libs/compare/cozy-harvest-lib@32.2.30...cozy-harvest-lib@32.2.31) (2025-02-04)

**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.31",
"version": "32.2.32",
"description": "Provides logic, modules and components for Cozy's harvest applications.",
"main": "dist/index.js",
"author": "Cozy",
Expand Down Expand Up @@ -74,7 +74,7 @@
"cozy-realtime": "^5.6.3",
"cozy-tsconfig": "^1.8.1",
"cozy-ui": "^115.0.2",
"cozy-viewer": "^17.0.0",
"cozy-viewer": "^18.0.0",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.6",
"form-data": "4.0.0",
Expand Down
21 changes: 21 additions & 0 deletions packages/cozy-viewer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [18.0.0](https://github.com/cozy/cozy-libs/compare/cozy-viewer@17.0.0...cozy-viewer@18.0.0) (2025-02-05)


### Bug Fixes

* **Viewer:** Replace Modal by Dialog and add better click propagation ([26a49e0](https://github.com/cozy/cozy-libs/commit/26a49e0868f017634367e0a82d24d8fb4e4e6782))


### Features

* Upgrade cozy-ui ([15e3419](https://github.com/cozy/cozy-libs/commit/15e3419eea04917239adfadedb78feed667f4a9f))


### BREAKING CHANGES

* You must have `cozy-ui >=117.2.2`





# [17.0.0](https://github.com/cozy/cozy-libs/compare/cozy-viewer@16.2.1...cozy-viewer@17.0.0) (2025-02-04)


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": "17.0.0",
"version": "18.0.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": "^53.1.1",
"cozy-device-helper": "2.0.0",
"cozy-harvest-lib": "^32.2.31",
"cozy-harvest-lib": "^32.2.32",
"cozy-intent": "^2.29.2",
"cozy-logger": "^1.16.1",
"cozy-sharing": "^21.2.2",
Expand Down

0 comments on commit 2f73739

Please sign in to comment.