Skip to content

Commit

Permalink
v45.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI User committed Mar 12, 2024
1 parent 3daa3e6 commit 3eb9be9
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 4 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [45.15.0](https://github.com/cozy/cozy-client/compare/v45.14.1...v45.15.0) (2024-03-12)


### Features

* **paper:** Add formatMetadataQualification and ([c813ab2](https://github.com/cozy/cozy-client/commit/c813ab26ff0dcf478babd95420f8eda6cf982875))
* **paper:** Add getMetadataQualificationType ([8466b66](https://github.com/cozy/cozy-client/commit/8466b66176671196cb8069ec6f70f0f567c76e43))
* **paper:** Format contact in cozy-client ([7576895](https://github.com/cozy/cozy-client/commit/75768952cb004f8bc95968bae6af8e8d60df4683))
* **paper:** Format date metadata qualification on cozy-client ([a86335c](https://github.com/cozy/cozy-client/commit/a86335c0b0f3cfa46be01b228aa3a37960071f85))
* **paper:** Format information metadata qualification in cozy-client ([ba1339d](https://github.com/cozy/cozy-client/commit/ba1339da72cbba52253ba6cb6682514f866586f5))
* **paper:** Format other metadata qualification in cozy-client ([e1be6bc](https://github.com/cozy/cozy-client/commit/e1be6bc2dbc95f16c07272f57e87da17dc189b3a))





## [45.14.1](https://github.com/cozy/cozy-client/compare/v45.14.0...v45.14.1) (2024-03-05)

**Note:** Version bump only for package cozy-client
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "45.14.1",
"version": "45.15.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
16 changes: 16 additions & 0 deletions packages/cozy-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [45.15.0](https://github.com/cozy/cozy-client/compare/v45.14.1...v45.15.0) (2024-03-12)


### Features

* **paper:** Add formatMetadataQualification and ([c813ab2](https://github.com/cozy/cozy-client/commit/c813ab26ff0dcf478babd95420f8eda6cf982875))
* **paper:** Add getMetadataQualificationType ([8466b66](https://github.com/cozy/cozy-client/commit/8466b66176671196cb8069ec6f70f0f567c76e43))
* **paper:** Format contact in cozy-client ([7576895](https://github.com/cozy/cozy-client/commit/75768952cb004f8bc95968bae6af8e8d60df4683))
* **paper:** Format date metadata qualification on cozy-client ([a86335c](https://github.com/cozy/cozy-client/commit/a86335c0b0f3cfa46be01b228aa3a37960071f85))
* **paper:** Format information metadata qualification in cozy-client ([ba1339d](https://github.com/cozy/cozy-client/commit/ba1339da72cbba52253ba6cb6682514f866586f5))
* **paper:** Format other metadata qualification in cozy-client ([e1be6bc](https://github.com/cozy/cozy-client/commit/e1be6bc2dbc95f16c07272f57e87da17dc189b3a))





## [45.14.1](https://github.com/cozy/cozy-client/compare/v45.14.0...v45.14.1) (2024-03-05)

**Note:** Version bump only for package cozy-client
Expand Down
2 changes: 1 addition & 1 deletion packages/cozy-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cozy-client",
"version": "45.14.1",
"version": "45.15.0",
"license": "MIT",
"main": "dist/index.node.js",
"browser": "dist/index.js",
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.

# [45.15.0](https://github.com/cozy/cozy-client/compare/v45.14.1...v45.15.0) (2024-03-12)

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





## [45.14.1](https://github.com/cozy/cozy-client/compare/v45.14.0...v45.14.1) (2024-03-05)

**Note:** Version bump only for package cozy-pouch-link
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": "45.14.1",
"version": "45.15.0",
"license": "MIT",
"main": "dist/index.js",
"files": [
Expand All @@ -11,7 +11,7 @@
"url": "git+https://github.com/cozy/cozy-client.git"
},
"dependencies": {
"cozy-client": "^45.14.1",
"cozy-client": "^45.15.0",
"pouchdb-browser": "^7.2.2",
"pouchdb-find": "^7.2.2"
},
Expand Down

0 comments on commit 3eb9be9

Please sign in to comment.