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 Nov 28, 2024
1 parent 98b6a3e commit 9814176
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 5 deletions.
8 changes: 8 additions & 0 deletions 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.

## [51.3.1](https://github.com/cozy/cozy-client/compare/v51.3.0...v51.3.1) (2024-11-28)

**Note:** Version bump only for package cozy-client





# [51.3.0](https://github.com/cozy/cozy-client/compare/v51.2.0...v51.3.0) (2024-11-21)


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.3.0",
"version": "51.3.1",
"npmClient": "yarn",
"command": {
"version": {
Expand Down
8 changes: 8 additions & 0 deletions packages/cozy-client/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.

## [51.3.1](https://github.com/cozy/cozy-client/compare/v51.3.0...v51.3.1) (2024-11-28)

**Note:** Version bump only for package cozy-client





# [51.3.0](https://github.com/cozy/cozy-client/compare/v51.2.0...v51.3.0) (2024-11-21)


Expand Down
4 changes: 2 additions & 2 deletions packages/cozy-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cozy-client",
"version": "51.3.0",
"version": "51.3.1",
"license": "MIT",
"main": "dist/index.node.js",
"browser": "dist/index.js",
Expand Down Expand Up @@ -43,9 +43,9 @@
"devDependencies": {
"@babel/cli": "7.12.8",
"@cozy/codemods": "1.14.4",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "12.1.5",
"@testing-library/react-hooks": "7.0.2",
"@testing-library/jest-dom": "6.6.3",
"babel-plugin-search-and-replace": "1.1.1",
"btoa": "1.2.1",
"cozy-device-helper": "2.7.0",
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.

## [51.3.1](https://github.com/cozy/cozy-client/compare/v51.3.0...v51.3.1) (2024-11-28)

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





# [51.3.0](https://github.com/cozy/cozy-client/compare/v51.2.0...v51.3.0) (2024-11-21)

**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.3.0",
"version": "51.3.1",
"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.3.0",
"cozy-client": "^51.3.1",
"pouchdb-browser": "^7.2.2",
"pouchdb-find": "^7.2.2"
},
Expand Down

0 comments on commit 9814176

Please sign in to comment.