Skip to content

Commit 502d057

Browse files
author
github-actions
committed
v5.0.7
1 parent 7a7637a commit 502d057

File tree

8 files changed

+44
-6
lines changed

8 files changed

+44
-6
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.0.7](https://github.com/researchgate/spire/compare/v5.0.6...v5.0.7) (2022-11-11)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency lint-staged to v13 ([#188](https://github.com/researchgate/spire/issues/188)) ([7a7637a](https://github.com/researchgate/spire/commit/7a7637a2c46b9676ddd722e6f9ffdd2e37d728b8))
12+
13+
14+
15+
16+
617
## [5.0.6](https://github.com/researchgate/spire/compare/v5.0.5...v5.0.6) (2022-11-11)
718

819

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"useWorkspaces": true,
33
"npmClient": "yarn",
4-
"version": "5.0.6",
4+
"version": "5.0.7",
55
"ignoreChanges": [
66
"**/*.md"
77
]

packages/spire-config-default/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.0.7](https://github.com/researchgate/spire/compare/v5.0.6...v5.0.7) (2022-11-11)
7+
8+
**Note:** Version bump only for package spire-config-default
9+
10+
11+
12+
13+
614
## [5.0.6](https://github.com/researchgate/spire/compare/v5.0.5...v5.0.6) (2022-11-11)
715

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

packages/spire-config-default/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "spire-config-default",
3-
"version": "5.0.6",
3+
"version": "5.0.7",
44
"description": "Default config preset for Spire",
55
"main": "index.js",
66
"repository": "researchgate/spire",
@@ -11,7 +11,7 @@
1111
"spire-plugin-doctoc": "^5.0.6",
1212
"spire-plugin-eslint": "^5.0.5",
1313
"spire-plugin-jest": "^5.0.5",
14-
"spire-plugin-lint-staged": "^5.0.5",
14+
"spire-plugin-lint-staged": "^5.0.7",
1515
"spire-plugin-prettier": "^5.0.5"
1616
},
1717
"engines": {

packages/spire-plugin-lint-staged/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.0.7](https://github.com/researchgate/spire/compare/v5.0.6...v5.0.7) (2022-11-11)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependency lint-staged to v13 ([#188](https://github.com/researchgate/spire/issues/188)) ([7a7637a](https://github.com/researchgate/spire/commit/7a7637a2c46b9676ddd722e6f9ffdd2e37d728b8))
12+
13+
14+
15+
16+
617
## [5.0.5](https://github.com/researchgate/spire/compare/v5.0.4...v5.0.5) (2022-11-11)
718

819
**Note:** Version bump only for package spire-plugin-lint-staged

packages/spire-plugin-lint-staged/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "spire-plugin-lint-staged",
3-
"version": "5.0.5",
3+
"version": "5.0.7",
44
"description": "lint-staged plugin for Spire",
55
"main": "index.js",
66
"repository": "researchgate/spire",

packages/spire/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.0.7](https://github.com/researchgate/spire/compare/v5.0.6...v5.0.7) (2022-11-11)
7+
8+
**Note:** Version bump only for package spire
9+
10+
11+
12+
13+
614
## [5.0.6](https://github.com/researchgate/spire/compare/v5.0.5...v5.0.6) (2022-11-11)
715

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

packages/spire/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "spire",
3-
"version": "5.0.6",
3+
"version": "5.0.7",
44
"description": "Extensible CLI toolkit managment tool",
55
"main": "index.js",
66
"repository": "researchgate/spire",
@@ -25,7 +25,7 @@
2525
"invariant": "2.2.4",
2626
"pretty-format": "27.1.1",
2727
"signale": "1.4.0",
28-
"spire-config-default": "^5.0.6",
28+
"spire-config-default": "^5.0.7",
2929
"yargs": "17.1.1"
3030
},
3131
"devDependencies": {

0 commit comments

Comments
 (0)