From 079ea62ffca4706c1b700596e999a69ba9097b7f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 11 Oct 2024 11:37:43 +0000 Subject: [PATCH] chore: update versions --- .changeset/hungry-baboons-drive.md | 10 ---------- packages/cli/CHANGELOG.md | 8 ++++++++ packages/cli/package.json | 2 +- packages/cz-config/CHANGELOG.md | 6 ++++++ packages/cz-config/package.json | 2 +- packages/eslint/CHANGELOG.md | 6 ++++++ packages/eslint/package.json | 2 +- packages/husky/CHANGELOG.md | 6 ++++++ packages/husky/package.json | 2 +- packages/lint-staged/CHANGELOG.md | 6 ++++++ packages/lint-staged/package.json | 2 +- packages/prettier/CHANGELOG.md | 6 ++++++ packages/prettier/package.json | 2 +- 13 files changed, 44 insertions(+), 16 deletions(-) delete mode 100644 .changeset/hungry-baboons-drive.md diff --git a/.changeset/hungry-baboons-drive.md b/.changeset/hungry-baboons-drive.md deleted file mode 100644 index b3bbdce3..00000000 --- a/.changeset/hungry-baboons-drive.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"@shlroland/lint-staged": patch -"@shlroland/cz-config": patch -"@shlroland/prettier-config": patch -"@shlroland/eslint-config": patch -"@shlroland/husky-config": patch -"@shlroland/lint-cli": patch ---- - -Perfect package instructions diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 43e24de8..c25b9264 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,13 @@ # @shlroland/lint-cli +## 0.3.1 + +### Patch Changes + +- 5b590c9: Perfect package instructions +- Updated dependencies [5b590c9] + - @shlroland/husky-config@2.1.1 + ## 0.3.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 1a549076..4a90422f 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@shlroland/lint-cli", "type": "module", - "version": "0.3.0", + "version": "0.3.1", "description": "Setup Wizard for lint tools", "author": "shlroland (https://github.com/shlroland/)", "license": "MIT", diff --git a/packages/cz-config/CHANGELOG.md b/packages/cz-config/CHANGELOG.md index 43fa6fdb..41569d21 100644 --- a/packages/cz-config/CHANGELOG.md +++ b/packages/cz-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @shlroland/commitlint-config +## 2.1.1 + +### Patch Changes + +- 5b590c9: Perfect package instructions + ## 2.1.0 ### Minor Changes diff --git a/packages/cz-config/package.json b/packages/cz-config/package.json index 71455755..09111171 100644 --- a/packages/cz-config/package.json +++ b/packages/cz-config/package.json @@ -1,7 +1,7 @@ { "name": "@shlroland/cz-config", "type": "module", - "version": "2.1.0", + "version": "2.1.1", "description": "cz config for @shlroland/lint-config", "author": "shlroland (https://github.com/shlroland/)", "license": "MIT", diff --git a/packages/eslint/CHANGELOG.md b/packages/eslint/CHANGELOG.md index acc687f6..a5fefd64 100644 --- a/packages/eslint/CHANGELOG.md +++ b/packages/eslint/CHANGELOG.md @@ -1,5 +1,11 @@ # @shlroland/eslint-config +## 2.1.1 + +### Patch Changes + +- 5b590c9: Perfect package instructions + ## 2.1.0 ### Minor Changes diff --git a/packages/eslint/package.json b/packages/eslint/package.json index ba810d43..b9dc5dc3 100644 --- a/packages/eslint/package.json +++ b/packages/eslint/package.json @@ -1,7 +1,7 @@ { "name": "@shlroland/eslint-config", "type": "module", - "version": "2.1.0", + "version": "2.1.1", "description": "eslint config for @shlroland/lint-config", "author": "shlroland (https://github.com/shlroland/)", "license": "MIT", diff --git a/packages/husky/CHANGELOG.md b/packages/husky/CHANGELOG.md index ba0be4fc..1ad7bba3 100644 --- a/packages/husky/CHANGELOG.md +++ b/packages/husky/CHANGELOG.md @@ -1,5 +1,11 @@ # @shlroland/husky-config +## 2.1.1 + +### Patch Changes + +- 5b590c9: Perfect package instructions + ## 2.1.0 ### Minor Changes diff --git a/packages/husky/package.json b/packages/husky/package.json index 79993f3d..e781b262 100644 --- a/packages/husky/package.json +++ b/packages/husky/package.json @@ -1,7 +1,7 @@ { "name": "@shlroland/husky-config", "type": "module", - "version": "2.1.0", + "version": "2.1.1", "description": "husky config for @shlroland/lint-config", "author": "shlroland (https://github.com/shlroland/)", "license": "MIT", diff --git a/packages/lint-staged/CHANGELOG.md b/packages/lint-staged/CHANGELOG.md index 5c8391d6..af077956 100644 --- a/packages/lint-staged/CHANGELOG.md +++ b/packages/lint-staged/CHANGELOG.md @@ -1,5 +1,11 @@ # @shlroland/lint-staged +## 3.1.1 + +### Patch Changes + +- 5b590c9: Perfect package instructions + ## 3.1.0 ### Minor Changes diff --git a/packages/lint-staged/package.json b/packages/lint-staged/package.json index 412986ac..c69f925e 100644 --- a/packages/lint-staged/package.json +++ b/packages/lint-staged/package.json @@ -1,7 +1,7 @@ { "name": "@shlroland/lint-staged", "type": "module", - "version": "3.1.0", + "version": "3.1.1", "description": "lint-staged config for @shlroland/lint-config", "author": "shlroland (https://github.com/shlroland/)", "license": "MIT", diff --git a/packages/prettier/CHANGELOG.md b/packages/prettier/CHANGELOG.md index ab96cd26..fd06a44e 100644 --- a/packages/prettier/CHANGELOG.md +++ b/packages/prettier/CHANGELOG.md @@ -1,5 +1,11 @@ # @shlroland/prettier-config +## 2.1.1 + +### Patch Changes + +- 5b590c9: Perfect package instructions + ## 2.1.0 ### Minor Changes diff --git a/packages/prettier/package.json b/packages/prettier/package.json index 3d9e727e..4ddfa570 100644 --- a/packages/prettier/package.json +++ b/packages/prettier/package.json @@ -1,7 +1,7 @@ { "name": "@shlroland/prettier-config", "type": "module", - "version": "2.1.0", + "version": "2.1.1", "description": "prettier config for @shlroland/lint-config", "author": "shlroland (https://github.com/shlroland/)", "license": "MIT",