Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: researchgate/spire
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.1.0
Choose a base ref
...
head repository: researchgate/spire
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.1.1
Choose a head ref
  • 7 commits
  • 6 files changed
  • 2 contributors

Commits on May 30, 2021

  1. Verified

    This commit was signed with the committer’s verified signature.
    Okeanos Nikolas Grottendieck
    Copy the full SHA
    f20baa1 View commit details

Commits on Jun 6, 2021

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    f8f6115 View commit details

Commits on Jun 14, 2021

  1. Copy the full SHA
    0a0d614 View commit details

Commits on Jun 20, 2021

  1. Copy the full SHA
    301fdad View commit details

Commits on Jun 27, 2021

  1. Copy the full SHA
    c3f1d52 View commit details

Commits on Jul 2, 2021

  1. Copy the full SHA
    e137ace View commit details
  2. v4.1.1

    github-actions committed Jul 2, 2021
    Copy the full SHA
    9c7816e View commit details
Showing with 1,184 additions and 2,144 deletions.
  1. +11 −0 CHANGELOG.md
  2. +1 −1 lerna.json
  3. +1 −1 package.json
  4. +11 −0 packages/spire/CHANGELOG.md
  5. +2 −2 packages/spire/package.json
  6. +1,158 −2,140 yarn.lock
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

## [4.1.1](https://github.com/researchgate/spire/compare/v4.1.0...v4.1.1) (2021-07-02)


### Bug Fixes

* **deps:** update dependency import-from to v4 ([e137ace](https://github.com/researchgate/spire/commit/e137ace720b5ab1bffb9d1423b5d6c0525c770a5))





# [4.1.0](https://github.com/researchgate/spire/compare/v4.0.1...v4.1.0) (2021-05-22)


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": "4.1.0",
"version": "4.1.1",
"ignoreChanges": [
"**/*.md"
]
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -23,6 +23,6 @@
},
"prettier": "spire-plugin-prettier/config",
"devDependencies": {
"prettier": "2.3.0"
"prettier": "2.3.2"
}
}
11 changes: 11 additions & 0 deletions packages/spire/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

## [4.1.1](https://github.com/researchgate/spire/compare/v4.1.0...v4.1.1) (2021-07-02)


### Bug Fixes

* **deps:** update dependency import-from to v4 ([e137ace](https://github.com/researchgate/spire/commit/e137ace720b5ab1bffb9d1423b5d6c0525c770a5))





# [4.1.0](https://github.com/researchgate/spire/compare/v4.0.1...v4.1.0) (2021-05-22)


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": "4.1.0",
"version": "4.1.1",
"description": "Extensible CLI toolkit managment tool",
"main": "index.js",
"repository": "researchgate/spire",
@@ -21,7 +21,7 @@
"detect-indent": "^6.0.0",
"fs-extra": "^10.0.0",
"git-remote-origin-url": "^3.1.0",
"import-from": "^3.0.0",
"import-from": "^4.0.0",
"invariant": "^2.2.4",
"pretty-format": "^26.0.0",
"signale": "^1.4.0",
Loading