Skip to content

Commit baea78d

Browse files
author
Cozy Bot
committed
chore: Publish [skip ci]
1 parent 04d18b4 commit baea78d

File tree

9 files changed

+48
-10
lines changed

9 files changed

+48
-10
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [59.3.0](https://github.com/cozy/cozy-client/compare/v59.2.0...v59.3.0) (2025-07-03)
7+
8+
9+
### Features
10+
11+
* Add a method to fetch shared drives ([04d18b4](https://github.com/cozy/cozy-client/commit/04d18b4a427a63d6c0cb6c98375593bdc082d683))
12+
13+
14+
15+
16+
617
# [59.2.0](https://github.com/cozy/cozy-client/compare/v59.1.1...v59.2.0) (2025-07-02)
718

819

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "59.2.0",
5+
"version": "59.3.0",
66
"npmClient": "yarn",
77
"command": {
88
"version": {

packages/cozy-client/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [59.3.0](https://github.com/cozy/cozy-client/compare/v59.2.0...v59.3.0) (2025-07-03)
7+
8+
**Note:** Version bump only for package cozy-client
9+
10+
11+
12+
13+
614
# [59.2.0](https://github.com/cozy/cozy-client/compare/v59.1.1...v59.2.0) (2025-07-02)
715

816

packages/cozy-client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cozy-client",
3-
"version": "59.2.0",
3+
"version": "59.3.0",
44
"license": "MIT",
55
"main": "dist/index.node.js",
66
"browser": "dist/index.js",
@@ -19,7 +19,7 @@
1919
"@types/jest": "^26.0.20",
2020
"@types/lodash": "^4.14.170",
2121
"btoa": "^1.2.1",
22-
"cozy-stack-client": "^59.0.0",
22+
"cozy-stack-client": "^59.3.0",
2323
"date-fns": "2.29.3",
2424
"fast-deep-equal": "^3.1.3",
2525
"json-stable-stringify": "^1.0.1",

packages/cozy-pouch-link/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [59.3.0](https://github.com/cozy/cozy-client/compare/v59.2.0...v59.3.0) (2025-07-03)
7+
8+
**Note:** Version bump only for package cozy-pouch-link
9+
10+
11+
12+
13+
614
# [59.2.0](https://github.com/cozy/cozy-client/compare/v59.1.1...v59.2.0) (2025-07-02)
715

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

packages/cozy-pouch-link/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cozy-pouch-link",
3-
"version": "59.2.0",
3+
"version": "59.3.0",
44
"license": "MIT",
55
"main": "dist/index.js",
66
"types": "types/index.d.ts",
@@ -13,7 +13,7 @@
1313
"url": "git+https://github.com/cozy/cozy-client.git"
1414
},
1515
"dependencies": {
16-
"cozy-client": "^59.2.0",
16+
"cozy-client": "^59.3.0",
1717
"pouchdb-browser": "^7.2.2",
1818
"pouchdb-find": "^7.2.2"
1919
},

packages/cozy-stack-client/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [59.3.0](https://github.com/cozy/cozy-client/compare/v59.2.0...v59.3.0) (2025-07-03)
7+
8+
9+
### Features
10+
11+
* Add a method to fetch shared drives ([04d18b4](https://github.com/cozy/cozy-client/commit/04d18b4a427a63d6c0cb6c98375593bdc082d683))
12+
13+
14+
15+
16+
617
# [59.0.0](https://github.com/cozy/cozy-client/compare/v58.5.0...v59.0.0) (2025-06-27)
718

819

packages/cozy-stack-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cozy-stack-client",
3-
"version": "59.0.0",
3+
"version": "59.3.0",
44
"license": "MIT",
55
"main": "dist/index.js",
66
"files": [

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6565,7 +6565,7 @@ __metadata:
65656565
languageName: node
65666566
linkType: hard
65676567

6568-
"cozy-client@npm:^59.2.0, cozy-client@workspace:packages/cozy-client":
6568+
"cozy-client@npm:^59.3.0, cozy-client@workspace:packages/cozy-client":
65696569
version: 0.0.0-use.local
65706570
resolution: "cozy-client@workspace:packages/cozy-client"
65716571
dependencies:
@@ -6584,7 +6584,7 @@ __metadata:
65846584
cozy-flags: "npm:2.10.2"
65856585
cozy-intent: "npm:2.23.0"
65866586
cozy-logger: "npm:1.7.0"
6587-
cozy-stack-client: "npm:^59.0.0"
6587+
cozy-stack-client: "npm:^59.3.0"
65886588
date-fns: "npm:2.29.3"
65896589
fast-deep-equal: "npm:^3.1.3"
65906590
jsdoc-plugin-intersection: "npm:1.0.4"
@@ -6679,7 +6679,7 @@ __metadata:
66796679
"@babel/cli": "npm:7.12.8"
66806680
"@cozy/minilog": "npm:1.0.0"
66816681
"@op-engineering/op-sqlite": "npm:^11.4.8"
6682-
cozy-client: "npm:^59.2.0"
6682+
cozy-client: "npm:^59.3.0"
66836683
cozy-device-helper: "npm:2.7.0"
66846684
jest-localstorage-mock: "npm:2.4.19"
66856685
parcel: "npm:2.13.3"
@@ -6696,7 +6696,7 @@ __metadata:
66966696
languageName: unknown
66976697
linkType: soft
66986698

6699-
"cozy-stack-client@npm:^59.0.0, cozy-stack-client@workspace:packages/cozy-stack-client":
6699+
"cozy-stack-client@npm:^59.3.0, cozy-stack-client@workspace:packages/cozy-stack-client":
67006700
version: 0.0.0-use.local
67016701
resolution: "cozy-stack-client@workspace:packages/cozy-stack-client"
67026702
dependencies:

0 commit comments

Comments
 (0)