Skip to content

Commit

Permalink
chore: release [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
tophat-opensource-bot committed Nov 2, 2022
1 parent 6de8d31 commit db2f1e4
Show file tree
Hide file tree
Showing 7 changed files with 45 additions and 8 deletions.
19 changes: 19 additions & 0 deletions packages/commit-watch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Changelog

<!-- MONODEPLOY:BELOW -->

## [1.0.0](https://github.com/tophat/commit-utils/compare/[email protected]@1.0.0) "commit-watch" (2022-11-02)<a name="1.0.0"></a>

### Breaking Changes

* Full rewrite of commit watch. Subtle changes in config API. Removal of config file support, added CLI flags. Note that environment variables have stayed the same. ([ff33c1a](https://github.com/tophat/commit-utils/commits/ff33c1a))

### Dependencies

* update dependency @types/node to ^18.11.9 (#137) ([bf5e8c1](https://github.com/tophat/commit-utils/commits/bf5e8c1))

### Features

* migrate commit-watch to TypeScript ([ff33c1a](https://github.com/tophat/commit-utils/commits/ff33c1a))


6 changes: 3 additions & 3 deletions packages/commit-watch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "commit-watch",
"version": "0.3.0",
"version": "1.0.0",
"description": "commit message status check for continuous integration",
"author": "Top Hat Monocle Corp. <[email protected]>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -32,7 +32,7 @@
"@commitlint/format": "^17.0.0",
"@commitlint/lint": "^17.1.0",
"@commitlint/types": "^17.0.0",
"@tophat/commitlint-config": "workspace:*",
"@tophat/commitlint-config": "workspace:^1.0.1",
"axios": "^1.1.3",
"chalk": "^4.1.2",
"clipanion": "^3.2.0-rc.13",
Expand All @@ -41,7 +41,7 @@
"typanion": "^3.12.1"
},
"peerDependencies": {
"@tophat/commitlint-config": ">= 1.0.0"
"@tophat/commitlint-config": "^1.0.1"
},
"devDependencies": {
"@types/git-raw-commits": "^2.0.1",
Expand Down
9 changes: 9 additions & 0 deletions packages/commitizen-adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

<!-- MONODEPLOY:BELOW -->

## [1.0.1](https://github.com/tophat/commit-utils/compare/@tophat/[email protected]...@tophat/[email protected]) "@tophat/commitizen-adapter" (2022-11-02)<a name="1.0.1"></a>

### Dependencies

* update dependency @types/node to ^18.11.9 (#137) ([bf5e8c1](https://github.com/tophat/commit-utils/commits/bf5e8c1))




## [1.0.0](https://github.com/tophat/commit-utils/compare/@tophat/[email protected]...@tophat/[email protected]) "@tophat/commitizen-adapter" (2022-10-19)<a name="1.0.0"></a>

### Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/commitizen-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tophat/commitizen-adapter",
"version": "1.0.0",
"version": "1.0.1",
"description": "A customized Commitizen adapter for commit message standardization and automatic semantic versioning.",
"author": "Top Hat",
"homepage": "https://github.com/tophat/commit-utils#readme",
Expand Down
9 changes: 9 additions & 0 deletions packages/commitlint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

<!-- MONODEPLOY:BELOW -->

## [1.0.1](https://github.com/tophat/commit-utils/compare/@tophat/[email protected]...@tophat/[email protected]) "@tophat/commitlint-config" (2022-11-02)<a name="1.0.1"></a>

### Bug Fixes

* typescript types in rule object ([de03771](https://github.com/tophat/commit-utils/commits/de03771))




## [1.0.0](https://github.com/tophat/commit-utils/compare/@tophat/[email protected]...@tophat/[email protected]) "@tophat/commitlint-config" (2022-10-19)<a name="1.0.0"></a>

### Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/commitlint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tophat/commitlint-config",
"version": "1.0.0",
"version": "1.0.1",
"description": "Top Hat's config for commitlint",
"author": "Top Hat",
"homepage": "https://github.com/tophat/commit-utils#readme",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3835,7 +3835,7 @@ __metadata:
languageName: node
linkType: hard

"@tophat/commitlint-config@workspace:*, @tophat/commitlint-config@workspace:packages/commitlint-config":
"@tophat/commitlint-config@workspace:^1.0.1, @tophat/commitlint-config@workspace:packages/commitlint-config":
version: 0.0.0-use.local
resolution: "@tophat/commitlint-config@workspace:packages/commitlint-config"
dependencies:
Expand Down Expand Up @@ -7533,7 +7533,7 @@ __metadata:
"@commitlint/format": ^17.0.0
"@commitlint/lint": ^17.1.0
"@commitlint/types": ^17.0.0
"@tophat/commitlint-config": "workspace:*"
"@tophat/commitlint-config": "workspace:^1.0.1"
"@types/git-raw-commits": ^2.0.1
"@types/jest": ^29.2.1
"@types/node": ^18.11.9
Expand All @@ -7545,7 +7545,7 @@ __metadata:
junit-report-builder: ^3.0.1
typanion: ^3.12.1
peerDependencies:
"@tophat/commitlint-config": ">= 1.0.0"
"@tophat/commitlint-config": ^1.0.1
bin:
commit-watch: src/bin.ts
languageName: unknown
Expand Down

0 comments on commit db2f1e4

Please sign in to comment.