Skip to content

Commit d405ae2

Browse files
author
Cozy Bot
committed
chore: Publish v51.2.0-2-g8c2b582f [skip ci]
1 parent 8c2b582 commit d405ae2

File tree

6 files changed

+34
-4
lines changed

6 files changed

+34
-4
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+
# [51.3.0](https://github.com/cozy/cozy-client/compare/v51.2.0...v51.3.0) (2024-11-21)
7+
8+
9+
### Features
10+
11+
* Remove unused package @material-ui/core ([8c2b582](https://github.com/cozy/cozy-client/commit/8c2b582f221a8d2a8626d32bbc9eba06f14dcb6a))
12+
13+
14+
15+
16+
617
# [51.2.0](https://github.com/cozy/cozy-client/compare/v51.1.0...v51.2.0) (2024-11-21)
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": "51.2.0",
5+
"version": "51.3.0",
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+
# [51.3.0](https://github.com/cozy/cozy-client/compare/v51.2.0...v51.3.0) (2024-11-21)
7+
8+
9+
### Features
10+
11+
* Remove unused package @material-ui/core ([8c2b582](https://github.com/cozy/cozy-client/commit/8c2b582f221a8d2a8626d32bbc9eba06f14dcb6a))
12+
13+
14+
15+
16+
617
# [51.2.0](https://github.com/cozy/cozy-client/compare/v51.1.0...v51.2.0) (2024-11-21)
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": "51.2.0",
3+
"version": "51.3.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+
# [51.3.0](https://github.com/cozy/cozy-client/compare/v51.2.0...v51.3.0) (2024-11-21)
7+
8+
**Note:** Version bump only for package cozy-pouch-link
9+
10+
11+
12+
13+
614
# [51.2.0](https://github.com/cozy/cozy-client/compare/v51.1.0...v51.2.0) (2024-11-21)
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": "51.2.0",
3+
"version": "51.3.0",
44
"license": "MIT",
55
"main": "dist/index.js",
66
"types": "types/index.d.ts",
@@ -13,7 +13,7 @@
1313
"url": "git+https://github.com/cozy/cozy-client.git"
1414
},
1515
"dependencies": {
16-
"cozy-client": "^51.2.0",
16+
"cozy-client": "^51.3.0",
1717
"pouchdb-browser": "^7.2.2",
1818
"pouchdb-find": "^7.2.2"
1919
},

0 commit comments

Comments
 (0)