Skip to content

Commit

Permalink
Show file tree
Hide file tree
Showing 66 changed files with 345 additions and 81 deletions.
8 changes: 8 additions & 0 deletions packages/babel-preset-cozy-app/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.

## 2.2.1 (2024-10-16)

**Note:** Version bump only for package babel-preset-cozy-app





# 2.2.0 (2024-10-15)


Expand Down
4 changes: 2 additions & 2 deletions packages/babel-preset-cozy-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-preset-cozy-app",
"version": "2.2.0",
"version": "2.2.1",
"description": "Babel preset for Cozy Application (Cozy Cloud)",
"author": "CPatchane <[email protected]>",
"repository": {
Expand All @@ -27,7 +27,7 @@
"@babel/preset-react": "^7.16.0",
"@babel/preset-typescript": "^7.16.0",
"@babel/runtime": "^7.16.3",
"browserslist-config-cozy": "^0.5.0",
"browserslist-config-cozy": "^0.5.1",
"lodash": "^4.17.21",
"typescript": "^4.5.2"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/browserslist-config-cozy/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.

## 0.5.1 (2024-10-16)

**Note:** Version bump only for package browserslist-config-cozy





# 0.5.0 (2023-01-31)


Expand Down
2 changes: 1 addition & 1 deletion packages/browserslist-config-cozy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "browserslist-config-cozy",
"version": "0.5.0",
"version": "0.5.1",
"description": "Shareable browserslist config enforcing the Cozy official supported browsers list",
"main": "index.js",
"author": "Cozy",
Expand Down
8 changes: 8 additions & 0 deletions packages/cli-tree/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.

## 0.7.1 (2024-10-16)

**Note:** Version bump only for package @cozy/cli-tree





# 0.7.0 (2023-01-31)


Expand Down
2 changes: 1 addition & 1 deletion packages/cli-tree/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cozy/cli-tree",
"version": "0.7.0",
"version": "0.7.1",
"main": "src/index.js",
"license": "MIT",
"dependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/commitlint-config-cozy/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.

## 0.8.2 (2024-10-16)

**Note:** Version bump only for package commitlint-config-cozy





## 0.8.1 (2024-10-15)

**Note:** Version bump only for package commitlint-config-cozy
Expand Down
4 changes: 2 additions & 2 deletions packages/commitlint-config-cozy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "commitlint-config-cozy",
"version": "0.8.1",
"version": "0.8.2",
"description": "Shareable commitlint config enforcing the cozy commit convention",
"main": "index.js",
"author": "Cozy",
Expand All @@ -20,7 +20,7 @@
"@babel/core": "7.16.12",
"@commitlint/lint": "16.2.4",
"babel-jest": "26.6.3",
"babel-preset-cozy-app": "^2.2.0",
"babel-preset-cozy-app": "^2.2.1",
"jest": "26.6.3"
},
"dependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/cozy-app-publish/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.

## 0.34.1 (2024-10-16)

**Note:** Version bump only for package cozy-app-publish





# 0.34.0 (2024-04-10)


Expand Down
2 changes: 1 addition & 1 deletion packages/cozy-app-publish/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cozy-app-publish",
"version": "0.34.0",
"version": "0.34.1",
"main": "src/index.js",
"author": "Cozy",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/cozy-authentication/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.

## 3.0.3 (2024-10-16)

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





## [3.0.2](https://github.com/cozy/cozy-libs/compare/[email protected]@3.0.2) (2024-10-15)

