Skip to content

Commit

Permalink
publish new versions (#359)
Browse files Browse the repository at this point in the history
Co-authored-by: jbolda <[email protected]>
  • Loading branch information
github-actions[bot] and jbolda authored Jan 17, 2025
1 parent 6b78335 commit f9e6c8d
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changes/status-output-options.md

This file was deleted.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions packages/action/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## \[0.12.4]

### Dependencies

- Upgraded to `[email protected]`

## \[0.12.3]

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion packages/action/dist/323.index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ exports.modules = {
/***/ 60323:
/***/ ((module) => {

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"}}');
module.exports = JSON.parse('{"name":"covector","version":"0.12.3","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"}}');

/***/ })

Expand Down
Binary file modified packages/action/dist/covector_toml_bg.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/action/dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/action/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "action",
"version": "0.12.3",
"version": "0.12.4",
"main": "dist/index.js",
"license": "Apache-2.0",
"homepage": "https://github.com/jbolda/covector#readme",
Expand Down
6 changes: 6 additions & 0 deletions packages/covector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## \[0.12.4]

### Enhancements

- [`6b78335`](https://www.github.com/jbolda/covector/commit/6b78335e559d7fa25b47d545e6d61cc993124d39) ([#358](https://www.github.com/jbolda/covector/pull/358) by [@jbolda](https://www.github.com/jbolda/covector/../../jbolda)) Adding a few more outputs from the `status` command for use cases which want to work off the derived state.

## \[0.12.3]

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/covector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "covector",
"version": "0.12.3",
"version": "0.12.4",
"license": "Apache-2.0",
"homepage": "https://github.com/jbolda/covector#readme",
"author": "Jacob Bolda <[email protected]> (https://www.jacobbolda.com/)",
Expand Down

0 comments on commit f9e6c8d

Please sign in to comment.