Skip to content

Commit

Permalink
v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed May 21, 2021
1 parent 4dba5b3 commit ac97db0
Show file tree
Hide file tree
Showing 28 changed files with 183 additions and 31 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.0.1](https://github.com/researchgate/spire/compare/v4.0.0...v4.0.1) (2021-05-21)


### Bug Fixes

* **config:** Require node v12+ ([4dba5b3](https://github.com/researchgate/spire/commit/4dba5b3968464f30500f8887cdc508e2d9c4de46))
* **config:** Require peer spire v4.0.0 ([e51b22a](https://github.com/researchgate/spire/commit/e51b22a3c8cbefc49dc5e1760b13622918fcd264))





# [4.0.0](https://github.com/researchgate/spire/compare/v3.2.4...v4.0.0) (2021-05-21)


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": "4.0.0",
"version": "4.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.

## [4.0.1](https://github.com/researchgate/spire/compare/v4.0.0...v4.0.1) (2021-05-21)


### Bug Fixes

* **config:** Require peer spire v4.0.0 ([e51b22a](https://github.com/researchgate/spire/commit/e51b22a3c8cbefc49dc5e1760b13622918fcd264))





# [4.0.0](https://github.com/researchgate/spire/compare/v3.2.4...v4.0.0) (2021-05-21)

**Note:** Version bump only for package spire-config-default
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": "4.0.0",
"version": "4.0.1",
"description": "Default config preset for Spire",
"main": "index.js",
"repository": "researchgate/spire",
"author": "Sergey Bekrin <[email protected]> (https://bekrin.me)",
"license": "MIT",
"dependencies": {
"spire-plugin-clean": "^4.0.0",
"spire-plugin-doctoc": "^4.0.0",
"spire-plugin-eslint": "^4.0.0",
"spire-plugin-jest": "^4.0.0",
"spire-plugin-lint-staged": "^4.0.0",
"spire-plugin-prettier": "^4.0.0"
"spire-plugin-clean": "^4.0.1",
"spire-plugin-doctoc": "^4.0.1",
"spire-plugin-eslint": "^4.0.1",
"spire-plugin-jest": "^4.0.1",
"spire-plugin-lint-staged": "^4.0.1",
"spire-plugin-prettier": "^4.0.1"
},
"engines": {
"node": ">=10.18.0"
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.

## [4.0.1](https://github.com/researchgate/spire/compare/v4.0.0...v4.0.1) (2021-05-21)


### Bug Fixes

* **config:** Require peer spire v4.0.0 ([e51b22a](https://github.com/researchgate/spire/commit/e51b22a3c8cbefc49dc5e1760b13622918fcd264))





# [4.0.0](https://github.com/researchgate/spire/compare/v3.2.4...v4.0.0) (2021-05-21)

**Note:** Version bump only for package spire-plugin-clean
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": "4.0.0",
"version": "4.0.1",
"description": "Clean plugin for Spire",
"main": "index.js",
"repository": "researchgate/spire",
Expand All @@ -13,7 +13,7 @@
"execa": "^5.0.0"
},
"devDependencies": {
"spire-test-utils": "^4.0.0"
"spire-test-utils": "^4.0.1"
},
"peerDependencies": {
"spire": "^4.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.

## [4.0.1](https://github.com/researchgate/spire/compare/v4.0.0...v4.0.1) (2021-05-21)


### Bug Fixes

* **config:** Require peer spire v4.0.0 ([e51b22a](https://github.com/researchgate/spire/commit/e51b22a3c8cbefc49dc5e1760b13622918fcd264))





# [4.0.0](https://github.com/researchgate/spire/compare/v3.2.4...v4.0.0) (2021-05-21)

**Note:** Version bump only for package spire-plugin-doctoc
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": "4.0.0",
"version": "4.0.1",
"description": "doctoc plugin for Spire",
"main": "index.js",
"repository": "researchgate/spire",
Expand All @@ -13,7 +13,7 @@
"doctoc": "^2.0.0"
},
"devDependencies": {
"spire-test-utils": "^4.0.0"
"spire-test-utils": "^4.0.1"
},
"peerDependencies": {
"spire": "^4.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.

## [4.0.1](https://github.com/researchgate/spire/compare/v4.0.0...v4.0.1) (2021-05-21)


### Bug Fixes

* **config:** Require peer spire v4.0.0 ([e51b22a](https://github.com/researchgate/spire/commit/e51b22a3c8cbefc49dc5e1760b13622918fcd264))





# [4.0.0](https://github.com/researchgate/spire/compare/v3.2.4...v4.0.0) (2021-05-21)

**Note:** Version bump only for package spire-plugin-eslint
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": "4.0.0",
"version": "4.0.1",
"description": "ESLint plugin for Spire",
"main": "index.js",
"repository": "researchgate/spire",
Expand All @@ -16,7 +16,7 @@
"execa": "^5.0.0"
},
"devDependencies": {
"spire-test-utils": "^4.0.0"
"spire-test-utils": "^4.0.1"
},
"peerDependencies": {
"spire": "^4.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.

## [4.0.1](https://github.com/researchgate/spire/compare/v4.0.0...v4.0.1) (2021-05-21)


### Bug Fixes

* **config:** Require peer spire v4.0.0 ([e51b22a](https://github.com/researchgate/spire/commit/e51b22a3c8cbefc49dc5e1760b13622918fcd264))





# [4.0.0](https://github.com/researchgate/spire/compare/v3.2.4...v4.0.0) (2021-05-21)

**Note:** Version bump only for package spire-plugin-eslint6
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": "4.0.0",
"version": "4.0.1",
"description": "ESLint v6 plugin for Spire",
"main": "index.js",
"repository": "researchgate/spire",
Expand All @@ -16,7 +16,7 @@
"execa": "^5.0.0"
},
"devDependencies": {
"spire-test-utils": "^4.0.0"
"spire-test-utils": "^4.0.1"
},
"peerDependencies": {
"spire": "^4.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.

## [4.0.1](https://github.com/researchgate/spire/compare/v4.0.0...v4.0.1) (2021-05-21)


### Bug Fixes

* **config:** Require peer spire v4.0.0 ([e51b22a](https://github.com/researchgate/spire/commit/e51b22a3c8cbefc49dc5e1760b13622918fcd264))





# [4.0.0](https://github.com/researchgate/spire/compare/v3.2.4...v4.0.0) (2021-05-21)

**Note:** Version bump only for package spire-plugin-jest
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": "4.0.0",
"version": "4.0.1",
"description": "Jest plugin for Spire",
"main": "index.js",
"repository": "researchgate/spire",
Expand All @@ -14,7 +14,7 @@
"jest": "^26.0.0"
},
"devDependencies": {
"spire-test-utils": "^4.0.0"
"spire-test-utils": "^4.0.1"
},
"peerDependencies": {
"spire": "^4.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.

## [4.0.1](https://github.com/researchgate/spire/compare/v4.0.0...v4.0.1) (2021-05-21)


### Bug Fixes

* **config:** Require peer spire v4.0.0 ([e51b22a](https://github.com/researchgate/spire/commit/e51b22a3c8cbefc49dc5e1760b13622918fcd264))





# [4.0.0](https://github.com/researchgate/spire/compare/v3.2.4...v4.0.0) (2021-05-21)

**Note:** Version bump only for package spire-plugin-lerna-release
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": "4.0.0",
"version": "4.0.1",
"description": "Lerna publish plugin for Spire",
"repository": "researchgate/spire",
"author": "Sergey Bekrin <[email protected]> (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.

## [4.0.1](https://github.com/researchgate/spire/compare/v4.0.0...v4.0.1) (2021-05-21)


### Bug Fixes

* **config:** Require peer spire v4.0.0 ([e51b22a](https://github.com/researchgate/spire/commit/e51b22a3c8cbefc49dc5e1760b13622918fcd264))





# [4.0.0](https://github.com/researchgate/spire/compare/v3.2.4...v4.0.0) (2021-05-21)

**Note:** Version bump only for package spire-plugin-lint-staged
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": "4.0.0",
"version": "4.0.1",
"description": "lint-staged plugin for Spire",
"main": "index.js",
"repository": "researchgate/spire",
Expand All @@ -13,7 +13,7 @@
"lint-staged": "^10.0.0"
},
"devDependencies": {
"spire-test-utils": "^4.0.0"
"spire-test-utils": "^4.0.1"
},
"peerDependencies": {
"spire": "^4.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.

## [4.0.1](https://github.com/researchgate/spire/compare/v4.0.0...v4.0.1) (2021-05-21)


### Bug Fixes

* **config:** Require peer spire v4.0.0 ([e51b22a](https://github.com/researchgate/spire/commit/e51b22a3c8cbefc49dc5e1760b13622918fcd264))





# [4.0.0](https://github.com/researchgate/spire/compare/v3.2.4...v4.0.0) (2021-05-21)

**Note:** Version bump only for package spire-plugin-prettier
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": "4.0.0",
"version": "4.0.1",
"description": "Prettier plugin for Spire",
"main": "index.js",
"repository": "researchgate/spire",
Expand All @@ -14,7 +14,7 @@
"prettier": "^2.0.0"
},
"devDependencies": {
"spire-test-utils": "^4.0.0"
"spire-test-utils": "^4.0.1"
},
"peerDependencies": {
"spire": "^4.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.

## [4.0.1](https://github.com/researchgate/spire/compare/v4.0.0...v4.0.1) (2021-05-21)


### Bug Fixes

* **config:** Require peer spire v4.0.0 ([e51b22a](https://github.com/researchgate/spire/commit/e51b22a3c8cbefc49dc5e1760b13622918fcd264))





# [4.0.0](https://github.com/researchgate/spire/compare/v3.2.4...v4.0.0) (2021-05-21)

**Note:** Version bump only for package spire-plugin-semantic-release
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": "4.0.0",
"version": "4.0.1",
"description": "semantic-release plugin for Spire",
"main": "index.js",
"repository": "researchgate/spire",
Expand All @@ -20,7 +20,7 @@
"semantic-release": "^17.0.0"
},
"devDependencies": {
"spire-test-utils": "^4.0.0"
"spire-test-utils": "^4.0.1"
},
"peerDependencies": {
"spire": "^4.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.

## [4.0.1](https://github.com/researchgate/spire/compare/v4.0.0...v4.0.1) (2021-05-21)


### Bug Fixes

* **config:** Require peer spire v4.0.0 ([e51b22a](https://github.com/researchgate/spire/commit/e51b22a3c8cbefc49dc5e1760b13622918fcd264))





# [4.0.0](https://github.com/researchgate/spire/compare/v3.2.4...v4.0.0) (2021-05-21)

**Note:** Version bump only for package spire-plugin-yarn
Expand Down
Loading

0 comments on commit ac97db0

Please sign in to comment.