Skip to content

Commit

Permalink
v5.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 11, 2022
1 parent 7ccca40 commit ae64fa7
Show file tree
Hide file tree
Showing 14 changed files with 87 additions and 11 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.0.8](https://github.com/researchgate/spire/compare/v5.0.7...v5.0.8) (2022-11-11)


### Bug Fixes

* **deps:** update dependency eslint-plugin-prettier to v4.2.1 ([#199](https://github.com/researchgate/spire/issues/199)) ([7ccca40](https://github.com/researchgate/spire/commit/7ccca40c7cdb6e29b581ff32fb4e9b6829eabf87))
* **deps:** update dependency prettier to v2.7.1 ([#200](https://github.com/researchgate/spire/issues/200)) ([137fb35](https://github.com/researchgate/spire/commit/137fb358ef7534ce656b34f0cf6a5fba6feb39ce))
* **deps:** update jest monorepo to v27.5.1 ([#176](https://github.com/researchgate/spire/issues/176)) ([cadc232](https://github.com/researchgate/spire/commit/cadc232b4a00600d696ec4bfbeb996e87c0b5a3e))





## [5.0.7](https://github.com/researchgate/spire/compare/v5.0.6...v5.0.7) (2022-11-11)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"useWorkspaces": true,
"npmClient": "yarn",
"version": "5.0.7",
"version": "5.0.8",
"ignoreChanges": [
"**/*.md"
]
Expand Down
8 changes: 8 additions & 0 deletions packages/spire-config-default/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.

## [5.0.8](https://github.com/researchgate/spire/compare/v5.0.7...v5.0.8) (2022-11-11)

**Note:** Version bump only for package spire-config-default





## [5.0.7](https://github.com/researchgate/spire/compare/v5.0.6...v5.0.7) (2022-11-11)

**Note:** Version bump only for package spire-config-default
Expand Down
8 changes: 4 additions & 4 deletions packages/spire-config-default/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spire-config-default",
"version": "5.0.7",
"version": "5.0.8",
"description": "Default config preset for Spire",
"main": "index.js",
"repository": "researchgate/spire",
Expand All @@ -9,10 +9,10 @@
"dependencies": {
"spire-plugin-clean": "^5.0.5",
"spire-plugin-doctoc": "^5.0.6",
"spire-plugin-eslint": "^5.0.5",
"spire-plugin-jest": "^5.0.5",
"spire-plugin-eslint": "^5.0.8",
"spire-plugin-jest": "^5.0.8",
"spire-plugin-lint-staged": "^5.0.7",
"spire-plugin-prettier": "^5.0.5"
"spire-plugin-prettier": "^5.0.8"
},
"engines": {
"node": ">=12.20"
Expand Down
11 changes: 11 additions & 0 deletions packages/spire-plugin-eslint/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.0.8](https://github.com/researchgate/spire/compare/v5.0.7...v5.0.8) (2022-11-11)


### Bug Fixes

* **deps:** update dependency eslint-plugin-prettier to v4.2.1 ([#199](https://github.com/researchgate/spire/issues/199)) ([7ccca40](https://github.com/researchgate/spire/commit/7ccca40c7cdb6e29b581ff32fb4e9b6829eabf87))





## [5.0.5](https://github.com/researchgate/spire/compare/v5.0.4...v5.0.5) (2022-11-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/spire-plugin-eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spire-plugin-eslint",
"version": "5.0.5",
"version": "5.0.8",
"description": "ESLint plugin for Spire",
"main": "index.js",
"repository": "researchgate/spire",
Expand Down
11 changes: 11 additions & 0 deletions packages/spire-plugin-eslint6/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.0.8](https://github.com/researchgate/spire/compare/v5.0.7...v5.0.8) (2022-11-11)


### Bug Fixes

* **deps:** update dependency eslint-plugin-prettier to v4.2.1 ([#199](https://github.com/researchgate/spire/issues/199)) ([7ccca40](https://github.com/researchgate/spire/commit/7ccca40c7cdb6e29b581ff32fb4e9b6829eabf87))





## [5.0.5](https://github.com/researchgate/spire/compare/v5.0.4...v5.0.5) (2022-11-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/spire-plugin-eslint6/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spire-plugin-eslint6",
"version": "5.0.5",
"version": "5.0.8",
"description": "ESLint v6 plugin for Spire",
"main": "index.js",
"repository": "researchgate/spire",
Expand Down
11 changes: 11 additions & 0 deletions packages/spire-plugin-jest/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.0.8](https://github.com/researchgate/spire/compare/v5.0.7...v5.0.8) (2022-11-11)


### Bug Fixes

* **deps:** update jest monorepo to v27.5.1 ([#176](https://github.com/researchgate/spire/issues/176)) ([cadc232](https://github.com/researchgate/spire/commit/cadc232b4a00600d696ec4bfbeb996e87c0b5a3e))





## [5.0.5](https://github.com/researchgate/spire/compare/v5.0.4...v5.0.5) (2022-11-11)

**Note:** Version bump only for package spire-plugin-jest
Expand Down
2 changes: 1 addition & 1 deletion packages/spire-plugin-jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spire-plugin-jest",
"version": "5.0.5",
"version": "5.0.8",
"description": "Jest plugin for Spire",
"main": "index.js",
"repository": "researchgate/spire",
Expand Down
11 changes: 11 additions & 0 deletions packages/spire-plugin-prettier/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.0.8](https://github.com/researchgate/spire/compare/v5.0.7...v5.0.8) (2022-11-11)


### Bug Fixes

* **deps:** update dependency prettier to v2.7.1 ([#200](https://github.com/researchgate/spire/issues/200)) ([137fb35](https://github.com/researchgate/spire/commit/137fb358ef7534ce656b34f0cf6a5fba6feb39ce))





## [5.0.5](https://github.com/researchgate/spire/compare/v5.0.4...v5.0.5) (2022-11-11)

**Note:** Version bump only for package spire-plugin-prettier
Expand Down
2 changes: 1 addition & 1 deletion packages/spire-plugin-prettier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spire-plugin-prettier",
"version": "5.0.5",
"version": "5.0.8",
"description": "Prettier plugin for Spire",
"main": "index.js",
"repository": "researchgate/spire",
Expand Down
11 changes: 11 additions & 0 deletions packages/spire/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.0.8](https://github.com/researchgate/spire/compare/v5.0.7...v5.0.8) (2022-11-11)


### Bug Fixes

* **deps:** update jest monorepo to v27.5.1 ([#176](https://github.com/researchgate/spire/issues/176)) ([cadc232](https://github.com/researchgate/spire/commit/cadc232b4a00600d696ec4bfbeb996e87c0b5a3e))





## [5.0.7](https://github.com/researchgate/spire/compare/v5.0.6...v5.0.7) (2022-11-11)

**Note:** Version bump only for package spire
Expand Down
4 changes: 2 additions & 2 deletions packages/spire/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spire",
"version": "5.0.7",
"version": "5.0.8",
"description": "Extensible CLI toolkit managment tool",
"main": "index.js",
"repository": "researchgate/spire",
Expand All @@ -25,7 +25,7 @@
"invariant": "2.2.4",
"pretty-format": "27.5.1",
"signale": "1.4.0",
"spire-config-default": "^5.0.7",
"spire-config-default": "^5.0.8",
"yargs": "17.1.1"
},
"devDependencies": {
Expand Down

0 comments on commit ae64fa7

Please sign in to comment.