Skip to content

Commit

Permalink
publish new versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jbolda authored May 31, 2024
1 parent 0027486 commit 64bf3cd
Show file tree
Hide file tree
Showing 31 changed files with 126 additions and 120 deletions.
6 changes: 0 additions & 6 deletions .changes/change-pr-299.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/cloneDeep-status-validation.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/createContext-wiring.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changes/currentVersion-property.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/diff-filter-remove-empty.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/fetch-command-user-agent.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/github-comment-status.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/no-changes-note-sha.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/recognize-contributors.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/remove-github-md-links.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/silent-apply-and-status.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/toml-inital-release.md

This file was deleted.

57 changes: 29 additions & 28 deletions package-lock.json

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

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

## \[0.11.0]

- [`9480736`](https://www.github.com/jbolda/covector/commit/9480736961fb92b1861938015b1be3fd53ee5355) ([#299](https://www.github.com/jbolda/covector/pull/299) by [@jbolda](https://www.github.com/jbolda/covector/../../jbolda)) Return additional `status` content from `covector` to enable posting a comment in PR providing additional context of the expected change files.
- [`9202dca`](https://www.github.com/jbolda/covector/commit/9202dca0d8d0fd114ecceb4154c58bc764b85c43) ([#307](https://www.github.com/jbolda/covector/pull/307) by [@jbolda](https://www.github.com/jbolda/covector/../../jbolda)) Pass `createContext` function from action through to changelog to enable passing specific context usable within changelogs.
- [`9480736`](https://www.github.com/jbolda/covector/commit/9480736961fb92b1861938015b1be3fd53ee5355) ([#299](https://www.github.com/jbolda/covector/pull/299) by [@jbolda](https://www.github.com/jbolda/covector/../../jbolda)) Add option to post a comment in a GitHub pull request comment lifting the context from covector.
- [`2db4d6e`](https://www.github.com/jbolda/covector/commit/2db4d6edc661442612a390a375b6bab7853c0968) ([#309](https://www.github.com/jbolda/covector/pull/309) by [@jbolda](https://www.github.com/jbolda/covector/../../jbolda)) The GitHub comment was previously rather terse. We are now including the sha within the comment so as to make it clear when the command last ran.
- [`9202dca`](https://www.github.com/jbolda/covector/commit/9202dca0d8d0fd114ecceb4154c58bc764b85c43) ([#307](https://www.github.com/jbolda/covector/pull/307) by [@jbolda](https://www.github.com/jbolda/covector/../../jbolda)) Query the GitHub API for the PR creator, and highlight their names in the changelogs for recognition of their contribution.
- [`737ebed`](https://www.github.com/jbolda/covector/commit/737ebed96593454aa8517b8e32a1f04566097646) ([#310](https://www.github.com/jbolda/covector/pull/310) by [@jbolda](https://www.github.com/jbolda/covector/../../jbolda)) Fix links within GitHub by removing the explicit markdown syntax to allow GitHub Flavored Markdown to resolve, render and interlink the Version Packages PR with the change files and their PRs.

### Dependencies

- Upgraded to `[email protected]`

## \[0.10.2]

### Dependencies
Expand Down
Binary file modified packages/action/dist/covector_toml_bg.wasm
Binary file not shown.
12 changes: 6 additions & 6 deletions 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.10.2",
"version": "0.11.0",
"main": "dist/index.js",
"license": "Apache-2.0",
"homepage": "https://github.com/jbolda/covector#readme",
Expand Down
9 changes: 9 additions & 0 deletions packages/apply/CHANGELOG.md
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) by [@jbolda](https://www.github.com/jbolda/covector/../../jbolda)) 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) by [@jbolda](https://www.github.com/jbolda/covector/../../jbolda)) 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
Expand Down
4 changes: 2 additions & 2 deletions packages/apply/package.json
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/)",
Expand All @@ -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"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/assemble/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## \[0.11.0]

- [`9e111fc`](https://www.github.com/jbolda/covector/commit/9e111fcf2431690b8719ca493e6580a42e72c457) ([#304](https://www.github.com/jbolda/covector/pull/304) by [@jbolda](https://www.github.com/jbolda/covector/../../jbolda)) Add currentVersion property to more easily refer to the version before a bump.
- [`9202dca`](https://www.github.com/jbolda/covector/commit/9202dca0d8d0fd114ecceb4154c58bc764b85c43) ([#307](https://www.github.com/jbolda/covector/pull/307) by [@jbolda](https://www.github.com/jbolda/covector/../../jbolda)) Use additional git log flags, `--diff-filter=ACM --remove-empty`, to filter out previous versions of files with non-unique (across all shas) file names.

### Dependencies

- Upgraded to `@covector/[email protected]`
- Upgraded to `@covector/[email protected]`

## \[0.10.3]

### Dependencies
Expand Down
6 changes: 3 additions & 3 deletions packages/assemble/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@covector/assemble",
"version": "0.10.3",
"version": "0.11.0",
"license": "Apache-2.0",
"homepage": "https://github.com/jbolda/covector#readme",
"author": "Jacob Bolda <[email protected]> (https://www.jacobbolda.com/)",
Expand All @@ -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",
Expand Down
9 changes: 9 additions & 0 deletions packages/changelog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## \[0.11.0]

- [`9202dca`](https://www.github.com/jbolda/covector/commit/9202dca0d8d0fd114ecceb4154c58bc764b85c43) ([#307](https://www.github.com/jbolda/covector/pull/307) by [@jbolda](https://www.github.com/jbolda/covector/../../jbolda)) Pass `createContext` function from action through to changelog to enable passing specific context usable within changelogs.
- [`9202dca`](https://www.github.com/jbolda/covector/commit/9202dca0d8d0fd114ecceb4154c58bc764b85c43) ([#307](https://www.github.com/jbolda/covector/pull/307) by [@jbolda](https://www.github.com/jbolda/covector/../../jbolda)) Query the GitHub API for the PR creator, and highlight their names in the changelogs for recognition of their contribution.

### Dependencies

- Upgraded to `@covector/[email protected]`

## \[0.10.1]

### Dependencies
Expand Down
4 changes: 2 additions & 2 deletions packages/changelog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@covector/changelog",
"version": "0.10.1",
"version": "0.11.0",
"license": "Apache-2.0",
"homepage": "https://github.com/jbolda/covector#readme",
"author": "Jacob Bolda <[email protected]> (https://www.jacobbolda.com/)",
Expand All @@ -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",
Expand Down
4 changes: 4 additions & 0 deletions packages/command/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## \[0.7.1]

- [`f5b2e5a`](https://www.github.com/jbolda/covector/commit/f5b2e5a8d129d15234080d3161e3702fe1cae1b5) ([#306](https://www.github.com/jbolda/covector/pull/306) by [@jbolda](https://www.github.com/jbolda/covector/../../jbolda)) The crates.io API endpoint requires a User Agent otherwise it returns a 403. Added agent to the fetch calls.

## \[0.7.0]

### New Features
Expand Down
2 changes: 1 addition & 1 deletion packages/command/package.json
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/)",
Expand Down
Loading

0 comments on commit 64bf3cd

Please sign in to comment.