Skip to content

Commit

Permalink
chore: release main (#115)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Mar 14, 2024
1 parent 90ef449 commit cfd2557
Show file tree
Hide file tree
Showing 13 changed files with 60 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"packages/github":"1.6.0","packages/junit":"1.3.0","packages/silent":"1.2.4","packages/bail":"1.1.4","packages/testwatch":"1.4.3","packages/slow":"1.0.0"}
{"packages/github":"1.7.0","packages/junit":"1.3.1","packages/silent":"1.2.5","packages/bail":"1.2.0","packages/testwatch":"1.4.3","packages/slow":"1.0.1","packages/mocha":"1.0.0"}
12 changes: 12 additions & 0 deletions packages/bail/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.2.0](https://github.com/MoLow/reporters/compare/bail-v1.1.4...bail-v1.2.0) (2024-03-14)


### Features

* add mocha reporter ([#116](https://github.com/MoLow/reporters/issues/116)) ([90ef449](https://github.com/MoLow/reporters/commit/90ef4490665e19cab1ceebf8a77e78b54e38f668))


### Tests

* migrate snapshots to snap ([#114](https://github.com/MoLow/reporters/issues/114)) ([1d3ca6a](https://github.com/MoLow/reporters/commit/1d3ca6ad12b4abb5c47adc775b47c205a4214e0a))

## [1.1.4](https://github.com/MoLow/reporters/compare/bail-v1.1.3...bail-v1.1.4) (2024-01-04)


Expand Down
2 changes: 1 addition & 1 deletion packages/bail/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reporters/bail",
"version": "1.1.4",
"version": "1.2.0",
"description": "A Bail library for `node:test`",
"type": "commonjs",
"keywords": [
Expand Down
12 changes: 12 additions & 0 deletions packages/github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.7.0](https://github.com/MoLow/reporters/compare/github-v1.6.0...github-v1.7.0) (2024-03-14)


### Features

* add mocha reporter ([#116](https://github.com/MoLow/reporters/issues/116)) ([90ef449](https://github.com/MoLow/reporters/commit/90ef4490665e19cab1ceebf8a77e78b54e38f668))


### Tests

* migrate snapshots to snap ([#114](https://github.com/MoLow/reporters/issues/114)) ([1d3ca6a](https://github.com/MoLow/reporters/commit/1d3ca6ad12b4abb5c47adc775b47c205a4214e0a))

## [1.6.0](https://github.com/MoLow/reporters/compare/github-v1.5.4...github-v1.6.0) (2024-02-01)


Expand Down
2 changes: 1 addition & 1 deletion packages/github/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reporters/github",
"version": "1.6.0",
"version": "1.7.0",
"description": "A github actions reporter for `node:test`",
"type": "commonjs",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/junit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.3.1](https://github.com/MoLow/reporters/compare/junit-v1.3.0...junit-v1.3.1) (2024-03-14)


### Tests

* migrate snapshots to snap ([#114](https://github.com/MoLow/reporters/issues/114)) ([1d3ca6a](https://github.com/MoLow/reporters/commit/1d3ca6ad12b4abb5c47adc775b47c205a4214e0a))

## [1.3.0](https://github.com/MoLow/reporters/compare/junit-v1.2.6...junit-v1.3.0) (2024-02-01)


Expand Down
2 changes: 1 addition & 1 deletion packages/junit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reporters/junit",
"version": "1.3.0",
"version": "1.3.1",
"description": "A jUnit reporter for `node:test`",
"type": "commonjs",
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions packages/mocha/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## 1.0.0 (2024-03-14)


### Features

* add mocha reporter ([#116](https://github.com/MoLow/reporters/issues/116)) ([90ef449](https://github.com/MoLow/reporters/commit/90ef4490665e19cab1ceebf8a77e78b54e38f668))
2 changes: 1 addition & 1 deletion packages/mocha/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reporters/mocha",
"version": "1.2.4",
"version": "1.0.0",
"description": "use any mocha reporter with `node:test`",
"type": "commonjs",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/silent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.2.5](https://github.com/MoLow/reporters/compare/silent-v1.2.4...silent-v1.2.5) (2024-03-14)


### Tests

* migrate snapshots to snap ([#114](https://github.com/MoLow/reporters/issues/114)) ([1d3ca6a](https://github.com/MoLow/reporters/commit/1d3ca6ad12b4abb5c47adc775b47c205a4214e0a))

## [1.2.4](https://github.com/MoLow/reporters/compare/silent-v1.2.3...silent-v1.2.4) (2023-09-26)


Expand Down
2 changes: 1 addition & 1 deletion packages/silent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reporters/silent",
"version": "1.2.4",
"version": "1.2.5",
"description": "A silent reporter for `node:test`",
"type": "commonjs",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/slow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.1](https://github.com/MoLow/reporters/compare/slow-v1.0.0...slow-v1.0.1) (2024-03-14)


### Tests

* migrate snapshots to snap ([#114](https://github.com/MoLow/reporters/issues/114)) ([1d3ca6a](https://github.com/MoLow/reporters/commit/1d3ca6ad12b4abb5c47adc775b47c205a4214e0a))

## 1.0.0 (2024-01-04)


Expand Down
2 changes: 1 addition & 1 deletion packages/slow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reporters/slow",
"version": "1.0.0",
"version": "1.0.1",
"description": "A slow tests reporter for `node:test`",
"type": "commonjs",
"keywords": [
Expand Down

0 comments on commit cfd2557

Please sign in to comment.