Skip to content

Commit ae3bb6b

Browse files
author
github-actions
committed
release: 0.2.0 [skip ci]
1 parent 52642c8 commit ae3bb6b

9 files changed

Lines changed: 20 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

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

5+
# [0.2.0](https://github.com/code-pushup/cli/compare/v0.1.1...v0.2.0) (2023-12-04)
6+
7+
### Bug Fixes
8+
9+
- **plugin-eslint:** dynamic import for optional peer dep @nx/devkit ([ab62f2f](https://github.com/code-pushup/cli/commit/ab62f2f38604fc28745b4ef99d7c2d44d93aacf2))
10+
11+
### Features
12+
13+
- **plugin-eslint:** add docs url ([d6a6b2a](https://github.com/code-pushup/cli/commit/d6a6b2ad899f9659b97acfd98c357df8f2c7a2ff))
14+
- **plugin-eslint:** provide Nx helper to combine eslint config from all projects ([82fa3e1](https://github.com/code-pushup/cli/commit/82fa3e18a5171b7f6f8a3b0b3ca33ec6d4cc2de6))
15+
- **plugin-eslint:** provide Nx helper to combine eslint configs from project with deps ([29cd887](https://github.com/code-pushup/cli/commit/29cd8876088ac7976bd3d9f484da6e46abafce9a))
16+
517
## [0.1.1](https://github.com/code-pushup/cli/compare/v0.1.0...v0.1.1) (2023-12-02)
618

719
# 0.1.0 (2023-12-01)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@code-pushup/cli-source",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"license": "MIT",
55
"scripts": {
66
"prepare": "husky install",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@code-pushup/cli",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"bin": {
55
"code-pushup": "index.js"
66
},

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@code-pushup/core",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"dependencies": {
55
"@code-pushup/models": "*",
66
"@code-pushup/utils": "*",

packages/models/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@code-pushup/models",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"dependencies": {
55
"zod": "^3.22.1",
66
"@code-pushup/portal-client": "^0.1.2"

packages/nx-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@code-pushup/nx-plugin",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"dependencies": {
55
"@nx/devkit": "^17.1.3",
66
"tslib": "2.6.2"

packages/plugin-eslint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@code-pushup/eslint-plugin",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"dependencies": {
55
"@code-pushup/utils": "*",
66
"@code-pushup/models": "*",

packages/plugin-lighthouse/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@code-pushup/lighthouse-plugin",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"dependencies": {
55
"@code-pushup/models": "*",
66
"lighthouse": "^11.0.0"

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@code-pushup/utils",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"dependencies": {
55
"@code-pushup/models": "*",
66
"bundle-require": "^4.0.1",

0 commit comments

Comments
 (0)