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 23, 2025
1 parent cbfb7c9 commit 19590cb
Show file tree
Hide file tree
Showing 8 changed files with 56 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.23](https://github.com/cozy/cozy-libs/compare/[email protected]@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/[email protected]@32.2.22) (2025-01-23)

**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.22",
"version": "32.2.23",
"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.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",
Expand Down
16 changes: 16 additions & 0 deletions packages/cozy-sharing/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]@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/[email protected]@21.0.0) (2025-01-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": "21.0.0",
"version": "21.1.0",
"description": "Provides sharing login for React applications.",
"main": "dist/index.js",
"author": "Cozy",
Expand Down
16 changes: 16 additions & 0 deletions packages/cozy-viewer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]@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/[email protected]@14.0.2) (2025-01-23)


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": "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",
Expand All @@ -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",
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.11](https://github.com/cozy/cozy-libs/compare/[email protected]@2.9.11) (2025-01-23)

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





## [2.9.10](https://github.com/cozy/cozy-libs/compare/[email protected]@2.9.10) (2025-01-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.10",
"version": "2.9.11",
"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.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",
Expand Down

0 comments on commit 19590cb

Please sign in to comment.