Skip to content

Commit

Permalink
[skip ci] Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Cozy Bot committed Feb 11, 2023
1 parent 414c1ef commit 25faad8
Show file tree
Hide file tree
Showing 10 changed files with 55 additions and 9 deletions.
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.20.1 (2023-02-11)

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





# 1.20.0 (2023-01-31)


Expand Down
4 changes: 2 additions & 2 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.20.0",
"version": "1.20.1",
"description": "Codeshifts used inside Cozies",
"main": "index.js",
"repository": "https://github.com/cozy/cozy-libs",
Expand All @@ -26,7 +26,7 @@
"jscodeshift": "^0.11.0"
},
"devDependencies": {
"eslint-config-cozy-app": "^5.4.0",
"eslint-config-cozy-app": "^5.5.0",
"jest": "26.6.3",
"jsdoc-to-markdown": "5.0.3"
}
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.

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

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





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

**Note:** Version bump only for package cozy-harvest-lib
Expand Down
4 changes: 2 additions & 2 deletions packages/cozy-harvest-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cozy-harvest-lib",
"version": "13.2.1",
"version": "13.2.2",
"description": "Provides logic, modules and components for Cozy's harvest applications.",
"main": "dist/index.js",
"author": "Cozy",
Expand Down Expand Up @@ -54,7 +54,7 @@
"cozy-client": "^34.10.1",
"cozy-device-helper": "^2.7.0",
"cozy-flags": "^2.11.0",
"cozy-intent": "^2.8.0",
"cozy-intent": "^2.9.0",
"cozy-keys-lib": "^4.1.9",
"cozy-realtime": "^4.3.0",
"cozy-ui": "^80.1.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/cozy-intent/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.

# 2.9.0 (2023-02-11)


### Features

* Upgrade eslint cozy config ([414c1ef](https://github.com/cozy/cozy-libs/commit/414c1efbb316267baa3d5ff615d4b690e34c26de))





# 2.8.0 (2023-01-31)


Expand Down
2 changes: 1 addition & 1 deletion packages/cozy-intent/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cozy-intent",
"description": "Event-based library allowing interactions between React-Native and React applications",
"version": "2.8.0",
"version": "2.9.0",
"author": {
"name": "Cozy Cloud",
"url": "https://github.com/cozy"
Expand Down
8 changes: 8 additions & 0 deletions packages/cozy-mespapiers-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.

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

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





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

**Note:** Version bump only for package cozy-mespapiers-lib
Expand Down
6 changes: 3 additions & 3 deletions packages/cozy-mespapiers-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cozy-mespapiers-lib",
"version": "20.0.5",
"version": "20.0.6",
"description": "Cozy Mes papiers lib",
"license": "AGPL-3.0",
"main": "dist/index.js",
Expand All @@ -22,8 +22,8 @@
"cozy-client": "^34.10.1",
"cozy-device-helper": "^2.7.0",
"cozy-doctypes": "^1.88.0",
"cozy-harvest-lib": "^13.2.1",
"cozy-intent": "^2.8.0",
"cozy-harvest-lib": "^13.2.2",
"cozy-intent": "^2.9.0",
"cozy-realtime": "^4.3.0",
"cozy-sharing": "^6.0.3",
"cozy-ui": "^80.2.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/eslint-config-cozy-app/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.

# 5.5.0 (2023-02-11)


### Features

* Upgrade eslint cozy config ([414c1ef](https://github.com/cozy/cozy-libs/commit/414c1efbb316267baa3d5ff615d4b690e34c26de))





# 5.4.0 (2023-01-31)


Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-cozy-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-cozy-app",
"version": "5.4.0",
"version": "5.5.0",
"description": "ESLint config for Cozy Application (Cozy Cloud)",
"author": "CPatchane <[email protected]>",
"repository": {
Expand Down

0 comments on commit 25faad8

Please sign in to comment.