Skip to content

Commit

Permalink
v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 9, 2021
1 parent 8c74158 commit 8149ee9
Show file tree
Hide file tree
Showing 28 changed files with 255 additions and 31 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### chore

* **deps:** Raise node engine to >=12.20 ([3916dd8](https://github.com/researchgate/spire/commit/3916dd8de2b63020341f87ae1b814695d5632096))


### BREAKING CHANGES

* **deps:** Needs at least node v12.20 to work





## [4.1.2](https://github.com/researchgate/spire/compare/v4.1.1...v4.1.2) (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": "4.1.2",
"version": "5.0.0",
"ignoreChanges": [
"**/*.md"
]
Expand Down
16 changes: 16 additions & 0 deletions packages/spire-config-default/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### chore

* **deps:** Raise node engine to >=12.20 ([3916dd8](https://github.com/researchgate/spire/commit/3916dd8de2b63020341f87ae1b814695d5632096))


### BREAKING CHANGES

* **deps:** Needs at least node v12.20 to work





## [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
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.1.2",
"version": "5.0.0",
"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": "4.0.1",
"spire-plugin-doctoc": "4.0.1",
"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"
"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"
},
"engines": {
"node": ">=12.20"
Expand Down
16 changes: 16 additions & 0 deletions packages/spire-plugin-clean/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### chore

* **deps:** Raise node engine to >=12.20 ([3916dd8](https://github.com/researchgate/spire/commit/3916dd8de2b63020341f87ae1b814695d5632096))


### BREAKING CHANGES

* **deps:** Needs at least node v12.20 to work





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


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.1",
"version": "5.0.0",
"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.1"
"spire-test-utils": "^5.0.0"
},
"peerDependencies": {
"spire": "^4.0.0"
Expand Down
16 changes: 16 additions & 0 deletions packages/spire-plugin-doctoc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### chore

* **deps:** Raise node engine to >=12.20 ([3916dd8](https://github.com/researchgate/spire/commit/3916dd8de2b63020341f87ae1b814695d5632096))


### BREAKING CHANGES

* **deps:** Needs at least node v12.20 to work





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


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.1",
"version": "5.0.0",
"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.1"
"spire-test-utils": "^5.0.0"
},
"peerDependencies": {
"spire": "^4.0.0"
Expand Down
16 changes: 16 additions & 0 deletions packages/spire-plugin-eslint/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### chore

* **deps:** Raise node engine to >=12.20 ([3916dd8](https://github.com/researchgate/spire/commit/3916dd8de2b63020341f87ae1b814695d5632096))


### BREAKING CHANGES

* **deps:** Needs at least node v12.20 to work





## [4.1.2](https://github.com/researchgate/spire/compare/v4.1.1...v4.1.2) (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": "4.1.2",
"version": "5.0.0",
"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": "4.0.1"
"spire-test-utils": "^5.0.0"
},
"peerDependencies": {
"spire": "^4.0.0"
Expand Down
16 changes: 16 additions & 0 deletions packages/spire-plugin-eslint6/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### chore

* **deps:** Raise node engine to >=12.20 ([3916dd8](https://github.com/researchgate/spire/commit/3916dd8de2b63020341f87ae1b814695d5632096))


### BREAKING CHANGES

* **deps:** Needs at least node v12.20 to work





## [4.1.2](https://github.com/researchgate/spire/compare/v4.1.1...v4.1.2) (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": "4.1.2",
"version": "5.0.0",
"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.1"
"spire-test-utils": "^5.0.0"
},
"peerDependencies": {
"spire": "^4.0.0"
Expand Down
16 changes: 16 additions & 0 deletions packages/spire-plugin-jest/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### chore

* **deps:** Raise node engine to >=12.20 ([3916dd8](https://github.com/researchgate/spire/commit/3916dd8de2b63020341f87ae1b814695d5632096))


### BREAKING CHANGES

* **deps:** Needs at least node v12.20 to work





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


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.1",
"version": "5.0.0",
"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.1"
"spire-test-utils": "^5.0.0"
},
"peerDependencies": {
"spire": "^4.0.0"
Expand Down
16 changes: 16 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,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### chore

* **deps:** Raise node engine to >=12.20 ([3916dd8](https://github.com/researchgate/spire/commit/3916dd8de2b63020341f87ae1b814695d5632096))


### BREAKING CHANGES

* **deps:** Needs at least node v12.20 to work





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


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.1",
"version": "5.0.0",
"description": "Lerna publish plugin for Spire",
"repository": "researchgate/spire",
"author": "Sergey Bekrin <sergey@bekrin.me> (https://bekrin.me)",
Expand Down
16 changes: 16 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,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### chore

* **deps:** Raise node engine to >=12.20 ([3916dd8](https://github.com/researchgate/spire/commit/3916dd8de2b63020341f87ae1b814695d5632096))


### BREAKING CHANGES

* **deps:** Needs at least node v12.20 to work





# [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-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.1.0",
"version": "5.0.0",
"description": "lint-staged plugin for Spire",
"main": "index.js",
"repository": "researchgate/spire",
Expand All @@ -13,7 +13,7 @@
"lint-staged": "11.0.0"
},
"devDependencies": {
"spire-test-utils": "4.0.1"
"spire-test-utils": "^5.0.0"
},
"peerDependencies": {
"spire": "^4.0.0"
Expand Down
16 changes: 16 additions & 0 deletions packages/spire-plugin-prettier/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### chore

* **deps:** Raise node engine to >=12.20 ([3916dd8](https://github.com/researchgate/spire/commit/3916dd8de2b63020341f87ae1b814695d5632096))


### BREAKING CHANGES

* **deps:** Needs at least node v12.20 to work





# [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-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.1.0",
"version": "5.0.0",
"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.1"
"spire-test-utils": "^5.0.0"
},
"peerDependencies": {
"spire": "^4.0.0"
Expand Down

0 comments on commit 8149ee9

Please sign in to comment.