Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent 2ac9d97 commit da8fc99
Show file tree
Hide file tree
Showing 12 changed files with 54 additions and 31 deletions.
8 changes: 0 additions & 8 deletions .changeset/forty-ears-juggle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-eyes-punch.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/hip-waves-punch.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/tender-kids-tickle.md

This file was deleted.

11 changes: 11 additions & 0 deletions actions/ci-lint-go/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# ci-lint-go

## 0.3.0

### Minor Changes

- [#677](https://github.com/smartcontractkit/.github/pull/677)
[`2ac9d97`](https://github.com/smartcontractkit/.github/commit/2ac9d97a83a5edded09af7fcf4ea5bce7a4473a4)
Thanks [@chudilka1](https://github.com/chudilka1)! - Added `only-new-issues`
flag to be set to `true` in golangci-lint (ci-lint-go). This setting is
critical. Without it, we cannot enable new rules without first resolving
outstanding debt.

## 0.2.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion actions/ci-lint-go/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ci-lint-go",
"version": "0.2.5",
"version": "0.3.0",
"description": "",
"private": true,
"scripts": {},
Expand Down
15 changes: 15 additions & 0 deletions actions/ci-sonarqube-go/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# ci-sonarqube-go

## 0.3.0

### Minor Changes

- [#672](https://github.com/smartcontractkit/.github/pull/672)
[`3d0601b`](https://github.com/smartcontractkit/.github/commit/3d0601bfa1378668aed23dd24017187dd40946e2)
Thanks [@chudilka1](https://github.com/chudilka1)! - Let SonarQube actions to
fetch reports from a default workflow (the workflow the action is specified)
if names of the workflows that produce reports are not mentioned

- [#674](https://github.com/smartcontractkit/.github/pull/674)
[`5f4a9c9`](https://github.com/smartcontractkit/.github/commit/5f4a9c9c3407dd499a1ebbc658a45b9beb9bf675)
Thanks [@chudilka1](https://github.com/chudilka1)! - Enable SonarQube actions
to set multiple paths to reports

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion actions/ci-sonarqube-go/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ci-sonarqube-go",
"version": "0.2.0",
"version": "0.3.0",
"description": "Add SonarQube for Golang to CI",
"private": true,
"scripts": {},
Expand Down
15 changes: 15 additions & 0 deletions actions/ci-sonarqube-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# ci-sonarqube-ts

## 0.3.0

### Minor Changes

- [#672](https://github.com/smartcontractkit/.github/pull/672)
[`3d0601b`](https://github.com/smartcontractkit/.github/commit/3d0601bfa1378668aed23dd24017187dd40946e2)
Thanks [@chudilka1](https://github.com/chudilka1)! - Let SonarQube actions to
fetch reports from a default workflow (the workflow the action is specified)
if names of the workflows that produce reports are not mentioned

- [#674](https://github.com/smartcontractkit/.github/pull/674)
[`5f4a9c9`](https://github.com/smartcontractkit/.github/commit/5f4a9c9c3407dd499a1ebbc658a45b9beb9bf675)
Thanks [@chudilka1](https://github.com/chudilka1)! - Enable SonarQube actions
to set multiple paths to reports

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion actions/ci-sonarqube-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ci-sonarqube-ts",
"version": "0.2.0",
"version": "0.3.0",
"description": "Add SonarQube for Typescript to CI",
"private": true,
"scripts": {},
Expand Down
9 changes: 9 additions & 0 deletions actions/ctf-build-test-image/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# ctf-build-test-image

## 0.2.0

### Minor Changes

- [#662](https://github.com/smartcontractkit/.github/pull/662)
[`f1f2dac`](https://github.com/smartcontractkit/.github/commit/f1f2dac0a20f0e02408eb7f528c768fe95c39229)
Thanks [@kalverra](https://github.com/kalverra)! - Adds `suites` input to
image sha

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion actions/ctf-build-test-image/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ctf-build-test-image",
"version": "0.1.1",
"version": "0.2.0",
"description": "",
"private": true,
"scripts": {},
Expand Down

0 comments on commit da8fc99

Please sign in to comment.