Skip to content

Commit

Permalink
v5.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jun 6, 2022
1 parent 67e9e6d commit c555d69
Show file tree
Hide file tree
Showing 12 changed files with 71 additions and 9 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.4](https://github.com/researchgate/spire/compare/v5.0.3...v5.0.4) (2022-06-06)


### Bug Fixes

* **deps:** update dependency lint-staged to v11.2.6 ([67e9e6d](https://github.com/researchgate/spire/commit/67e9e6d168921e70ee999517735087ab9b75921b))
* **deps:** update dependency prettier to v2.6.2 ([cbeb135](https://github.com/researchgate/spire/commit/cbeb13548d9407f02d318d7a453003d34edd6442))
* **deps:** update dependency use-yarn to v2.4.0 ([2851f32](https://github.com/researchgate/spire/commit/2851f32023df632b90c7ba29af90c216c2e6f9d0))





## [5.0.3](https://github.com/researchgate/spire/compare/v5.0.2...v5.0.3) (2022-06-06)


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.3",
"version": "5.0.4",
"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.4](https://github.com/researchgate/spire/compare/v5.0.3...v5.0.4) (2022-06-06)

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





## [5.0.3](https://github.com/researchgate/spire/compare/v5.0.2...v5.0.3) (2022-06-06)

**Note:** Version bump only for package spire-config-default
Expand Down
6 changes: 3 additions & 3 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.3",
"version": "5.0.4",
"description": "Default config preset for Spire",
"main": "index.js",
"repository": "researchgate/spire",
Expand All @@ -11,8 +11,8 @@
"spire-plugin-doctoc": "^5.0.3",
"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"
"spire-plugin-lint-staged": "^5.0.4",
"spire-plugin-prettier": "^5.0.4"
},
"engines": {
"node": ">=12.20"
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.4](https://github.com/researchgate/spire/compare/v5.0.3...v5.0.4) (2022-06-06)


### Bug Fixes

* **deps:** update dependency lint-staged to v11.2.6 ([67e9e6d](https://github.com/researchgate/spire/commit/67e9e6d168921e70ee999517735087ab9b75921b))





## [5.0.1](https://github.com/researchgate/spire/compare/v5.0.0...v5.0.1) (2021-09-09)


Expand Down
2 changes: 1 addition & 1 deletion 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.1",
"version": "5.0.4",
"description": "lint-staged 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.4](https://github.com/researchgate/spire/compare/v5.0.3...v5.0.4) (2022-06-06)


### Bug Fixes

* **deps:** update dependency prettier to v2.6.2 ([cbeb135](https://github.com/researchgate/spire/commit/cbeb13548d9407f02d318d7a453003d34edd6442))





## [5.0.1](https://github.com/researchgate/spire/compare/v5.0.0...v5.0.1) (2021-09-09)


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.1",
"version": "5.0.4",
"description": "Prettier plugin for Spire",
"main": "index.js",
"repository": "researchgate/spire",
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.4](https://github.com/researchgate/spire/compare/v5.0.3...v5.0.4) (2022-06-06)


### Bug Fixes

* **deps:** update dependency use-yarn to v2.4.0 ([2851f32](https://github.com/researchgate/spire/commit/2851f32023df632b90c7ba29af90c216c2e6f9d0))





## [5.0.1](https://github.com/researchgate/spire/compare/v5.0.0...v5.0.1) (2021-09-09)


Expand Down
2 changes: 1 addition & 1 deletion packages/spire-plugin-yarn/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spire-plugin-yarn",
"version": "5.0.1",
"version": "5.0.4",
"description": "Yarn plugin for Spire",
"main": "index.js",
"repository": "researchgate/spire",
Expand Down
8 changes: 8 additions & 0 deletions packages/spire/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.4](https://github.com/researchgate/spire/compare/v5.0.3...v5.0.4) (2022-06-06)

**Note:** Version bump only for package spire





## [5.0.3](https://github.com/researchgate/spire/compare/v5.0.2...v5.0.3) (2022-06-06)

**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.3",
"version": "5.0.4",
"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.1.1",
"signale": "1.4.0",
"spire-config-default": "^5.0.3",
"spire-config-default": "^5.0.4",
"yargs": "17.1.1"
},
"devDependencies": {
Expand Down

0 comments on commit c555d69

Please sign in to comment.