From 56a52c87533f7f2aa5f40f81a38f49a6b3ddbedc Mon Sep 17 00:00:00 2001 From: Github Actions Date: Sat, 13 Jul 2024 07:50:05 +0000 Subject: [PATCH] build(release): next version [skip_build] - @shiftcode/eslint-config-recommended@2.0.1 - @shiftcode/eslint-plugin-rules@2.0.1 --- package-lock.json | 6 +++--- packages/eslint-config-recommended/CHANGELOG.md | 4 ++++ packages/eslint-config-recommended/package.json | 4 ++-- packages/eslint-plugin-rules/CHANGELOG.md | 4 ++++ packages/eslint-plugin-rules/package.json | 2 +- 5 files changed, 14 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index a5c125f..e8d7c77 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13180,10 +13180,10 @@ }, "packages/eslint-config-recommended": { "name": "@shiftcode/eslint-config-recommended", - "version": "2.0.0", + "version": "2.0.1", "license": "UNLICENSED", "dependencies": { - "@shiftcode/eslint-plugin-rules": "^2.0.0", + "@shiftcode/eslint-plugin-rules": "^2.0.1", "@typescript-eslint/eslint-plugin": "^7.16.0", "@typescript-eslint/parser": "^7.16.0", "eslint": "^8.56.0", @@ -13218,7 +13218,7 @@ }, "packages/eslint-plugin-rules": { "name": "@shiftcode/eslint-plugin-rules", - "version": "2.0.0", + "version": "2.0.1", "license": "UNLICENSED", "dependencies": { "@eslint/eslintrc": "^2.1.4", diff --git a/packages/eslint-config-recommended/CHANGELOG.md b/packages/eslint-config-recommended/CHANGELOG.md index 4b05384..069c0a3 100644 --- a/packages/eslint-config-recommended/CHANGELOG.md +++ b/packages/eslint-config-recommended/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.0.1](https://github.com/shiftcode/sc-commons-public/compare/@shiftcode/eslint-config-recommended@2.0.0...@shiftcode/eslint-config-recommended@2.0.1) (2024-07-13) + +**Note:** Version bump only for package @shiftcode/eslint-config-recommended + # [2.0.0](https://github.com/shiftcode/sc-commons-public/compare/@shiftcode/eslint-config-recommended@1.1.0...@shiftcode/eslint-config-recommended@2.0.0) (2024-07-13) ### Build System diff --git a/packages/eslint-config-recommended/package.json b/packages/eslint-config-recommended/package.json index 5d934a2..54ad9fd 100644 --- a/packages/eslint-config-recommended/package.json +++ b/packages/eslint-config-recommended/package.json @@ -1,6 +1,6 @@ { "name": "@shiftcode/eslint-config-recommended", - "version": "2.0.0", + "version": "2.0.1", "description": "default shiftcode config for eslint", "repository": "https://github.com/shiftcode/sc-commons-public", "license": "UNLICENSED", @@ -36,7 +36,7 @@ "test:ci": "npm run test" }, "dependencies": { - "@shiftcode/eslint-plugin-rules": "^2.0.0", + "@shiftcode/eslint-plugin-rules": "^2.0.1", "@typescript-eslint/eslint-plugin": "^7.16.0", "@typescript-eslint/parser": "^7.16.0", "eslint": "^8.56.0", diff --git a/packages/eslint-plugin-rules/CHANGELOG.md b/packages/eslint-plugin-rules/CHANGELOG.md index 9556075..e757c09 100644 --- a/packages/eslint-plugin-rules/CHANGELOG.md +++ b/packages/eslint-plugin-rules/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.0.1](https://github.com/shiftcode/sc-commons-public/compare/@shiftcode/eslint-plugin-rules@2.0.0...@shiftcode/eslint-plugin-rules@2.0.1) (2024-07-13) + +**Note:** Version bump only for package @shiftcode/eslint-plugin-rules + # [2.0.0](https://github.com/shiftcode/sc-commons-public/compare/@shiftcode/eslint-plugin-rules@1.1.0...@shiftcode/eslint-plugin-rules@2.0.0) (2024-07-13) ### Build System diff --git a/packages/eslint-plugin-rules/package.json b/packages/eslint-plugin-rules/package.json index 56f562a..9a67ec7 100644 --- a/packages/eslint-plugin-rules/package.json +++ b/packages/eslint-plugin-rules/package.json @@ -1,6 +1,6 @@ { "name": "@shiftcode/eslint-plugin-rules", - "version": "2.0.0", + "version": "2.0.1", "description": "eslint-rules for shiftcode-specific eslint rules", "repository": "https://github.com/shiftcode/sc-commons-public", "license": "UNLICENSED",