Skip to content

Commit

Permalink
v5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jun 6, 2022
1 parent 264f475 commit 92b6381
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.3](https://github.com/researchgate/spire/compare/v5.0.2...v5.0.3) (2022-06-06)


### Bug Fixes

* **deps:** update dependency doctoc to v2.2.0 ([4fef086](https://github.com/researchgate/spire/commit/4fef0864cbd5f5c1c81ee176fac5b3b1f664dd06))





## [5.0.2](https://github.com/researchgate/spire/compare/v5.0.1...v5.0.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": "5.0.2",
"version": "5.0.3",
"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.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





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


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.1",
"version": "5.0.3",
"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.1",
"spire-plugin-doctoc": "^5.0.1",
"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",
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.3](https://github.com/researchgate/spire/compare/v5.0.2...v5.0.3) (2022-06-06)


### Bug Fixes

* **deps:** update dependency doctoc to v2.2.0 ([4fef086](https://github.com/researchgate/spire/commit/4fef0864cbd5f5c1c81ee176fac5b3b1f664dd06))





## [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-doctoc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spire-plugin-doctoc",
"version": "5.0.1",
"version": "5.0.3",
"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.3](https://github.com/researchgate/spire/compare/v5.0.2...v5.0.3) (2022-06-06)

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





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


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

0 comments on commit 92b6381

Please sign in to comment.