Skip to content

Commit

Permalink
release: 0.3.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 10, 2023
1 parent bb4e7b4 commit 8047ef7
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 8 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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

## [0.3.2](https://github.com/code-pushup/cli/compare/v0.3.1...v0.3.2) (2023-12-10)

## [0.3.1](https://github.com/code-pushup/cli/compare/v0.3.0...v0.3.1) (2023-12-04)

# [0.3.0](https://github.com/code-pushup/cli/compare/v0.2.0...v0.3.0) (2023-12-04)
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.3.1",
"version": "0.3.2",
"license": "MIT",
"scripts": {
"prepare": "husky install",
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.3.1",
"version": "0.3.2",
"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.3.1",
"version": "0.3.2",
"dependencies": {
"@code-pushup/models": "*",
"@code-pushup/utils": "*",
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.3.1",
"version": "0.3.2",
"dependencies": {
"zod": "^3.22.1",
"@code-pushup/portal-client": "^0.1.2"
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.3.1",
"version": "0.3.2",
"dependencies": {
"@nx/devkit": "^17.1.3",
"tslib": "2.6.2"
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.3.1",
"version": "0.3.2",
"dependencies": {
"@code-pushup/utils": "*",
"@code-pushup/models": "*",
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.3.1",
"version": "0.3.2",
"dependencies": {
"@code-pushup/models": "*",
"lighthouse": "^11.0.0"
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.3.1",
"version": "0.3.2",
"dependencies": {
"@code-pushup/models": "*",
"bundle-require": "^4.0.1",
Expand Down

0 comments on commit 8047ef7

Please sign in to comment.