Skip to content

Commit

Permalink
v5.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 11, 2022
1 parent e753cba commit ef1edd5
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.6](https://github.com/researchgate/spire/compare/v5.0.5...v5.0.6) (2022-11-11)


### Bug Fixes

* **deps:** update dependency doctoc to v2.2.1 ([#198](https://github.com/researchgate/spire/issues/198)) ([e753cba](https://github.com/researchgate/spire/commit/e753cba356762720afeb772d5f5a35f8312f5ed3))





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





## [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-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,14 +1,14 @@
{
"name": "spire-config-default",
"version": "5.0.5",
"version": "5.0.6",
"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": "^5.0.5",
"spire-plugin-doctoc": "^5.0.5",
"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",
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.

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


### Bug Fixes

* **deps:** update dependency doctoc to v2.2.1 ([#198](https://github.com/researchgate/spire/issues/198)) ([e753cba](https://github.com/researchgate/spire/commit/e753cba356762720afeb772d5f5a35f8312f5ed3))





## [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-doctoc
Expand Down
2 changes: 1 addition & 1 deletion 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": "5.0.5",
"version": "5.0.6",
"description": "doctoc 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.6](https://github.com/researchgate/spire/compare/v5.0.5...v5.0.6) (2022-11-11)

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





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


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.5",
"version": "5.0.6",
"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.5",
"spire-config-default": "^5.0.6",
"yargs": "17.1.1"
},
"devDependencies": {
Expand Down

0 comments on commit ef1edd5

Please sign in to comment.