From a95361d7bc266393fdcc11c7db32eb05096cd2e3 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 9 Sep 2021 15:41:28 +0000 Subject: [PATCH] v4.1.2 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/spire-config-default/CHANGELOG.md | 8 ++++++++ packages/spire-config-default/package.json | 4 ++-- packages/spire-plugin-eslint/CHANGELOG.md | 11 +++++++++++ packages/spire-plugin-eslint/package.json | 2 +- packages/spire-plugin-eslint6/CHANGELOG.md | 11 +++++++++++ packages/spire-plugin-eslint6/package.json | 2 +- packages/spire/CHANGELOG.md | 8 ++++++++ packages/spire/package.json | 4 ++-- 10 files changed, 56 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cad3983b..367ca851 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +## [4.1.2](https://github.com/researchgate/spire/compare/v4.1.1...v4.1.2) (2021-09-09) + + +### Bug Fixes + +* **deps:** update dependency eslint-plugin-prettier to v4 ([2c989ce](https://github.com/researchgate/spire/commit/2c989ce168ee85e318021bc49cceb935a5ee9811)) + + + + + ## [4.1.1](https://github.com/researchgate/spire/compare/v4.1.0...v4.1.1) (2021-07-02) diff --git a/lerna.json b/lerna.json index 32c4ffa5..e7c74f26 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "useWorkspaces": true, "npmClient": "yarn", - "version": "4.1.1", + "version": "4.1.2", "ignoreChanges": [ "**/*.md" ] diff --git a/packages/spire-config-default/CHANGELOG.md b/packages/spire-config-default/CHANGELOG.md index 35b43a6e..2709fd78 100644 --- a/packages/spire-config-default/CHANGELOG.md +++ b/packages/spire-config-default/CHANGELOG.md @@ -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.1.2](https://github.com/researchgate/spire/compare/v4.1.1...v4.1.2) (2021-09-09) + +**Note:** Version bump only for package spire-config-default + + + + + # [4.1.0](https://github.com/researchgate/spire/compare/v4.0.1...v4.1.0) (2021-05-22) diff --git a/packages/spire-config-default/package.json b/packages/spire-config-default/package.json index a62e2623..a5a81e0e 100644 --- a/packages/spire-config-default/package.json +++ b/packages/spire-config-default/package.json @@ -1,6 +1,6 @@ { "name": "spire-config-default", - "version": "4.1.0", + "version": "4.1.2", "description": "Default config preset for Spire", "main": "index.js", "repository": "researchgate/spire", @@ -9,7 +9,7 @@ "dependencies": { "spire-plugin-clean": "^4.0.1", "spire-plugin-doctoc": "^4.0.1", - "spire-plugin-eslint": "^4.1.0", + "spire-plugin-eslint": "^4.1.2", "spire-plugin-jest": "^4.0.1", "spire-plugin-lint-staged": "^4.1.0", "spire-plugin-prettier": "^4.1.0" diff --git a/packages/spire-plugin-eslint/CHANGELOG.md b/packages/spire-plugin-eslint/CHANGELOG.md index f236dc33..ba8d38ca 100644 --- a/packages/spire-plugin-eslint/CHANGELOG.md +++ b/packages/spire-plugin-eslint/CHANGELOG.md @@ -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. +## [4.1.2](https://github.com/researchgate/spire/compare/v4.1.1...v4.1.2) (2021-09-09) + + +### Bug Fixes + +* **deps:** update dependency eslint-plugin-prettier to v4 ([2c989ce](https://github.com/researchgate/spire/commit/2c989ce168ee85e318021bc49cceb935a5ee9811)) + + + + + # [4.1.0](https://github.com/researchgate/spire/compare/v4.0.1...v4.1.0) (2021-05-22) **Note:** Version bump only for package spire-plugin-eslint diff --git a/packages/spire-plugin-eslint/package.json b/packages/spire-plugin-eslint/package.json index b300ad64..40be62d9 100644 --- a/packages/spire-plugin-eslint/package.json +++ b/packages/spire-plugin-eslint/package.json @@ -1,6 +1,6 @@ { "name": "spire-plugin-eslint", - "version": "4.1.0", + "version": "4.1.2", "description": "ESLint plugin for Spire", "main": "index.js", "repository": "researchgate/spire", diff --git a/packages/spire-plugin-eslint6/CHANGELOG.md b/packages/spire-plugin-eslint6/CHANGELOG.md index 56e39c99..6361f35b 100644 --- a/packages/spire-plugin-eslint6/CHANGELOG.md +++ b/packages/spire-plugin-eslint6/CHANGELOG.md @@ -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. +## [4.1.2](https://github.com/researchgate/spire/compare/v4.1.1...v4.1.2) (2021-09-09) + + +### Bug Fixes + +* **deps:** update dependency eslint-plugin-prettier to v4 ([2c989ce](https://github.com/researchgate/spire/commit/2c989ce168ee85e318021bc49cceb935a5ee9811)) + + + + + # [4.1.0](https://github.com/researchgate/spire/compare/v4.0.1...v4.1.0) (2021-05-22) **Note:** Version bump only for package spire-plugin-eslint6 diff --git a/packages/spire-plugin-eslint6/package.json b/packages/spire-plugin-eslint6/package.json index 826d030c..48f9ae89 100644 --- a/packages/spire-plugin-eslint6/package.json +++ b/packages/spire-plugin-eslint6/package.json @@ -1,6 +1,6 @@ { "name": "spire-plugin-eslint6", - "version": "4.1.0", + "version": "4.1.2", "description": "ESLint v6 plugin for Spire", "main": "index.js", "repository": "researchgate/spire", diff --git a/packages/spire/CHANGELOG.md b/packages/spire/CHANGELOG.md index 017f6dd7..9cbfd2b8 100644 --- a/packages/spire/CHANGELOG.md +++ b/packages/spire/CHANGELOG.md @@ -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.1.2](https://github.com/researchgate/spire/compare/v4.1.1...v4.1.2) (2021-09-09) + +**Note:** Version bump only for package spire + + + + + ## [4.1.1](https://github.com/researchgate/spire/compare/v4.1.0...v4.1.1) (2021-07-02) diff --git a/packages/spire/package.json b/packages/spire/package.json index 50e99cb4..4d985706 100644 --- a/packages/spire/package.json +++ b/packages/spire/package.json @@ -1,6 +1,6 @@ { "name": "spire", - "version": "4.1.1", + "version": "4.1.2", "description": "Extensible CLI toolkit managment tool", "main": "index.js", "repository": "researchgate/spire", @@ -25,7 +25,7 @@ "invariant": "^2.2.4", "pretty-format": "^26.0.0", "signale": "^1.4.0", - "spire-config-default": "^4.1.0", + "spire-config-default": "^4.1.2", "yargs": "^17.0.0" }, "devDependencies": {