Skip to content

Commit b38fa8e

Browse files
publish new versions (#346)
Co-authored-by: jbolda <[email protected]>
1 parent 1a1f4c6 commit b38fa8e

File tree

9 files changed

+33
-18
lines changed

9 files changed

+33
-18
lines changed

.changes/init-new-features-and-permissions.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/logger-poorly-formatted-objects.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

package-lock.json

Lines changed: 9 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/action/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## \[0.12.1]
4+
5+
### Bug Fixes
6+
7+
- [`055a319`](https://www.github.com/jbolda/covector/commit/055a3191f0783e99f15028cc8b16b1780d3d8167) ([#343](https://www.github.com/jbolda/covector/pull/343) by [@jbolda](https://www.github.com/jbolda/covector/../../jbolda)) Missed some logger function which were improperly passed an non-message object. If rendering an object, it requires `msg` and `renderAsYAML`.
8+
9+
### Dependencies
10+
11+
- Upgraded to `[email protected]`
12+
313
## \[0.12.0]
414

515
- [`e5d2be5`](https://www.github.com/jbolda/covector/commit/e5d2be5ee547170f8128e09e241e512c8bf5f1c3) ([#322](https://www.github.com/jbolda/covector/pull/322) by [@echocaro](https://www.github.com/jbolda/covector/../../echocaro)) On comment post error, upload the content instead as an artifact. This prevents the workflow from failing on a fork, and allows another workflow with permissions to handle the work from there.

packages/action/dist/323.index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ exports.modules = {
66
/***/ 60323:
77
/***/ ((module) => {
88

9-
module.exports = JSON.parse('{"name":"covector","version":"0.11.0","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.9.3","@covector/assemble":"0.11.0","@covector/changelog":"0.11.0","@covector/command":"0.7.1","@covector/files":"0.7.2","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"}}');
9+
module.exports = JSON.parse('{"name":"covector","version":"0.12.0","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"}}');
1010

1111
/***/ })
1212

packages/action/dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/action/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "action",
3-
"version": "0.12.0",
3+
"version": "0.12.1",
44
"main": "dist/index.js",
55
"license": "Apache-2.0",
66
"homepage": "https://github.com/jbolda/covector#readme",

packages/covector/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## \[0.12.1]
4+
5+
### Enhancements
6+
7+
- [`1a1f4c6`](https://www.github.com/jbolda/covector/commit/1a1f4c6e08e08893d841d4ac0f057d4f72b7712c) ([#344](https://www.github.com/jbolda/covector/pull/344) by [@jbolda](https://www.github.com/jbolda/covector/../../jbolda)) Enable new features in `covector init` and adjust permissions to suit. This includes tagging contributors in the changelog and writing a comment in PRs with additional context (non-forks only through `init`).
8+
9+
### Bug Fixes
10+
11+
- [`055a319`](https://www.github.com/jbolda/covector/commit/055a3191f0783e99f15028cc8b16b1780d3d8167) ([#343](https://www.github.com/jbolda/covector/pull/343) by [@jbolda](https://www.github.com/jbolda/covector/../../jbolda)) Missed some logger function which were improperly passed an non-message object. If rendering an object, it requires `msg` and `renderAsYAML`.
12+
313
## \[0.12.0]
414

515
### Enhancements

packages/covector/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "covector",
3-
"version": "0.12.0",
3+
"version": "0.12.1",
44
"license": "Apache-2.0",
55
"homepage": "https://github.com/jbolda/covector#readme",
66
"author": "Jacob Bolda <[email protected]> (https://www.jacobbolda.com/)",

0 commit comments

Comments
 (0)