-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
22 changed files
with
97 additions
and
77 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,14 @@ | ||
# Changelog | ||
|
||
## \[0.11.0] | ||
|
||
- [`9480736`](https://www.github.com/jbolda/covector/commit/9480736961fb92b1861938015b1be3fd53ee5355)([#299](https://www.github.com/jbolda/covector/pull/299)) Return additional `status` content from `covector` to enable posting a comment in PR providing additional context of the expected change files. | ||
- [`9480736`](https://www.github.com/jbolda/covector/commit/9480736961fb92b1861938015b1be3fd53ee5355)([#299](https://www.github.com/jbolda/covector/pull/299)) Add option to post a comment in a GitHub pull request comment lifting the context from covector. | ||
|
||
### Dependencies | ||
|
||
- Upgraded to `[email protected]` | ||
|
||
## \[0.10.2] | ||
|
||
### Dependencies | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,14 @@ | ||
# Changelog | ||
|
||
## \[0.9.3] | ||
|
||
- [`9e111fc`](https://www.github.com/jbolda/covector/commit/9e111fcf2431690b8719ca493e6580a42e72c457)([#304](https://www.github.com/jbolda/covector/pull/304)) Add currentVersion property to more easily refer to the version before a bump. | ||
- [`9480736`](https://www.github.com/jbolda/covector/commit/9480736961fb92b1861938015b1be3fd53ee5355)([#299](https://www.github.com/jbolda/covector/pull/299)) Allow running status command without logging. This allows the command to also serve more utilitarian purposes as well. | ||
|
||
### Dependencies | ||
|
||
- Upgraded to `@covector/[email protected]` | ||
|
||
## \[0.9.2] | ||
|
||
### Dependencies | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@covector/apply", | ||
"version": "0.9.2", | ||
"version": "0.9.3", | ||
"license": "Apache-2.0", | ||
"homepage": "https://github.com/jbolda/covector#readme", | ||
"author": "Jacob Bolda <[email protected]> (https://www.jacobbolda.com/)", | ||
|
@@ -16,7 +16,7 @@ | |
"prepublishOnly": "tsc -b" | ||
}, | ||
"dependencies": { | ||
"@covector/files": "0.7.1", | ||
"@covector/files": "0.7.2", | ||
"effection": "^2.0.6", | ||
"semver": "^7.5.4" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,14 @@ | ||
# Changelog | ||
|
||
## \[0.10.4] | ||
|
||
- [`9e111fc`](https://www.github.com/jbolda/covector/commit/9e111fcf2431690b8719ca493e6580a42e72c457)([#304](https://www.github.com/jbolda/covector/pull/304)) Add currentVersion property to more easily refer to the version before a bump. | ||
|
||
### Dependencies | ||
|
||
- Upgraded to `@covector/[email protected]` | ||
- Upgraded to `@covector/[email protected]` | ||
|
||
## \[0.10.3] | ||
|
||
### Dependencies | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@covector/assemble", | ||
"version": "0.10.3", | ||
"version": "0.10.4", | ||
"license": "Apache-2.0", | ||
"homepage": "https://github.com/jbolda/covector#readme", | ||
"author": "Jacob Bolda <[email protected]> (https://www.jacobbolda.com/)", | ||
|
@@ -16,8 +16,8 @@ | |
"prepublishOnly": "tsc -b" | ||
}, | ||
"dependencies": { | ||
"@covector/command": "0.7.0", | ||
"@covector/files": "0.7.1", | ||
"@covector/command": "0.7.1", | ||
"@covector/files": "0.7.2", | ||
"effection": "^2.0.6", | ||
"js-yaml": "^4.1.0", | ||
"lodash": "^4.17.21", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
# Changelog | ||
|
||
## \[0.10.2] | ||
|
||
### Dependencies | ||
|
||
- Upgraded to `@covector/[email protected]` | ||
|
||
## \[0.10.1] | ||
|
||
### Dependencies | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@covector/changelog", | ||
"version": "0.10.1", | ||
"version": "0.10.2", | ||
"license": "Apache-2.0", | ||
"homepage": "https://github.com/jbolda/covector#readme", | ||
"author": "Jacob Bolda <[email protected]> (https://www.jacobbolda.com/)", | ||
|
@@ -16,7 +16,7 @@ | |
"prepublishOnly": "tsc -b" | ||
}, | ||
"dependencies": { | ||
"@covector/files": "0.7.1", | ||
"@covector/files": "0.7.2", | ||
"effection": "^2.0.6", | ||
"lodash": "^4.17.21", | ||
"remark-parse": "^9.0.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@covector/command", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"license": "Apache-2.0", | ||
"homepage": "https://github.com/jbolda/covector#readme", | ||
"author": "Jacob Bolda <[email protected]> (https://www.jacobbolda.com/)", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,19 @@ | ||
# Changelog | ||
|
||
## \[0.11.0] | ||
|
||
- [`9480736`](https://www.github.com/jbolda/covector/commit/9480736961fb92b1861938015b1be3fd53ee5355)([#299](https://www.github.com/jbolda/covector/pull/299)) Return additional `status` content from `covector` to enable posting a comment in PR providing additional context of the expected change files. | ||
- [`9e111fc`](https://www.github.com/jbolda/covector/commit/9e111fcf2431690b8719ca493e6580a42e72c457)([#304](https://www.github.com/jbolda/covector/pull/304)) `status` command was mutating the package file representation when running the validation function. Use `cloneDeep` for the time being to work around it. | ||
- [`9480736`](https://www.github.com/jbolda/covector/commit/9480736961fb92b1861938015b1be3fd53ee5355)([#299](https://www.github.com/jbolda/covector/pull/299)) Allow running status command without logging. This allows the command to also serve more utilitarian purposes as well. | ||
|
||
### Dependencies | ||
|
||
- Upgraded to `@covector/[email protected]` | ||
- Upgraded to `@covector/[email protected]` | ||
- Upgraded to `@covector/[email protected]` | ||
- Upgraded to `@covector/[email protected]` | ||
- Upgraded to `@covector/[email protected]` | ||
|
||
## \[0.10.2] | ||
|
||
### Dependencies | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "covector", | ||
"version": "0.10.2", | ||
"version": "0.11.0", | ||
"license": "Apache-2.0", | ||
"homepage": "https://github.com/jbolda/covector#readme", | ||
"author": "Jacob Bolda <[email protected]> (https://www.jacobbolda.com/)", | ||
|
@@ -19,11 +19,11 @@ | |
"prepublishOnly": "tsc -b" | ||
}, | ||
"dependencies": { | ||
"@covector/apply": "0.9.2", | ||
"@covector/assemble": "0.10.3", | ||
"@covector/changelog": "0.10.1", | ||
"@covector/command": "0.7.0", | ||
"@covector/files": "0.7.1", | ||
"@covector/apply": "0.9.3", | ||
"@covector/assemble": "0.10.4", | ||
"@covector/changelog": "0.10.2", | ||
"@covector/command": "0.7.1", | ||
"@covector/files": "0.7.2", | ||
"effection": "^2.0.6", | ||
"globby": "^11.1.0", | ||
"inquirer": "^8.2.5", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@covector/files", | ||
"version": "0.7.1", | ||
"version": "0.7.2", | ||
"license": "Apache-2.0", | ||
"homepage": "https://github.com/jbolda/covector#readme", | ||
"author": "Jacob Bolda <[email protected]> (https://www.jacobbolda.com/)", | ||
|