Skip to content

Commit ea2ffd1

Browse files
author
Cozy Bot
committed
chore: Publish [skip ci]
1 parent 1328aff commit ea2ffd1

File tree

7 files changed

+36
-6
lines changed

7 files changed

+36
-6
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+
## [60.21.2](https://github.com/cozy/cozy-client/compare/v60.21.1...v60.21.2) (2026-02-13)
7+
8+
9+
### Bug Fixes
10+
11+
* Better freemium check ([1328aff](https://github.com/cozy/cozy-client/commit/1328affcb5f9b0be000ee692cae4f9be7143012e))
12+
13+
14+
15+
16+
617
## [60.21.1](https://github.com/cozy/cozy-client/compare/v60.21.0...v60.21.1) (2026-01-31)
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": "60.21.1",
5+
"version": "60.21.2",
66
"npmClient": "yarn",
77
"command": {
88
"version": {

packages/cozy-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.2](https://github.com/linagora/cozy-client/compare/v60.21.1...v60.21.2) (2026-02-13)
7+
8+
9+
### Bug Fixes
10+
11+
* Better freemium check ([1328aff](https://github.com/linagora/cozy-client/commit/1328affcb5f9b0be000ee692cae4f9be7143012e))
12+
13+
14+
15+
16+
617
## [60.21.1](https://github.com/linagora/cozy-client/compare/v60.21.0...v60.21.1) (2026-01-31)
718

819

packages/cozy-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-client",
3-
"version": "60.21.1",
3+
"version": "60.21.2",
44
"license": "MIT",
55
"main": "dist/index.node.js",
66
"browser": "dist/index.js",

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+
## [60.21.2](https://github.com/linagora/cozy-client/compare/v60.21.1...v60.21.2) (2026-02-13)
7+
8+
**Note:** Version bump only for package cozy-pouch-link
9+
10+
11+
12+
13+
614
## [60.21.1](https://github.com/linagora/cozy-client/compare/v60.21.0...v60.21.1) (2026-01-31)
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": "60.21.1",
3+
"version": "60.21.2",
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.21.1",
16+
"cozy-client": "^60.21.2",
1717
"pouchdb-browser": "^7.2.2",
1818
"pouchdb-find": "^7.2.2"
1919
},

yarn.lock

Lines changed: 2 additions & 2 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.21.1, cozy-client@workspace:packages/cozy-client":
6575+
"cozy-client@npm:^60.21.2, cozy-client@workspace:packages/cozy-client":
65766576
version: 0.0.0-use.local
65776577
resolution: "cozy-client@workspace:packages/cozy-client"
65786578
dependencies:
@@ -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.21.1"
6689+
cozy-client: "npm:^60.21.2"
66906690
cozy-device-helper: "npm:2.7.0"
66916691
jest-localstorage-mock: "npm:2.4.19"
66926692
parcel: "npm:2.13.3"

0 commit comments

Comments
 (0)