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 22, 2024
1 parent f5b2e5a commit 79fd316
Show file tree
Hide file tree
Showing 22 changed files with 97 additions and 77 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.

8 changes: 0 additions & 8 deletions .changes/currentVersion-property.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.

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

This file was deleted.

50 changes: 25 additions & 25 deletions package-lock.json

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

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

## \[0.11.0]

- [`9480736`](https://www.github.com/jbolda/covector/commit/9480736961fb92b1861938015b1be3fd53ee5355)([#299](https://www.github.com/jbolda/covector/pull/299)) Return additional `status` content from `covector` to enable posting a comment in PR providing additional context of the expected change files.
- [`9480736`](https://www.github.com/jbolda/covector/commit/9480736961fb92b1861938015b1be3fd53ee5355)([#299](https://www.github.com/jbolda/covector/pull/299)) Add option to post a comment in a GitHub pull request comment lifting the context from covector.

### Dependencies

- Upgraded to `[email protected]`

## \[0.10.2]

### Dependencies
Expand Down
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.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)) 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)) 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
9 changes: 9 additions & 0 deletions packages/assemble/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## \[0.10.4]

- [`9e111fc`](https://www.github.com/jbolda/covector/commit/9e111fcf2431690b8719ca493e6580a42e72c457)([#304](https://www.github.com/jbolda/covector/pull/304)) Add currentVersion property to more easily refer to the version before a bump.

### 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.10.4",
"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
6 changes: 6 additions & 0 deletions packages/changelog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## \[0.10.2]

### 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.10.2",
"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)) 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
14 changes: 14 additions & 0 deletions packages/covector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## \[0.11.0]

- [`9480736`](https://www.github.com/jbolda/covector/commit/9480736961fb92b1861938015b1be3fd53ee5355)([#299](https://www.github.com/jbolda/covector/pull/299)) Return additional `status` content from `covector` to enable posting a comment in PR providing additional context of the expected change files.
- [`9e111fc`](https://www.github.com/jbolda/covector/commit/9e111fcf2431690b8719ca493e6580a42e72c457)([#304](https://www.github.com/jbolda/covector/pull/304)) `status` command was mutating the package file representation when running the validation function. Use `cloneDeep` for the time being to work around it.
- [`9480736`](https://www.github.com/jbolda/covector/commit/9480736961fb92b1861938015b1be3fd53ee5355)([#299](https://www.github.com/jbolda/covector/pull/299)) Allow running status command without logging. This allows the command to also serve more utilitarian purposes as well.

### Dependencies

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

## \[0.10.2]

### Dependencies
Expand Down
12 changes: 6 additions & 6 deletions packages/covector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "covector",
"version": "0.10.2",
"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 @@ -19,11 +19,11 @@
"prepublishOnly": "tsc -b"
},
"dependencies": {
"@covector/apply": "0.9.2",
"@covector/assemble": "0.10.3",
"@covector/changelog": "0.10.1",
"@covector/command": "0.7.0",
"@covector/files": "0.7.1",
"@covector/apply": "0.9.3",
"@covector/assemble": "0.10.4",
"@covector/changelog": "0.10.2",
"@covector/command": "0.7.1",
"@covector/files": "0.7.2",
"effection": "^2.0.6",
"globby": "^11.1.0",
"inquirer": "^8.2.5",
Expand Down
4 changes: 4 additions & 0 deletions packages/files/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## \[0.7.2]

- [`9e111fc`](https://www.github.com/jbolda/covector/commit/9e111fcf2431690b8719ca493e6580a42e72c457)([#304](https://www.github.com/jbolda/covector/pull/304)) Add currentVersion property to more easily refer to the version before a bump.

## \[0.7.1]

- [`4bd5245`](https://www.github.com/jbolda/covector/commit/4bd5245c2c804f61f89fc4dd67aa12ef6675a563)([#297](https://www.github.com/jbolda/covector/pull/297)) Include `timeout` in the `.changes/config.json` schema. It was throwing an error that it was invalid, but it is indeed valid.
Expand Down
2 changes: 1 addition & 1 deletion packages/files/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@covector/files",
"version": "0.7.1",
"version": "0.7.2",
"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 79fd316

Please sign in to comment.