**Note:** Version bump only for package cozy-authentication
Expand Down
6 changes: 3 additions & 3 deletions packages/cozy-authentication/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cozy-authentication",
"version": "3.0.2",
"version": "3.0.3",
"description": "Component providing login to a Cozy",
"main": "dist/index.js",
"files": [
Expand All @@ -22,7 +22,7 @@
"devDependencies": {
"@babel/cli": "7.16.8",
"@babel/polyfill": "7.12.1",
"babel-preset-cozy-app": "^2.2.0",
"babel-preset-cozy-app": "^2.2.1",
"cozy-client": "13.21.0",
"cozy-ui": "40.9.1",
"cssnano-preset-advanced": "4.0.8",
Expand All @@ -40,7 +40,7 @@
"react-router-dom": "6.4.5"
},
"dependencies": {
"cozy-device-helper": "^3.1.1",
"cozy-device-helper": "^3.1.2",
"localforage": "1.7.3",
"prop-types": "15.7.2",
"snarkdown": "1.2.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/cozy-ci/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.

## 0.5.3 (2024-10-16)

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





## [0.5.2](https://github.com/cozy/cozy-libs/compare/[email protected]@0.5.2) (2023-02-10)


Expand Down
2 changes: 1 addition & 1 deletion packages/cozy-ci/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cozy-ci",
"version": "0.5.2",
"version": "0.5.3",
"description": "Utility scripts for Cozy Cloud CI integration",
"license": "MIT",
"bin": {
Expand Down
8 changes: 8 additions & 0 deletions packages/cozy-codemods/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.

## 1.25.1 (2024-10-16)

**Note:** Version bump only for package @cozy/codemods





# 1.25.0 (2024-03-06)


Expand Down
6 changes: 3 additions & 3 deletions packages/cozy-codemods/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cozy/codemods",
"version": "1.25.0",
"version": "1.25.1",
"description": "Codeshifts used inside Cozies",
"main": "index.js",
"repository": "https://github.com/cozy/cozy-libs",
Expand All @@ -22,11 +22,11 @@
]
},
"dependencies": {
"@cozy/cli-tree": "^0.7.0",
"@cozy/cli-tree": "^0.7.1",
"jscodeshift": "^0.11.0"
},
"devDependencies": {
"eslint-config-cozy-app": "^6.1.0",
"eslint-config-cozy-app": "^6.1.1",
"jest": "26.6.3",
"jsdoc-to-markdown": "5.0.3"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/cozy-device-helper/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.

## 3.1.2 (2024-10-16)

**Note:** Version bump only for package cozy-device-helper





## [3.1.1](https://github.com/cozy/cozy-libs/compare/[email protected]@3.1.1) (2024-10-15)

**Note:** Version bump only for package cozy-device-helper
Expand Down
4 changes: 2 additions & 2 deletions packages/cozy-device-helper/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cozy-device-helper",
"description": "To know more information about the device platform",
"version": "3.1.1",
"version": "3.1.2",
"author": "Cozy",
"bugs": {
"url": "https://github.com/cozy/cozy-libs/issues"
Expand All @@ -14,7 +14,7 @@
"@babel/core": "7.16.12",
"@types/react-native": "0.67.7",
"babel-jest": "26.6.3",
"babel-preset-cozy-app": "^2.2.0",
"babel-preset-cozy-app": "^2.2.1",
"jest": "26.6.3"
},
"files": [
Expand Down
8 changes: 8 additions & 0 deletions packages/cozy-doctypes/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.

## 1.91.3 (2024-10-16)

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





## 1.91.2 (2024-10-15)

**Note:** Version bump only for package cozy-doctypes
Expand Down
8 changes: 4 additions & 4 deletions packages/cozy-doctypes/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "cozy-doctypes",
"version": "1.91.2",
"version": "1.91.3",
"description": "Definitions for Cozy models",
"main": "src/index.js",
"browser": "dist/index.js",
"repository": "[email protected]:cozy/cozy-libs.git",
"author": "Cozy",
"license": "MIT",
"dependencies": {
"cozy-logger": "^1.10.4",
"cozy-logger": "^1.10.5",
"date-fns": "^1.30.1",
"es6-promise-pool": "^2.5.0",
"lodash": "^4.17.19",
Expand All @@ -17,11 +17,11 @@
"devDependencies": {
"@babel/cli": "7.16.8",
"@babel/core": "7.16.12",
"babel-preset-cozy-app": "^2.2.0",
"babel-preset-cozy-app": "^2.2.1",
"btoa": "1.2.1",
"cozy-client": "13.21.0",
"cozy-client-js": "0.19.0",
"cozy-flags": "^4.0.1",
"cozy-flags": "^4.0.2",
"cozy-stack-client": "13.20.2",
"eslint-plugin-node": "10.0.0",
"fs-extra": "8.1.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/cozy-flags/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.

## 4.0.2 (2024-10-16)

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





## 4.0.1 (2024-10-15)

**Note:** Version bump only for package cozy-flags
Expand Down
4 changes: 2 additions & 2 deletions packages/cozy-flags/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cozy-flags",
"version": "4.0.1",
"version": "4.0.2",
"description": "Flag library used in Cozy",
"main": "dist/index.js",
"browser": "dist/index.browser.js",
Expand All @@ -27,7 +27,7 @@
"devDependencies": {
"@babel/cli": "7.16.8",
"@testing-library/react-hooks": "3.2.1",
"babel-preset-cozy-app": "^2.2.0",
"babel-preset-cozy-app": "^2.2.1",
"cozy-client": "^37.2.0",
"jest-localstorage-mock": "2.4.21",
"react": "16.12.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/cozy-harvest-lib/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.

## 30.0.3 (2024-10-16)

**Note:** Version bump only for package cozy-harvest-lib





## [30.0.2](https://github.com/cozy/cozy-libs/compare/[email protected]@30.0.2) (2024-10-15)

**Note:** Version bump only for package cozy-harvest-lib
Expand Down
Loading

0 comments on commit 7cc2d4a

Please sign in to comment.