Skip to content

Commit

Permalink
v5.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 11, 2022
1 parent 7a7637a commit 502d057
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 6 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.7](https://github.com/researchgate/spire/compare/v5.0.6...v5.0.7) (2022-11-11)


### Bug Fixes

* **deps:** update dependency lint-staged to v13 ([#188](https://github.com/researchgate/spire/issues/188)) ([7a7637a](https://github.com/researchgate/spire/commit/7a7637a2c46b9676ddd722e6f9ffdd2e37d728b8))





## [5.0.6](https://github.com/researchgate/spire/compare/v5.0.5...v5.0.6) (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.6",
"version": "5.0.7",
"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.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





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

**Note:** Version bump only for package spire-config-default
Expand Down
4 changes: 2 additions & 2 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.6",
"version": "5.0.7",
"description": "Default config preset for Spire",
"main": "index.js",
"repository": "researchgate/spire",
Expand All @@ -11,7 +11,7 @@
"spire-plugin-doctoc": "^5.0.6",
"spire-plugin-eslint": "^5.0.5",
"spire-plugin-jest": "^5.0.5",
"spire-plugin-lint-staged": "^5.0.5",
"spire-plugin-lint-staged": "^5.0.7",
"spire-plugin-prettier": "^5.0.5"
},
"engines": {
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.7](https://github.com/researchgate/spire/compare/v5.0.6...v5.0.7) (2022-11-11)


### Bug Fixes

* **deps:** update dependency lint-staged to v13 ([#188](https://github.com/researchgate/spire/issues/188)) ([7a7637a](https://github.com/researchgate/spire/commit/7a7637a2c46b9676ddd722e6f9ffdd2e37d728b8))





## [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-lint-staged
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.5",
"version": "5.0.7",
"description": "lint-staged 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.7](https://github.com/researchgate/spire/compare/v5.0.6...v5.0.7) (2022-11-11)

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





## [5.0.6](https://github.com/researchgate/spire/compare/v5.0.5...v5.0.6) (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.6",
"version": "5.0.7",
"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.6",
"spire-config-default": "^5.0.7",
"yargs": "17.1.1"
},
"devDependencies": {
Expand Down

0 comments on commit 502d057

Please sign in to comment.