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 15, 2025
1 parent 5f6008d commit a00baa1
Show file tree
Hide file tree
Showing 4 changed files with 32 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.10](https://github.com/cozy/cozy-libs/compare/[email protected]@32.2.10) (2025-01-15)

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





## [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
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.9",
"version": "32.2.10",
"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.1.0",
"cozy-viewer": "^13.2.0",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.6",
"form-data": "4.0.0",
Expand Down
20 changes: 20 additions & 0 deletions packages/cozy-viewer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* **viewer:** Remove horizontal scroolbar ([9b0c2c3](https://github.com/cozy/cozy-libs/commit/9b0c2c33c5d0f60a195342cf84b36ca6a2398085))


### Features

* **viewer:** Add input for select current page ([7aa912e](https://github.com/cozy/cozy-libs/commit/7aa912e63df7b53341b11157ac2d9c7fe383f2fc))
* **viewer:** Auto hide toolbar buttons ([90e656a](https://github.com/cozy/cozy-libs/commit/90e656af5627ab627d2cad2d19a14b56b99a4e76))
* **viewer:** Increase display limit for all pages ([b4a1b4a](https://github.com/cozy/cozy-libs/commit/b4a1b4a62839a89666db3c81df7b98eec5f30afa))
* **viewer:** Replace old Viewer buttons ([ef2fbee](https://github.com/cozy/cozy-libs/commit/ef2fbee8a49bc6bbef7f7d7ded266beaf7c2470a))
* **viewer:** Update style of toolbar ([5f6008d](https://github.com/cozy/cozy-libs/commit/5f6008dba900fea754b45b403d39ab758553fa56))





# [13.1.0](https://github.com/cozy/cozy-libs/compare/[email protected]@13.1.0) (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.1.0",
"version": "13.2.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.9",
"cozy-harvest-lib": "^32.2.10",
"cozy-intent": "^2.29.1",
"cozy-logger": "^1.16.1",
"cozy-sharing": "^19.0.0",
Expand Down

0 comments on commit a00baa1

Please sign in to comment.