Skip to content

Commit

Permalink
v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
researchgate-bot committed Aug 17, 2020
1 parent c45c931 commit 495acd5
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.

# [3.1.0](https://github.com/researchgate/spire/compare/v3.0.2...v3.1.0) (2020-08-17)


### Features

* **eslint:** Do not use babel-eslint in default config ([6ee66fa](https://github.com/researchgate/spire/commit/6ee66fa1aaa3ddef66981570dbabee543825fcf1))





## [3.0.2](https://github.com/researchgate/spire/compare/v3.0.1...v3.0.2) (2020-08-07)


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": "3.0.2",
"version": "3.1.0",
"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.

# [3.1.0](https://github.com/researchgate/spire/compare/v3.0.2...v3.1.0) (2020-08-17)

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





## [3.0.2](https://github.com/researchgate/spire/compare/v3.0.1...v3.0.2) (2020-08-07)


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": "3.0.2",
"version": "3.1.0",
"description": "Default config preset for Spire",
"main": "index.js",
"repository": "researchgate/spire",
Expand All @@ -9,7 +9,7 @@
"dependencies": {
"spire-plugin-clean": "^3.0.2",
"spire-plugin-doctoc": "^3.0.2",
"spire-plugin-eslint": "^3.0.2",
"spire-plugin-eslint": "^3.1.0",
"spire-plugin-jest": "^3.0.2",
"spire-plugin-lint-staged": "^3.0.2",
"spire-plugin-prettier": "^3.0.2"
Expand Down
11 changes: 11 additions & 0 deletions packages/spire-plugin-eslint/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.

# [3.1.0](https://github.com/researchgate/spire/compare/v3.0.2...v3.1.0) (2020-08-17)


### Features

* **eslint:** Do not use babel-eslint in default config ([6ee66fa](https://github.com/researchgate/spire/commit/6ee66fa1aaa3ddef66981570dbabee543825fcf1))





## [3.0.2](https://github.com/researchgate/spire/compare/v3.0.1...v3.0.2) (2020-08-07)


Expand Down
2 changes: 1 addition & 1 deletion packages/spire-plugin-eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spire-plugin-eslint",
"version": "3.0.2",
"version": "3.1.0",
"description": "ESLint 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.

# [3.1.0](https://github.com/researchgate/spire/compare/v3.0.2...v3.1.0) (2020-08-17)

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





## [3.0.2](https://github.com/researchgate/spire/compare/v3.0.1...v3.0.2) (2020-08-07)

**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": "3.0.2",
"version": "3.1.0",
"description": "Extensible CLI toolkit managment tool",
"main": "index.js",
"repository": "researchgate/spire",
Expand All @@ -25,7 +25,7 @@
"invariant": "^2.2.4",
"pretty-format": "^26.0.0",
"signale": "^1.4.0",
"spire-config-default": "^3.0.2",
"spire-config-default": "^3.1.0",
"yargs": "^15.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 495acd5

Please sign in to comment.