-
-
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
9f85eae
commit 77aeeac
Showing
10 changed files
with
27 additions
and
22 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.
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,20 @@ | ||
# Changelog | ||
|
||
## \[0.12.3] | ||
|
||
### Enhancements | ||
|
||
- [`294a3c0`](https://www.github.com/jbolda/covector/commit/294a3c0df993dc08a3ff8898881500dceb15d688) ([#354](https://www.github.com/jbolda/covector/pull/354) by [@jbolda](https://www.github.com/jbolda/covector/../../jbolda)) The action now supports running in dry run mode. This enables testing of workflows and publish sequences prior to publishing. | ||
|
||
### Bug Fixes | ||
|
||
- [`9f85eae`](https://www.github.com/jbolda/covector/commit/9f85eaef055bee41f4b6508a296938f04de25e89) ([#355](https://www.github.com/jbolda/covector/pull/355) by [@jbolda](https://www.github.com/jbolda/covector/../../jbolda)) The URL to create a change file on forks was broken. It was incorrectly pointing at the root repo. | ||
- [`e81201f`](https://www.github.com/jbolda/covector/commit/e81201fe12a06292ea6bebfb62951a718bee3d74) ([#350](https://www.github.com/jbolda/covector/pull/350) by [@chippers](https://www.github.com/jbolda/covector/../../chippers)) Fix GitHub pull request comment link to correctly point at the docs. | ||
|
||
### Dependencies | ||
|
||
- Upgraded to `[email protected]` | ||
|
||
## \[0.12.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 |
---|---|---|
|
@@ -6,7 +6,7 @@ exports.modules = { | |
/***/ 60323: | ||
/***/ ((module) => { | ||
|
||
module.exports = JSON.parse('{"name":"covector","version":"0.12.1","license":"Apache-2.0","homepage":"https://github.com/jbolda/covector#readme","author":"Jacob Bolda <[email protected]> (https://www.jacobbolda.com/)","repository":{"type":"git","url":"https://github.com/jbolda/covector.git"},"engines":{"node":">=18"},"main":"dist/index.js","types":"dist/index.d.ts","exports":{"development":"./src/index.ts","default":"./dist/index.js"},"bin":{"covector":"./bin/covector.js"},"files":["bin","dist"],"scripts":{"build":"tsc -b","clean":"rimraf dist tsconfig.tsbuildinfo node_modules","prepublishOnly":"tsc -b","test":"vitest"},"dependencies":{"@clack/prompts":"^0.7.0","@covector/apply":"0.10.0","@covector/assemble":"0.12.0","@covector/changelog":"0.12.0","@covector/command":"0.8.0","@covector/files":"0.8.0","effection":"^2.0.6","globby":"^11.1.0","js-yaml":"^4.1.0","lodash":"^4.17.21","pino":"^9.1.0","pino-abstract-transport":"^1.2.0","strip-ansi":"6.0.1","yargs":"^17.7.2"},"devDependencies":{"@covector/types":"0.0.0","@types/inquirer":"^8.2.6","@types/yargs":"^17.0.32","fixturez":"^1.1.0","tslib":"^2.5.0","typescript":"^4.9.5"},"volta":{"extends":"../../package.json"}}'); | ||
module.exports = JSON.parse('{"name":"covector","version":"0.12.2","license":"Apache-2.0","homepage":"https://github.com/jbolda/covector#readme","author":"Jacob Bolda <[email protected]> (https://www.jacobbolda.com/)","repository":{"type":"git","url":"https://github.com/jbolda/covector.git"},"engines":{"node":">=18"},"main":"dist/index.js","types":"dist/index.d.ts","exports":{"development":"./src/index.ts","default":"./dist/index.js"},"bin":{"covector":"./bin/covector.js"},"files":["bin","dist"],"scripts":{"build":"tsc -b","clean":"rimraf dist tsconfig.tsbuildinfo node_modules","prepublishOnly":"tsc -b","test":"vitest"},"dependencies":{"@clack/prompts":"^0.7.0","@covector/apply":"0.10.0","@covector/assemble":"0.12.0","@covector/changelog":"0.12.0","@covector/command":"0.8.0","@covector/files":"0.8.0","effection":"^2.0.6","globby":"^11.1.0","js-yaml":"^4.1.0","lodash":"^4.17.21","pino":"^9.1.0","pino-abstract-transport":"^1.2.0","strip-ansi":"6.0.1","yargs":"^17.7.2"},"devDependencies":{"@covector/types":"0.0.0","@types/inquirer":"^8.2.6","@types/yargs":"^17.0.32","fixturez":"^1.1.0","tslib":"^2.5.0","typescript":"^4.9.5"},"volta":{"extends":"../../package.json"}}'); | ||
|
||
/***/ }) | ||
|
||
|
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
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.12.2", | ||
"version": "0.12.3", | ||
"license": "Apache-2.0", | ||
"homepage": "https://github.com/jbolda/covector#readme", | ||
"author": "Jacob Bolda <[email protected]> (https://www.jacobbolda.com/)", | ||
|