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 8, 2025
1 parent 1b8bd56 commit 74889d1
Show file tree
Hide file tree
Showing 8 changed files with 63 additions and 8 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.4](https://github.com/cozy/cozy-libs/compare/[email protected]@32.2.4) (2025-01-08)

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





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

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

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


### Bug Fixes

* **sharing:** Update propTypes ([0474d9c](https://github.com/cozy/cozy-libs/commit/0474d9c46344b1f7abf65fc6e419a25aef33d2ed))


### Features

* **sharing:** Add 3 actions to use the new action menu ([1af8fa7](https://github.com/cozy/cozy-libs/commit/1af8fa7dbffad63d117149d14e09399e9d71a8a6))
* **sharing:** Add missing devDeps ([5221b40](https://github.com/cozy/cozy-libs/commit/5221b40397935538e95dcec82c939fb22196c991))
* **sharing:** Add needed packages ([36a2b67](https://github.com/cozy/cozy-libs/commit/36a2b6771275a35b3ab484b22a18b6d9c7b61496))
* **sharing:** Add ShareRestrictionModal component ([df5ed28](https://github.com/cozy/cozy-libs/commit/df5ed28c7c7f5dbb339bf26d563e8ffd825a686f))
* **sharing:** Add the 3 boxes of the new link-sharing modal ([a297d20](https://github.com/cozy/cozy-libs/commit/a297d20c46966c82447491a6fefe2d96509c45a9))
* **sharing:** Move revoke action to a secondary button ([83d3738](https://github.com/cozy/cozy-libs/commit/83d3738220e2c02ed749a08a47f92ca08ce9feb7))
* **sharing:** Remove EditLinkPermissionDialog ([1b8bd56](https://github.com/cozy/cozy-libs/commit/1b8bd560f4e72b885817f1f17a83156b6c1a7d58))
* **sharing:** Remove useless props ([cc3f816](https://github.com/cozy/cozy-libs/commit/cc3f816b6d35deb619488495bb767e1d76b557de))
* **sharing:** Replace old sharing link menu with the new modal ([de1a1c2](https://github.com/cozy/cozy-libs/commit/de1a1c27a5747c0b8bf091ed1856994f65cdcdb2))
* **sharing:** Upgrade packages ([9a1312d](https://github.com/cozy/cozy-libs/commit/9a1312d43cba1dcd521e8d6502865ac2071535cf))
* **sharing:** Use ShareRestrictionModal when creating share link ([248c3b4](https://github.com/cozy/cozy-libs/commit/248c3b4904649e17e935afdef1bd2a0b87082dc7))


### BREAKING CHANGES

* **sharing:** You muse have `cozy-client >= 52.1.0` and `cozy-ui >= 116.0.0`





# [18.0.0](https://github.com/cozy/cozy-libs/compare/[email protected]@18.0.0) (2024-12-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/cozy-sharing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cozy-sharing",
"version": "18.0.0",
"version": "19.0.0",
"description": "Provides sharing login for React applications.",
"main": "dist/index.js",
"author": "Cozy",
Expand Down
8 changes: 8 additions & 0 deletions packages/cozy-viewer/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.

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

**Note:** Version bump only for package cozy-viewer





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


Expand Down
6 changes: 3 additions & 3 deletions packages/cozy-viewer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cozy-viewer",
"version": "12.0.1",
"version": "12.0.2",
"description": "Cozy-Viewer provides a component to show files in a viewer.",
"main": "dist/index.js",
"license": "MIT",
Expand All @@ -27,10 +27,10 @@
"babel-preset-cozy-app": "^2.8.1",
"cozy-client": "^52.1.0",
"cozy-device-helper": "2.0.0",
"cozy-harvest-lib": "^32.2.3",
"cozy-harvest-lib": "^32.2.4",
"cozy-intent": "^2.29.1",
"cozy-logger": "^1.16.1",
"cozy-sharing": "^18.0.0",
"cozy-sharing": "^19.0.0",
"cozy-ui": "^116.0.0",
"identity-obj-proxy": "3.0.0",
"jest": "26.6.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/playgrounds/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.

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

**Note:** Version bump only for package cozy-playgrounds





## [2.9.6](https://github.com/cozy/cozy-libs/compare/[email protected]@2.9.6) (2024-12-23)

**Note:** Version bump only for package cozy-playgrounds
Expand Down
4 changes: 2 additions & 2 deletions packages/playgrounds/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cozy-playgrounds",
"private": true,
"version": "2.9.6",
"version": "2.9.7",
"main": "index.js",
"license": "MIT",
"scripts": {
Expand All @@ -15,7 +15,7 @@
"cozy-device-helper": "^3.7.1",
"cozy-doctypes": "^1.97.1",
"cozy-realtime": "^5.6.2",
"cozy-sharing": "^18.0.0",
"cozy-sharing": "^19.0.0",
"cozy-ui": "40.9.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
Expand Down

0 comments on commit 74889d1

Please sign in to comment.