Skip to content

Commit

Permalink
chore: Publish [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Cozy Bot committed Feb 25, 2025
1 parent 92aa9e4 commit 6a401cb
Show file tree
Hide file tree
Showing 8 changed files with 66 additions and 6 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [57.0.0](https://github.com/cozy/cozy-client/compare/v56.0.0...v57.0.0) (2025-02-25)


### Features

* Add a option to create a "shared drive" sharing ([d78caee](https://github.com/cozy/cozy-client/commit/d78caee8a3d97f93268d414e4a14de2f907494f3))
* Add FileCollection.getSharedDrivesDirectoryOrCreate ([c7a36cf](https://github.com/cozy/cozy-client/commit/c7a36cf7f4763a732097017135f852a781cfc4de))
* Manage rules for shared drive sharing ([542761e](https://github.com/cozy/cozy-client/commit/542761e96ac3478cdfebc621fb76aac0fde9f0a0))
* Remove deprecated SharingCollection.share method ([fdafda8](https://github.com/cozy/cozy-client/commit/fdafda88131cbf7611900e72650fc76c8d5a6f02))
* Remove sharingType argument from getSharingRules ([7571509](https://github.com/cozy/cozy-client/commit/757150966110acb9bde190b65b905fa9aadd6a8f))
* Rename getOrCreateSharedDrivesDirectory ([92aa9e4](https://github.com/cozy/cozy-client/commit/92aa9e4e6d666c30aed4e8938dba949342bc9d2c))


### BREAKING CHANGES

* SharingCollection.share method has been removed. Use
SharingCollection.create method.





# [56.0.0](https://github.com/cozy/cozy-client/compare/v55.1.0...v56.0.0) (2025-02-25)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "56.0.0",
"version": "57.0.0",
"npmClient": "yarn",
"command": {
"version": {
Expand Down
8 changes: 8 additions & 0 deletions packages/cozy-client/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.

# [57.0.0](https://github.com/cozy/cozy-client/compare/v56.0.0...v57.0.0) (2025-02-25)

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





# [56.0.0](https://github.com/cozy/cozy-client/compare/v55.1.0...v56.0.0) (2025-02-25)


Expand Down
4 changes: 2 additions & 2 deletions packages/cozy-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cozy-client",
"version": "56.0.0",
"version": "57.0.0",
"license": "MIT",
"main": "dist/index.node.js",
"browser": "dist/index.js",
Expand All @@ -18,7 +18,7 @@
"@types/jest": "^26.0.20",
"@types/lodash": "^4.14.170",
"btoa": "^1.2.1",
"cozy-stack-client": "^56.0.0",
"cozy-stack-client": "^57.0.0",
"date-fns": "2.29.3",
"json-stable-stringify": "^1.0.1",
"lodash": "^4.17.13",
Expand Down
8 changes: 8 additions & 0 deletions packages/cozy-pouch-link/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.

# [57.0.0](https://github.com/cozy/cozy-client/compare/v56.0.0...v57.0.0) (2025-02-25)

**Note:** Version bump only for package cozy-pouch-link





# [56.0.0](https://github.com/cozy/cozy-client/compare/v55.1.0...v56.0.0) (2025-02-25)


Expand Down
4 changes: 2 additions & 2 deletions packages/cozy-pouch-link/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cozy-pouch-link",
"version": "56.0.0",
"version": "57.0.0",
"license": "MIT",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand All @@ -13,7 +13,7 @@
"url": "git+https://github.com/cozy/cozy-client.git"
},
"dependencies": {
"cozy-client": "^56.0.0",
"cozy-client": "^57.0.0",
"pouchdb-browser": "^7.2.2",
"pouchdb-find": "^7.2.2"
},
Expand Down
22 changes: 22 additions & 0 deletions packages/cozy-stack-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [57.0.0](https://github.com/cozy/cozy-client/compare/v56.0.0...v57.0.0) (2025-02-25)


### Features

* Add a option to create a "shared drive" sharing ([d78caee](https://github.com/cozy/cozy-client/commit/d78caee8a3d97f93268d414e4a14de2f907494f3))
* Add FileCollection.getSharedDrivesDirectoryOrCreate ([c7a36cf](https://github.com/cozy/cozy-client/commit/c7a36cf7f4763a732097017135f852a781cfc4de))
* Manage rules for shared drive sharing ([542761e](https://github.com/cozy/cozy-client/commit/542761e96ac3478cdfebc621fb76aac0fde9f0a0))
* Remove deprecated SharingCollection.share method ([fdafda8](https://github.com/cozy/cozy-client/commit/fdafda88131cbf7611900e72650fc76c8d5a6f02))
* Remove sharingType argument from getSharingRules ([7571509](https://github.com/cozy/cozy-client/commit/757150966110acb9bde190b65b905fa9aadd6a8f))
* Rename getOrCreateSharedDrivesDirectory ([92aa9e4](https://github.com/cozy/cozy-client/commit/92aa9e4e6d666c30aed4e8938dba949342bc9d2c))


### BREAKING CHANGES

* SharingCollection.share method has been removed. Use
SharingCollection.create method.





# [56.0.0](https://github.com/cozy/cozy-client/compare/v55.1.0...v56.0.0) (2025-02-25)

**Note:** Version bump only for package cozy-stack-client
Expand Down
2 changes: 1 addition & 1 deletion packages/cozy-stack-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cozy-stack-client",
"version": "56.0.0",
"version": "57.0.0",
"license": "MIT",
"main": "dist/index.js",
"files": [
Expand Down

0 comments on commit 6a401cb

Please sign in to comment.