Skip to content

Commit

Permalink
release: 0.25.6 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Mar 5, 2024
1 parent dca0266 commit 61593d5
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 9 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

## [0.25.6](https://github.com/code-pushup/cli/compare/v0.25.5...v0.25.6) (2024-03-05)

### Bug Fixes

- **plugin-eslint:** pass arguments via config file instead of argv ([dca0266](https://github.com/code-pushup/cli/commit/dca026617c6f7e33e25bab06922dec417dfbc63e))

## [0.25.5](https://github.com/code-pushup/cli/compare/v0.25.4...v0.25.5) (2024-03-05)

## [0.25.4](https://github.com/code-pushup/cli/compare/v0.25.3...v0.25.4) (2024-03-05)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@code-pushup/cli-source",
"version": "0.25.5",
"version": "0.25.6",
"license": "MIT",
"homepage": "https://github.com/code-pushup/cli#readme",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@code-pushup/cli",
"version": "0.25.5",
"version": "0.25.6",
"license": "MIT",
"bin": {
"code-pushup": "index.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@code-pushup/core",
"version": "0.25.5",
"version": "0.25.6",
"license": "MIT",
"dependencies": {
"@code-pushup/models": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/models/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@code-pushup/models",
"version": "0.25.5",
"version": "0.25.6",
"license": "MIT",
"dependencies": {
"zod": "^3.22.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/nx-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@code-pushup/nx-plugin",
"version": "0.25.5",
"version": "0.25.6",
"license": "MIT",
"dependencies": {
"@nx/devkit": "^17.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-coverage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@code-pushup/coverage-plugin",
"version": "0.25.5",
"version": "0.25.6",
"dependencies": {
"@code-pushup/models": "*",
"@code-pushup/utils": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@code-pushup/eslint-plugin",
"version": "0.25.5",
"version": "0.25.6",
"license": "MIT",
"dependencies": {
"@code-pushup/utils": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-lighthouse/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@code-pushup/lighthouse-plugin",
"version": "0.25.5",
"version": "0.25.6",
"license": "MIT",
"dependencies": {
"@code-pushup/models": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@code-pushup/utils",
"version": "0.25.5",
"version": "0.25.6",
"dependencies": {
"@code-pushup/models": "*",
"bundle-require": "^4.0.1",
Expand Down

0 comments on commit 61593d5

Please sign in to comment.