Skip to content

Commit a832efc

Browse files
author
Cozy Bot
committed
chore: Publish [skip ci]
1 parent eb5a753 commit a832efc

File tree

9 files changed

+64
-10
lines changed

9 files changed

+64
-10
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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+
# [60.21.0](https://github.com/cozy/cozy-client/compare/v60.20.0...v60.21.0) (2026-01-28)
7+
8+
9+
### Bug Fixes
10+
11+
* Update repo link to linagora/cozy-client repo in docs ([eb5a753](https://github.com/cozy/cozy-client/commit/eb5a7533ed986e525ef639f061d20309d00af787))
12+
13+
14+
### Features
15+
16+
* Implement the functions CRUD for assistant :sparkles: ([25daa14](https://github.com/cozy/cozy-client/commit/25daa147aa3af92d56aaa2c3eee826beb505e1f3))
17+
18+
19+
20+
21+
622
# [60.20.0](https://github.com/cozy/cozy-client/compare/v60.19.0...v60.20.0) (2025-12-04)
723

824

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": "60.20.0",
5+
"version": "60.21.0",
66
"npmClient": "yarn",
77
"command": {
88
"version": {

packages/cozy-client/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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+
# [60.21.0](https://github.com/linagora/cozy-client/compare/v60.20.0...v60.21.0) (2026-01-28)
7+
8+
9+
### Bug Fixes
10+
11+
* Update repo link to linagora/cozy-client repo in docs ([eb5a753](https://github.com/linagora/cozy-client/commit/eb5a7533ed986e525ef639f061d20309d00af787))
12+
13+
14+
### Features
15+
16+
* Implement the functions CRUD for assistant :sparkles: ([25daa14](https://github.com/linagora/cozy-client/commit/25daa147aa3af92d56aaa2c3eee826beb505e1f3))
17+
18+
19+
20+
21+
622
# [60.20.0](https://github.com/cozy/cozy-client/compare/v60.19.0...v60.20.0) (2025-12-04)
723

824

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": "60.20.0",
3+
"version": "60.21.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": "^60.19.0",
22+
"cozy-stack-client": "^60.21.0",
2323
"date-fns": "^2.30.0",
2424
"fast-deep-equal": "^3.1.3",
2525
"json-stable-stringify": "^1.0.1",

packages/cozy-pouch-link/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+
# [60.21.0](https://github.com/linagora/cozy-client/compare/v60.20.0...v60.21.0) (2026-01-28)
7+
8+
9+
### Bug Fixes
10+
11+
* Update repo link to linagora/cozy-client repo in docs ([eb5a753](https://github.com/linagora/cozy-client/commit/eb5a7533ed986e525ef639f061d20309d00af787))
12+
13+
14+
15+
16+
617
# [60.20.0](https://github.com/cozy/cozy-client/compare/v60.19.0...v60.20.0) (2025-12-04)
718

819
**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": "60.20.0",
3+
"version": "60.21.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/linagora/cozy-client.git"
1414
},
1515
"dependencies": {
16-
"cozy-client": "^60.20.0",
16+
"cozy-client": "^60.21.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+
# [60.21.0](https://github.com/linagora/cozy-client/compare/v60.20.0...v60.21.0) (2026-01-28)
7+
8+
9+
### Bug Fixes
10+
11+
* Update repo link to linagora/cozy-client repo in docs ([eb5a753](https://github.com/linagora/cozy-client/commit/eb5a7533ed986e525ef639f061d20309d00af787))
12+
13+
14+
15+
16+
617
# [60.19.0](https://github.com/cozy/cozy-client/compare/v60.18.0...v60.19.0) (2025-12-03)
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": "60.19.0",
3+
"version": "60.21.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
@@ -6572,7 +6572,7 @@ __metadata:
65726572
languageName: node
65736573
linkType: hard
65746574

6575-
"cozy-client@npm:^60.20.0, cozy-client@workspace:packages/cozy-client":
6575+
"cozy-client@npm:^60.21.0, cozy-client@workspace:packages/cozy-client":
65766576
version: 0.0.0-use.local
65776577
resolution: "cozy-client@workspace:packages/cozy-client"
65786578
dependencies:
@@ -6591,7 +6591,7 @@ __metadata:
65916591
cozy-flags: "npm:2.10.2"
65926592
cozy-intent: "npm:2.23.0"
65936593
cozy-logger: "npm:1.7.0"
6594-
cozy-stack-client: "npm:^60.19.0"
6594+
cozy-stack-client: "npm:^60.21.0"
65956595
date-fns: "npm:^2.30.0"
65966596
fast-deep-equal: "npm:^3.1.3"
65976597
jsdoc-plugin-intersection: "npm:1.0.4"
@@ -6686,7 +6686,7 @@ __metadata:
66866686
"@babel/cli": "npm:7.12.8"
66876687
"@cozy/minilog": "npm:1.0.0"
66886688
"@op-engineering/op-sqlite": "npm:^11.4.8"
6689-
cozy-client: "npm:^60.20.0"
6689+
cozy-client: "npm:^60.21.0"
66906690
cozy-device-helper: "npm:2.7.0"
66916691
jest-localstorage-mock: "npm:2.4.19"
66926692
parcel: "npm:2.13.3"
@@ -6703,7 +6703,7 @@ __metadata:
67036703
languageName: unknown
67046704
linkType: soft
67056705

6706-
"cozy-stack-client@npm:^60.19.0, cozy-stack-client@workspace:packages/cozy-stack-client":
6706+
"cozy-stack-client@npm:^60.21.0, cozy-stack-client@workspace:packages/cozy-stack-client":
67076707
version: 0.0.0-use.local
67086708
resolution: "cozy-stack-client@workspace:packages/cozy-stack-client"
67096709
dependencies:

0 commit comments

Comments
 (0)