Skip to content

Commit

Permalink
v5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 9, 2021
1 parent e8541cf commit b0d3d1f
Show file tree
Hide file tree
Showing 28 changed files with 179 additions and 31 deletions.
11 changes: 11 additions & 0 deletions 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.1](https://github.com/researchgate/spire/compare/v5.0.0...v5.0.1) (2021-09-09)


### Bug Fixes

* **deps:** Correct peer dependency spire v5.0 ([07464a0](https://github.com/researchgate/spire/commit/07464a04c2b7c9cba1fcf7d71b9075f952eb9488))





# [5.0.0](https://github.com/researchgate/spire/compare/v4.1.2...v5.0.0) (2021-09-09)


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.0",
"version": "5.0.1",
"ignoreChanges": [
"**/*.md"
]
Expand Down
11 changes: 11 additions & 0 deletions packages/spire-config-default/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.1](https://github.com/researchgate/spire/compare/v5.0.0...v5.0.1) (2021-09-09)


### Bug Fixes

* **deps:** Correct peer dependency spire v5.0 ([07464a0](https://github.com/researchgate/spire/commit/07464a04c2b7c9cba1fcf7d71b9075f952eb9488))





# [5.0.0](https://github.com/researchgate/spire/compare/v4.1.2...v5.0.0) (2021-09-09)


Expand Down
14 changes: 7 additions & 7 deletions packages/spire-config-default/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "spire-config-default",
"version": "5.0.0",
"version": "5.0.1",
"description": "Default config preset for Spire",
"main": "index.js",
"repository": "researchgate/spire",
"author": "Sergey Bekrin <sergey@bekrin.me> (https://bekrin.me)",
"license": "MIT",
"dependencies": {
"spire-plugin-clean": "^5.0.0",
"spire-plugin-doctoc": "^5.0.0",
"spire-plugin-eslint": "^5.0.0",
"spire-plugin-jest": "^5.0.0",
"spire-plugin-lint-staged": "^5.0.0",
"spire-plugin-prettier": "^5.0.0"
"spire-plugin-clean": "^5.0.1",
"spire-plugin-doctoc": "^5.0.1",
"spire-plugin-eslint": "^5.0.1",
"spire-plugin-jest": "^5.0.1",
"spire-plugin-lint-staged": "^5.0.1",
"spire-plugin-prettier": "^5.0.1"
},
"engines": {
"node": ">=12.20"
Expand Down
11 changes: 11 additions & 0 deletions packages/spire-plugin-clean/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.1](https://github.com/researchgate/spire/compare/v5.0.0...v5.0.1) (2021-09-09)


### Bug Fixes

* **deps:** Correct peer dependency spire v5.0 ([07464a0](https://github.com/researchgate/spire/commit/07464a04c2b7c9cba1fcf7d71b9075f952eb9488))





# [5.0.0](https://github.com/researchgate/spire/compare/v4.1.2...v5.0.0) (2021-09-09)


Expand Down
4 changes: 2 additions & 2 deletions packages/spire-plugin-clean/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spire-plugin-clean",
"version": "5.0.0",
"version": "5.0.1",
"description": "Clean plugin for Spire",
"main": "index.js",
"repository": "researchgate/spire",
Expand All @@ -13,7 +13,7 @@
"execa": "5.1.1"
},
"devDependencies": {
"spire-test-utils": "^5.0.0"
"spire-test-utils": "^5.0.1"
},
"peerDependencies": {
"spire": "^4.0.0 || ^5.0.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/spire-plugin-doctoc/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.1](https://github.com/researchgate/spire/compare/v5.0.0...v5.0.1) (2021-09-09)


### Bug Fixes

* **deps:** Correct peer dependency spire v5.0 ([07464a0](https://github.com/researchgate/spire/commit/07464a04c2b7c9cba1fcf7d71b9075f952eb9488))





# [5.0.0](https://github.com/researchgate/spire/compare/v4.1.2...v5.0.0) (2021-09-09)


Expand Down
4 changes: 2 additions & 2 deletions packages/spire-plugin-doctoc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spire-plugin-doctoc",
"version": "5.0.0",
"version": "5.0.1",
"description": "doctoc plugin for Spire",
"main": "index.js",
"repository": "researchgate/spire",
Expand All @@ -13,7 +13,7 @@
"doctoc": "2.0.1"
},
"devDependencies": {
"spire-test-utils": "^5.0.0"
"spire-test-utils": "^5.0.1"
},
"peerDependencies": {
"spire": "^4.0.0 || ^5.0.0"
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.1](https://github.com/researchgate/spire/compare/v5.0.0...v5.0.1) (2021-09-09)


### Bug Fixes

* **deps:** Correct peer dependency spire v5.0 ([07464a0](https://github.com/researchgate/spire/commit/07464a04c2b7c9cba1fcf7d71b9075f952eb9488))





# [5.0.0](https://github.com/researchgate/spire/compare/v4.1.2...v5.0.0) (2021-09-09)


Expand Down
4 changes: 2 additions & 2 deletions 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.0",
"version": "5.0.1",
"description": "ESLint plugin for Spire",
"main": "index.js",
"repository": "researchgate/spire",
Expand All @@ -16,7 +16,7 @@
"execa": "5.1.1"
},
"devDependencies": {
"spire-test-utils": "^5.0.0"
"spire-test-utils": "^5.0.1"
},
"peerDependencies": {
"spire": "^4.0.0 || ^5.0.0"
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.1](https://github.com/researchgate/spire/compare/v5.0.0...v5.0.1) (2021-09-09)


### Bug Fixes

* **deps:** Correct peer dependency spire v5.0 ([07464a0](https://github.com/researchgate/spire/commit/07464a04c2b7c9cba1fcf7d71b9075f952eb9488))





# [5.0.0](https://github.com/researchgate/spire/compare/v4.1.2...v5.0.0) (2021-09-09)


Expand Down
4 changes: 2 additions & 2 deletions 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.0",
"version": "5.0.1",
"description": "ESLint v6 plugin for Spire",
"main": "index.js",
"repository": "researchgate/spire",
Expand All @@ -16,7 +16,7 @@
"execa": "5.1.1"
},
"devDependencies": {
"spire-test-utils": "^5.0.0"
"spire-test-utils": "^5.0.1"
},
"peerDependencies": {
"spire": "^4.0.0 || ^5.0.0"
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.1](https://github.com/researchgate/spire/compare/v5.0.0...v5.0.1) (2021-09-09)


### Bug Fixes

* **deps:** Correct peer dependency spire v5.0 ([07464a0](https://github.com/researchgate/spire/commit/07464a04c2b7c9cba1fcf7d71b9075f952eb9488))





# [5.0.0](https://github.com/researchgate/spire/compare/v4.1.2...v5.0.0) (2021-09-09)


Expand Down
4 changes: 2 additions & 2 deletions 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.0",
"version": "5.0.1",
"description": "Jest plugin for Spire",
"main": "index.js",
"repository": "researchgate/spire",
Expand All @@ -14,7 +14,7 @@
"jest": "27.1.1"
},
"devDependencies": {
"spire-test-utils": "^5.0.0"
"spire-test-utils": "^5.0.1"
},
"peerDependencies": {
"spire": "^4.0.0 || ^5.0.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/spire-plugin-lerna-release/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.1](https://github.com/researchgate/spire/compare/v5.0.0...v5.0.1) (2021-09-09)


### Bug Fixes

* **deps:** Correct peer dependency spire v5.0 ([07464a0](https://github.com/researchgate/spire/commit/07464a04c2b7c9cba1fcf7d71b9075f952eb9488))





# [5.0.0](https://github.com/researchgate/spire/compare/v4.1.2...v5.0.0) (2021-09-09)


Expand Down
2 changes: 1 addition & 1 deletion packages/spire-plugin-lerna-release/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spire-plugin-lerna-release",
"version": "5.0.0",
"version": "5.0.1",
"description": "Lerna publish plugin for Spire",
"repository": "researchgate/spire",
"author": "Sergey Bekrin <sergey@bekrin.me> (https://bekrin.me)",
Expand Down
11 changes: 11 additions & 0 deletions packages/spire-plugin-lint-staged/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.1](https://github.com/researchgate/spire/compare/v5.0.0...v5.0.1) (2021-09-09)


### Bug Fixes

* **deps:** Correct peer dependency spire v5.0 ([07464a0](https://github.com/researchgate/spire/commit/07464a04c2b7c9cba1fcf7d71b9075f952eb9488))





# [5.0.0](https://github.com/researchgate/spire/compare/v4.1.2...v5.0.0) (2021-09-09)


Expand Down
4 changes: 2 additions & 2 deletions packages/spire-plugin-lint-staged/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spire-plugin-lint-staged",
"version": "5.0.0",
"version": "5.0.1",
"description": "lint-staged plugin for Spire",
"main": "index.js",
"repository": "researchgate/spire",
Expand All @@ -13,7 +13,7 @@
"lint-staged": "11.1.2"
},
"devDependencies": {
"spire-test-utils": "^5.0.0"
"spire-test-utils": "^5.0.1"
},
"peerDependencies": {
"spire": "^4.0.0 || ^5.0.0"
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.1](https://github.com/researchgate/spire/compare/v5.0.0...v5.0.1) (2021-09-09)


### Bug Fixes

* **deps:** Correct peer dependency spire v5.0 ([07464a0](https://github.com/researchgate/spire/commit/07464a04c2b7c9cba1fcf7d71b9075f952eb9488))





# [5.0.0](https://github.com/researchgate/spire/compare/v4.1.2...v5.0.0) (2021-09-09)


Expand Down
4 changes: 2 additions & 2 deletions 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.0",
"version": "5.0.1",
"description": "Prettier plugin for Spire",
"main": "index.js",
"repository": "researchgate/spire",
Expand All @@ -14,7 +14,7 @@
"prettier": "2.4.0"
},
"devDependencies": {
"spire-test-utils": "^5.0.0"
"spire-test-utils": "^5.0.1"
},
"peerDependencies": {
"spire": "^4.0.0 || ^5.0.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/spire-plugin-semantic-release/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.1](https://github.com/researchgate/spire/compare/v5.0.0...v5.0.1) (2021-09-09)


### Bug Fixes

* **deps:** Correct peer dependency spire v5.0 ([07464a0](https://github.com/researchgate/spire/commit/07464a04c2b7c9cba1fcf7d71b9075f952eb9488))





# [5.0.0](https://github.com/researchgate/spire/compare/v4.1.2...v5.0.0) (2021-09-09)


Expand Down
4 changes: 2 additions & 2 deletions packages/spire-plugin-semantic-release/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spire-plugin-semantic-release",
"version": "5.0.0",
"version": "5.0.1",
"description": "semantic-release plugin for Spire",
"main": "index.js",
"repository": "researchgate/spire",
Expand All @@ -20,7 +20,7 @@
"semantic-release": "17.4.7"
},
"devDependencies": {
"spire-test-utils": "^5.0.0"
"spire-test-utils": "^5.0.1"
},
"peerDependencies": {
"spire": "^4.0.0 || ^5.0.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/spire-plugin-yarn/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.1](https://github.com/researchgate/spire/compare/v5.0.0...v5.0.1) (2021-09-09)


### Bug Fixes

* **deps:** Correct peer dependency spire v5.0 ([07464a0](https://github.com/researchgate/spire/commit/07464a04c2b7c9cba1fcf7d71b9075f952eb9488))





# [5.0.0](https://github.com/researchgate/spire/compare/v4.1.2...v5.0.0) (2021-09-09)


Expand Down

0 comments on commit b0d3d1f

Please sign in to comment.