Skip to content

Commit 74be314

Browse files
author
Travis CI User
committed
v44.1.0
1 parent 5b31fc1 commit 74be314

File tree

6 files changed

+36
-4
lines changed

6 files changed

+36
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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+
# [44.1.0](https://github.com/cozy/cozy-client/compare/v44.0.0...v44.1.0) (2023-11-22)
7+
8+
9+
### Features
10+
11+
* Improve uploadFileWithConflictStrategy ([7a468f5](https://github.com/cozy/cozy-client/commit/7a468f575915183f05b2f4a8f66a92804408948a)), closes [#1425](https://github.com/cozy/cozy-client/issues/1425)
12+
* Supports clisk for getKonnector ([5b31fc1](https://github.com/cozy/cozy-client/commit/5b31fc1fb11239bb9720f5db36cb466b62f029ba))
13+
14+
15+
16+
17+
618
# [44.0.0](https://github.com/cozy/cozy-client/compare/v43.6.0...v44.0.0) (2023-11-22)
719

820

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "44.0.0",
6+
"version": "44.1.0",
77
"npmClient": "yarn",
88
"useWorkspaces": true,
99
"command": {

packages/cozy-client/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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+
# [44.1.0](https://github.com/cozy/cozy-client/compare/v44.0.0...v44.1.0) (2023-11-22)
7+
8+
9+
### Features
10+
11+
* Improve uploadFileWithConflictStrategy ([7a468f5](https://github.com/cozy/cozy-client/commit/7a468f575915183f05b2f4a8f66a92804408948a)), closes [#1425](https://github.com/cozy/cozy-client/issues/1425)
12+
* Supports clisk for getKonnector ([5b31fc1](https://github.com/cozy/cozy-client/commit/5b31fc1fb11239bb9720f5db36cb466b62f029ba))
13+
14+
15+
16+
17+
618
# [44.0.0](https://github.com/cozy/cozy-client/compare/v43.6.0...v44.0.0) (2023-11-22)
719

820

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": "44.0.0",
3+
"version": "44.1.0",
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+
# [44.1.0](https://github.com/cozy/cozy-client/compare/v44.0.0...v44.1.0) (2023-11-22)
7+
8+
**Note:** Version bump only for package cozy-pouch-link
9+
10+
11+
12+
13+
614
# [44.0.0](https://github.com/cozy/cozy-client/compare/v43.6.0...v44.0.0) (2023-11-22)
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": "44.0.0",
3+
"version": "44.1.0",
44
"license": "MIT",
55
"main": "dist/index.js",
66
"files": [
@@ -11,7 +11,7 @@
1111
"url": "git+https://github.com/cozy/cozy-client.git"
1212
},
1313
"dependencies": {
14-
"cozy-client": "^44.0.0",
14+
"cozy-client": "^44.1.0",
1515
"pouchdb-browser": "^7.2.2",
1616
"pouchdb-find": "^7.2.2"
1717
},

0 commit comments

Comments
 (0)