-
-
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.
Co-authored-by: jbolda <[email protected]>
- Loading branch information
1 parent
48d11e3
commit 7da87a0
Showing
18 changed files
with
97 additions
and
67 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.
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,11 @@ | ||
# Changelog | ||
|
||
## \[0.10.1] | ||
|
||
### Dependencies | ||
|
||
- Upgraded to `[email protected]` | ||
|
||
## \[0.10.0] | ||
|
||
### New Features | ||
|
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,12 @@ | ||
# Changelog | ||
|
||
## \[0.9.1] | ||
|
||
### Dependencies | ||
|
||
- Upgraded to `@covector/[email protected]` | ||
- [`cb35f38`](https://www.github.com/jbolda/covector/commit/cb35f38287580597539f3c69d748ee330939cf84)([#291](https://www.github.com/jbolda/covector/pull/291)) Bumps `semver` minor to latest. | ||
|
||
## \[0.9.0] | ||
|
||
### Enhancements | ||
|
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.0", | ||
"version": "0.9.1", | ||
"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.6.2", | ||
"@covector/files": "0.7.0", | ||
"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,15 @@ | ||
# Changelog | ||
|
||
## \[0.10.2] | ||
|
||
### Enhancements | ||
|
||
- [`7498ecc`](https://www.github.com/jbolda/covector/commit/7498ecc332efd10a1d6d4b6cd487d2817c9a853d)([#289](https://www.github.com/jbolda/covector/pull/289)) Implement zod for config file schema parsing and checking. It will throw an error if the `config.json` has entries that do not match the schema. | ||
|
||
### Dependencies | ||
|
||
- Upgraded to `@covector/[email protected]` | ||
|
||
## \[0.10.1] | ||
|
||
### Enhancements | ||
|
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.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/)", | ||
|
@@ -17,7 +17,7 @@ | |
}, | ||
"dependencies": { | ||
"@covector/command": "0.7.0", | ||
"@covector/files": "0.6.2", | ||
"@covector/files": "0.7.0", | ||
"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,15 @@ | ||
# Changelog | ||
|
||
## \[0.10.0] | ||
|
||
### Bug Fixes | ||
|
||
- [`48d11e3`](https://www.github.com/jbolda/covector/commit/48d11e3ced019971a3252c2c9658d0af6179c980)([#292](https://www.github.com/jbolda/covector/pull/292)) Fix detecting PR number when the merge commit contains another PR or an issue number, for example: `fix: add new api, closes #123 (#225)`. | ||
|
||
### Dependencies | ||
|
||
- Upgraded to `@covector/[email protected]` | ||
|
||
## \[0.9.0] | ||
|
||
### Enhancements | ||
|
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.9.0", | ||
"version": "0.10.0", | ||
"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.6.2", | ||
"@covector/files": "0.7.0", | ||
"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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,14 @@ | ||
# Changelog | ||
|
||
## \[0.10.1] | ||
|
||
### Dependencies | ||
|
||
- Upgraded to `@covector/[email protected]` | ||
- Upgraded to `@covector/[email protected]` | ||
- Upgraded to `@covector/[email protected]` | ||
- Upgraded to `@covector/[email protected]` | ||
|
||
## \[0.10.0] | ||
|
||
### New Features | ||
|
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.0", | ||
"version": "0.10.1", | ||
"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.0", | ||
"@covector/assemble": "0.10.1", | ||
"@covector/changelog": "0.9.0", | ||
"@covector/apply": "0.9.1", | ||
"@covector/assemble": "0.10.2", | ||
"@covector/changelog": "0.10.0", | ||
"@covector/command": "0.7.0", | ||
"@covector/files": "0.6.2", | ||
"@covector/files": "0.7.0", | ||
"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.6.2", | ||
"version": "0.7.0", | ||
"license": "Apache-2.0", | ||
"homepage": "https://github.com/jbolda/covector#readme", | ||
"author": "Jacob Bolda <[email protected]> (https://www.jacobbolda.com/)", | ||
|