Skip to content

Commit

Permalink
publish new versions (#290)
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 Sep 13, 2023
1 parent 48d11e3 commit 7da87a0
Show file tree
Hide file tree
Showing 18 changed files with 97 additions and 67 deletions.
5 changes: 0 additions & 5 deletions .changes/changelog-PR-detection.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/js-yaml-4.1.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/semver-7.5.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/zod-config-file.md

This file was deleted.

40 changes: 20 additions & 20 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.10.1]

### Dependencies

- Upgraded to `[email protected]`

## \[0.10.0]

### New Features
Expand Down
22 changes: 11 additions & 11 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.0",
"version": "0.10.1",
"main": "dist/index.js",
"license": "Apache-2.0",
"homepage": "https://github.com/jbolda/covector#readme",
Expand Down
7 changes: 7 additions & 0 deletions packages/apply/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## \[0.9.1]

### Dependencies

- Upgraded to `@covector/[email protected]`
- [`cb35f38`](https://www.github.com/jbolda/covector/commit/cb35f38287580597539f3c69d748ee330939cf84)([#291](https://www.github.com/jbolda/covector/pull/291)) Bumps `semver` minor to latest.

## \[0.9.0]

### Enhancements
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.0",
"version": "0.9.1",
"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.6.2",
"@covector/files": "0.7.0",
"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.10.2]

### Enhancements

- [`7498ecc`](https://www.github.com/jbolda/covector/commit/7498ecc332efd10a1d6d4b6cd487d2817c9a853d)([#289](https://www.github.com/jbolda/covector/pull/289)) Implement zod for config file schema parsing and checking. It will throw an error if the `config.json` has entries that do not match the schema.

### Dependencies

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

## \[0.10.1]

### Enhancements
Expand Down
4 changes: 2 additions & 2 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.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 @@ -17,7 +17,7 @@
},
"dependencies": {
"@covector/command": "0.7.0",
"@covector/files": "0.6.2",
"@covector/files": "0.7.0",
"effection": "^2.0.6",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
Expand Down
10 changes: 10 additions & 0 deletions packages/changelog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## \[0.10.0]

### Bug Fixes

- [`48d11e3`](https://www.github.com/jbolda/covector/commit/48d11e3ced019971a3252c2c9658d0af6179c980)([#292](https://www.github.com/jbolda/covector/pull/292)) Fix detecting PR number when the merge commit contains another PR or an issue number, for example: `fix: add new api, closes #123 (#225)`.

### Dependencies

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

## \[0.9.0]

### Enhancements
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.9.0",
"version": "0.10.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.6.2",
"@covector/files": "0.7.0",
"effection": "^2.0.6",
"lodash": "^4.17.21",
"remark-parse": "^9.0.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/covector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## \[0.10.1]

### Dependencies

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

## \[0.10.0]

### New Features
Expand Down
10 changes: 5 additions & 5 deletions packages/covector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "covector",
"version": "0.10.0",
"version": "0.10.1",
"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.0",
"@covector/assemble": "0.10.1",
"@covector/changelog": "0.9.0",
"@covector/apply": "0.9.1",
"@covector/assemble": "0.10.2",
"@covector/changelog": "0.10.0",
"@covector/command": "0.7.0",
"@covector/files": "0.6.2",
"@covector/files": "0.7.0",
"effection": "^2.0.6",
"globby": "^11.1.0",
"inquirer": "^8.2.5",
Expand Down
11 changes: 11 additions & 0 deletions packages/files/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## \[0.7.0]

### Enhancements

- [`7498ecc`](https://www.github.com/jbolda/covector/commit/7498ecc332efd10a1d6d4b6cd487d2817c9a853d)([#289](https://www.github.com/jbolda/covector/pull/289)) Implement zod for config file schema parsing and checking. It will throw an error if the `config.json` has entries that do not match the schema.

### Dependencies

- [`cb35f38`](https://www.github.com/jbolda/covector/commit/cb35f38287580597539f3c69d748ee330939cf84)([#291](https://www.github.com/jbolda/covector/pull/291)) Bumps `js-yaml` minor to sync on the same version.
- [`cb35f38`](https://www.github.com/jbolda/covector/commit/cb35f38287580597539f3c69d748ee330939cf84)([#291](https://www.github.com/jbolda/covector/pull/291)) Bumps `semver` minor to latest.

## \[0.6.2]

### Enhancements
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.6.2",
"version": "0.7.0",
"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 7da87a0

Please sign in to comment.