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 Mar 6, 2023
1 parent 1fffa41 commit f6e77c0
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 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.3](https://github.com/cozy/cozy-libs/compare/@cozy/[email protected]...@cozy/[email protected]) (2023-03-06)

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





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

**Note:** Version bump only for package @cozy/codemods
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.2",
"version": "1.20.3",
"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": "^6.0.0",
"eslint-config-cozy-app": "^6.1.0",
"jest": "26.6.3",
"jsdoc-to-markdown": "5.0.3"
}
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.

# [6.1.0](https://github.com/cozy/cozy-libs/compare/[email protected]@6.1.0) (2023-03-06)


### Features

* **eslint-config-cozy-app:** Update rules ([1fffa41](https://github.com/cozy/cozy-libs/commit/1fffa418a9546dc0a40fbf9451f08a48344d1b7e))





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


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": "6.0.0",
"version": "6.1.0",
"description": "ESLint config for Cozy Application (Cozy Cloud)",
"author": "Cozy Cloud",
"repository": {
Expand Down

0 comments on commit f6e77c0

Please sign in to comment.