Skip to content

Commit

Permalink
chore: Publish [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Cozy Bot committed Dec 20, 2024
1 parent f45473e commit 86418c6
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [51.7.0](https://github.com/cozy/cozy-client/compare/v51.6.1...v51.7.0) (2024-12-20)


### Features

* Add PerformanceApi to CozyClient ([3e42ea4](https://github.com/cozy/cozy-client/commit/3e42ea46b9f1aa44f7ba2e517c9dd3c2bd788a62))
* Add PerformanceApi to CozyClient's store ([8da242d](https://github.com/cozy/cozy-client/commit/8da242d3831295ecf4448b850cbcbc0aac261f86))
* Add PerformanceApi to CozyPouchLink ([247db09](https://github.com/cozy/cozy-client/commit/247db09e4567e88d27e816e11ac104b1cfbe5181))
* Add PerformanceApi to StackLink ([9c4f3b1](https://github.com/cozy/cozy-client/commit/9c4f3b1d1a87b1bd6fb6910e9d5e70b94ffb0f7d))





## [51.6.1](https://github.com/cozy/cozy-client/compare/v51.6.0...v51.6.1) (2024-12-16)

**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 @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "51.6.1",
"version": "51.7.0",
"npmClient": "yarn",
"command": {
"version": {
Expand Down
13 changes: 13 additions & 0 deletions packages/cozy-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [51.7.0](https://github.com/cozy/cozy-client/compare/v51.6.1...v51.7.0) (2024-12-20)


### Features

* Add PerformanceApi to CozyClient ([3e42ea4](https://github.com/cozy/cozy-client/commit/3e42ea46b9f1aa44f7ba2e517c9dd3c2bd788a62))
* Add PerformanceApi to CozyClient's store ([8da242d](https://github.com/cozy/cozy-client/commit/8da242d3831295ecf4448b850cbcbc0aac261f86))
* Add PerformanceApi to StackLink ([9c4f3b1](https://github.com/cozy/cozy-client/commit/9c4f3b1d1a87b1bd6fb6910e9d5e70b94ffb0f7d))





## [51.6.1](https://github.com/cozy/cozy-client/compare/v51.6.0...v51.6.1) (2024-12-16)

**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": "51.6.1",
"version": "51.7.0",
"license": "MIT",
"main": "dist/index.node.js",
"browser": "dist/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/cozy-pouch-link/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [51.7.0](https://github.com/cozy/cozy-client/compare/v51.6.1...v51.7.0) (2024-12-20)


### Features

* Add PerformanceApi to CozyPouchLink ([247db09](https://github.com/cozy/cozy-client/commit/247db09e4567e88d27e816e11ac104b1cfbe5181))





## [51.6.1](https://github.com/cozy/cozy-client/compare/v51.6.0...v51.6.1) (2024-12-16)

**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": "51.6.1",
"version": "51.7.0",
"license": "MIT",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand All @@ -13,7 +13,7 @@
"url": "git+https://github.com/cozy/cozy-client.git"
},
"dependencies": {
"cozy-client": "^51.6.1",
"cozy-client": "^51.7.0",
"pouchdb-browser": "^7.2.2",
"pouchdb-find": "^7.2.2"
},
Expand Down

0 comments on commit 86418c6

Please sign in to comment.