Skip to content

File tree

70 files changed

+479
-94
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+479
-94
lines changed

packages/babel-preset-cozy-app/CHANGELOG.md

+11
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+
## 2.8.1 (2024-11-06)
7+
8+
9+
### Bug Fixes
10+
11+
* Rename cozy-dataproxy to cozy-dataproxy-lib ([635d421](https://github.com/cozy/cozy-libs/commit/635d421045fc0374ca88cd68ec4941c95c40a0dd))
12+
13+
14+
15+
16+
617
# 2.8.0 (2024-11-06)
718

819

packages/babel-preset-cozy-app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-preset-cozy-app",
3-
"version": "2.8.0",
3+
"version": "2.8.1",
44
"description": "Babel preset for Cozy Application (Cozy Cloud)",
55
"author": "CPatchane <[email protected]>",
66
"repository": {
@@ -27,7 +27,7 @@
2727
"@babel/preset-react": "^7.16.0",
2828
"@babel/preset-typescript": "^7.16.0",
2929
"@babel/runtime": "^7.16.3",
30-
"browserslist-config-cozy": "^0.11.0",
30+
"browserslist-config-cozy": "^0.11.1",
3131
"lodash": "^4.17.21",
3232
"typescript": "5.5.2"
3333
}

packages/browserslist-config-cozy/CHANGELOG.md

+11
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+
## 0.11.1 (2024-11-06)
7+
8+
9+
### Bug Fixes
10+
11+
* Rename cozy-dataproxy to cozy-dataproxy-lib ([635d421](https://github.com/cozy/cozy-libs/commit/635d421045fc0374ca88cd68ec4941c95c40a0dd))
12+
13+
14+
15+
16+
617
# 0.11.0 (2024-11-06)
718

819

packages/browserslist-config-cozy/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "browserslist-config-cozy",
3-
"version": "0.11.0",
3+
"version": "0.11.1",
44
"description": "Shareable browserslist config enforcing the Cozy official supported browsers list",
55
"main": "index.js",
66
"author": "Cozy",

packages/cli-tree/CHANGELOG.md

+11
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+
## 0.13.1 (2024-11-06)
7+
8+
9+
### Bug Fixes
10+
11+
* Rename cozy-dataproxy to cozy-dataproxy-lib ([635d421](https://github.com/cozy/cozy-libs/commit/635d421045fc0374ca88cd68ec4941c95c40a0dd))
12+
13+
14+
15+
16+
617
# 0.13.0 (2024-11-06)
718

819

packages/cli-tree/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cozy/cli-tree",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"main": "src/index.js",
55
"license": "MIT",
66
"dependencies": {

packages/commitlint-config-cozy/CHANGELOG.md

+11
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+
## 0.14.1 (2024-11-06)
7+
8+
9+
### Bug Fixes
10+
11+
* Rename cozy-dataproxy to cozy-dataproxy-lib ([635d421](https://github.com/cozy/cozy-libs/commit/635d421045fc0374ca88cd68ec4941c95c40a0dd))
12+
13+
14+
15+
16+
617
# 0.14.0 (2024-11-06)
718

819

packages/commitlint-config-cozy/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commitlint-config-cozy",
3-
"version": "0.14.0",
3+
"version": "0.14.1",
44
"description": "Shareable commitlint config enforcing the cozy commit convention",
55
"main": "index.js",
66
"author": "Cozy",
@@ -20,7 +20,7 @@
2020
"@babel/core": "7.16.12",
2121
"@commitlint/lint": "16.2.4",
2222
"babel-jest": "26.6.3",
23-
"babel-preset-cozy-app": "^2.8.0",
23+
"babel-preset-cozy-app": "^2.8.1",
2424
"jest": "26.6.3"
2525
},
2626
"dependencies": {

packages/cozy-app-publish/CHANGELOG.md

+11
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+
## 0.40.1 (2024-11-06)
7+
8+
9+
### Bug Fixes
10+
11+
* Rename cozy-dataproxy to cozy-dataproxy-lib ([635d421](https://github.com/cozy/cozy-libs/commit/635d421045fc0374ca88cd68ec4941c95c40a0dd))
12+
13+
14+
15+
16+
617
# 0.40.0 (2024-11-06)
718

819

packages/cozy-app-publish/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cozy-app-publish",
3-
"version": "0.40.0",
3+
"version": "0.40.1",
44
"main": "src/index.js",
55
"author": "Cozy",
66
"license": "MIT",

packages/cozy-authentication/CHANGELOG.md

+11
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+
## 3.6.1 (2024-11-06)
7+
8+
9+
### Bug Fixes
10+
11+
* Rename cozy-dataproxy to cozy-dataproxy-lib ([635d421](https://github.com/cozy/cozy-libs/commit/635d421045fc0374ca88cd68ec4941c95c40a0dd))
12+
13+
14+
15+
16+
617
# 3.6.0 (2024-11-06)
718

819

packages/cozy-authentication/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cozy-authentication",
3-
"version": "3.6.0",
3+
"version": "3.6.1",
44
"description": "Component providing login to a Cozy",
55
"main": "dist/index.js",
66
"files": [
@@ -22,7 +22,7 @@
2222
"devDependencies": {
2323
"@babel/cli": "7.16.8",
2424
"@babel/polyfill": "7.12.1",
25-
"babel-preset-cozy-app": "^2.8.0",
25+
"babel-preset-cozy-app": "^2.8.1",
2626
"cozy-client": "13.21.0",
2727
"cozy-ui": "40.9.1",
2828
"cssnano-preset-advanced": "4.0.8",
@@ -40,7 +40,7 @@
4040
"react-router-dom": "6.4.5"
4141
},
4242
"dependencies": {
43-
"cozy-device-helper": "^3.7.0",
43+
"cozy-device-helper": "^3.7.1",
4444
"localforage": "1.7.3",
4545
"prop-types": "15.7.2",
4646
"snarkdown": "1.2.2",

packages/cozy-ci/CHANGELOG.md

+11
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+
## 0.11.1 (2024-11-06)
7+
8+
9+
### Bug Fixes
10+
11+
* Rename cozy-dataproxy to cozy-dataproxy-lib ([635d421](https://github.com/cozy/cozy-libs/commit/635d421045fc0374ca88cd68ec4941c95c40a0dd))
12+
13+
14+
15+
16+
617
# 0.11.0 (2024-11-06)
718

819

packages/cozy-ci/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cozy-ci",
3-
"version": "0.11.0",
3+
"version": "0.11.1",
44
"description": "Utility scripts for Cozy Cloud CI integration",
55
"license": "MIT",
66
"bin": {

packages/cozy-codemods/CHANGELOG.md

+11
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+
## 1.31.1 (2024-11-06)
7+
8+
9+
### Bug Fixes
10+
11+
* Rename cozy-dataproxy to cozy-dataproxy-lib ([635d421](https://github.com/cozy/cozy-libs/commit/635d421045fc0374ca88cd68ec4941c95c40a0dd))
12+
13+
14+
15+
16+
617
# 1.31.0 (2024-11-06)
718

819

packages/cozy-codemods/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cozy/codemods",
3-
"version": "1.31.0",
3+
"version": "1.31.1",
44
"description": "Codeshifts used inside Cozies",
55
"main": "index.js",
66
"repository": "https://github.com/cozy/cozy-libs",
@@ -22,11 +22,11 @@
2222
]
2323
},
2424
"dependencies": {
25-
"@cozy/cli-tree": "^0.13.0",
25+
"@cozy/cli-tree": "^0.13.1",
2626
"jscodeshift": "^0.11.0"
2727
},
2828
"devDependencies": {
29-
"eslint-config-cozy-app": "^6.7.0",
29+
"eslint-config-cozy-app": "^6.7.1",
3030
"jest": "26.6.3",
3131
"jsdoc-to-markdown": "5.0.3"
3232
}

packages/cozy-dataproxy-lib/CHANGELOG.md

+11
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+
## 1.1.1 (2024-11-06)
7+
8+
9+
### Bug Fixes
10+
11+
* Rename cozy-dataproxy to cozy-dataproxy-lib ([635d421](https://github.com/cozy/cozy-libs/commit/635d421045fc0374ca88cd68ec4941c95c40a0dd))
12+
13+
14+
15+
16+
617
# 1.1.0 (2024-11-06)
718

819

packages/cozy-dataproxy-lib/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cozy-dataproxy-lib",
33
"description": "Library meant to be by Cozy Cloud's DataProxy apps for data manipulation",
4-
"version": "1.1.0",
4+
"version": "1.1.1",
55
"author": {
66
"name": "Cozy Cloud",
77
"url": "https://github.com/cozy"
@@ -18,13 +18,13 @@
1818
"@testing-library/react": "10.4.9",
1919
"@testing-library/react-hooks": "7.0.2",
2020
"babel-plugin-tsconfig-paths": "^1.0.3",
21-
"babel-preset-cozy-app": "^2.8.0",
21+
"babel-preset-cozy-app": "^2.8.1",
2222
"cozy-client": "^50.3.1",
23-
"cozy-flags": "^4.6.0",
24-
"cozy-logger": "^1.16.0",
25-
"cozy-minilog": "^3.9.0",
23+
"cozy-flags": "^4.6.1",
24+
"cozy-logger": "^1.16.1",
25+
"cozy-minilog": "^3.9.1",
2626
"cozy-pouch-link": "^50.3.1",
27-
"cozy-realtime": "^5.6.0",
27+
"cozy-realtime": "^5.6.1",
2828
"cross-fetch": "^4.0.0",
2929
"jest": "26.6.3",
3030
"react": "16.12.0",

packages/cozy-device-helper/CHANGELOG.md

+11
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+
## 3.7.1 (2024-11-06)
7+
8+
9+
### Bug Fixes
10+
11+
* Rename cozy-dataproxy to cozy-dataproxy-lib ([635d421](https://github.com/cozy/cozy-libs/commit/635d421045fc0374ca88cd68ec4941c95c40a0dd))
12+
13+
14+
15+
16+
617
# 3.7.0 (2024-11-06)
718

819

packages/cozy-device-helper/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cozy-device-helper",
33
"description": "To know more information about the device platform",
4-
"version": "3.7.0",
4+
"version": "3.7.1",
55
"author": "Cozy",
66
"bugs": {
77
"url": "https://github.com/cozy/cozy-libs/issues"
@@ -14,7 +14,7 @@
1414
"@babel/core": "7.16.12",
1515
"@types/react-native": "0.67.7",
1616
"babel-jest": "26.6.3",
17-
"babel-preset-cozy-app": "^2.8.0",
17+
"babel-preset-cozy-app": "^2.8.1",
1818
"jest": "26.6.3"
1919
},
2020
"files": [

packages/cozy-devtools/CHANGELOG.md

+11
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+
## 1.2.1 (2024-11-06)
7+
8+
9+
### Bug Fixes
10+
11+
* Rename cozy-dataproxy to cozy-dataproxy-lib ([635d421](https://github.com/cozy/cozy-libs/commit/635d421045fc0374ca88cd68ec4941c95c40a0dd))
12+
13+
14+
15+
16+
617
# 1.2.0 (2024-11-06)
718

819

packages/cozy-devtools/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cozy-devtools",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Cozy-Devtools exposes a devtool that can be injected in an app for debug and better developer experience.",
55
"main": "dist/index.js",
66
"license": "MIT",
@@ -20,10 +20,10 @@
2020
"lint": "cd .. && yarn eslint --ext js,jsx packages/cozy-devtools"
2121
},
2222
"devDependencies": {
23-
"babel-preset-cozy-app": "^2.8.0",
23+
"babel-preset-cozy-app": "^2.8.1",
2424
"cozy-client": "^50.0.0",
25-
"cozy-flags": "^4.6.0",
26-
"cozy-intent": "^2.29.0",
25+
"cozy-flags": "^4.6.1",
26+
"cozy-intent": "^2.29.1",
2727
"cozy-pouch-link": "^50.0.0",
2828
"cozy-ui": "^111.19.0",
2929
"react": "^16.12.0",

packages/cozy-doctypes/CHANGELOG.md

+11
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+
## 1.97.1 (2024-11-06)
7+
8+
9+
### Bug Fixes
10+
11+
* Rename cozy-dataproxy to cozy-dataproxy-lib ([635d421](https://github.com/cozy/cozy-libs/commit/635d421045fc0374ca88cd68ec4941c95c40a0dd))
12+
13+
14+
15+
16+
617
# 1.97.0 (2024-11-06)
718

819

0 commit comments

Comments
 (0)