diff --git a/.changeset/big-bikes-beam.md b/.changeset/big-bikes-beam.md deleted file mode 100644 index 986db4b1..00000000 --- a/.changeset/big-bikes-beam.md +++ /dev/null @@ -1,39 +0,0 @@ ---- -"cicd-build-publish-artifacts-go": patch -"cicd-build-publish-artifacts-ts": patch -"guard-from-missing-changesets": patch -"cicd-build-publish-charts": patch -"cicd-build-publish-docker": patch -"llm-action-error-reporter": patch -"crib-deploy-environment": patch -"guard-tag-from-branch": patch -"cleanup-old-branches": patch -"ctf-build-test-image": patch -"ctf-run-tests-binary": patch -"slack-notify-git-ref": patch -"md-confluence-sync": patch -"wait-for-workflows": patch -"ci-benchmarking": patch -"ci-sonarqube-go": patch -"ci-sonarqube-ts": patch -"cicd-changesets": patch -"ctf-build-image": patch -"ctf-build-tests": patch -"ci-kubeconform": patch -"ci-lint-charts": patch -"setup-renovate": patch -"update-actions": patch -"ctf-run-tests": patch -"llm-pr-writer": patch -"ci-lint-misc": patch -"ctf-setup-go": patch -"setup-golang": patch -"ci-prettier": patch -"ci-test-sol": patch -"ci-lint-go": patch -"ci-lint-ts": patch -"ci-test-go": patch -"ci-test-ts": patch ---- - -chore: pin actions/\* dependencies to major version tag diff --git a/actions/ci-benchmarking/CHANGELOG.md b/actions/ci-benchmarking/CHANGELOG.md index 053691b1..c08dbcaa 100644 --- a/actions/ci-benchmarking/CHANGELOG.md +++ b/actions/ci-benchmarking/CHANGELOG.md @@ -1,5 +1,14 @@ # ci-benchmarking +## 1.0.4 + +### Patch Changes + +- [#855](https://github.com/smartcontractkit/.github/pull/855) + [`18a8a89`](https://github.com/smartcontractkit/.github/commit/18a8a89b23006355003b705d55acaf329c384d94) + Thanks [@erikburt](https://github.com/erikburt)! - chore: pin actions/\* + dependencies to major version tag + ## 1.0.3 ### Patch Changes diff --git a/actions/ci-benchmarking/package.json b/actions/ci-benchmarking/package.json index 20a0f378..7ee445a7 100644 --- a/actions/ci-benchmarking/package.json +++ b/actions/ci-benchmarking/package.json @@ -1,6 +1,6 @@ { "name": "ci-benchmarking", - "version": "1.0.3", + "version": "1.0.4", "description": "Reusable action for storing historical performance data from go benchmark tests in CI with notifications for regressions", "private": true, "scripts": {}, diff --git a/actions/ci-kubeconform/CHANGELOG.md b/actions/ci-kubeconform/CHANGELOG.md index a5908909..eab4f0bb 100644 --- a/actions/ci-kubeconform/CHANGELOG.md +++ b/actions/ci-kubeconform/CHANGELOG.md @@ -1,5 +1,14 @@ # ci-kubeconform +## 0.2.3 + +### Patch Changes + +- [#855](https://github.com/smartcontractkit/.github/pull/855) + [`18a8a89`](https://github.com/smartcontractkit/.github/commit/18a8a89b23006355003b705d55acaf329c384d94) + Thanks [@erikburt](https://github.com/erikburt)! - chore: pin actions/\* + dependencies to major version tag + ## 0.2.2 ### Patch Changes diff --git a/actions/ci-kubeconform/package.json b/actions/ci-kubeconform/package.json index 14afb5bf..ff362298 100644 --- a/actions/ci-kubeconform/package.json +++ b/actions/ci-kubeconform/package.json @@ -1,6 +1,6 @@ { "name": "ci-kubeconform", - "version": "0.2.2", + "version": "0.2.3", "description": "", "private": true, "scripts": {}, diff --git a/actions/ci-lint-charts/CHANGELOG.md b/actions/ci-lint-charts/CHANGELOG.md index 31d45f3c..17ad61f3 100644 --- a/actions/ci-lint-charts/CHANGELOG.md +++ b/actions/ci-lint-charts/CHANGELOG.md @@ -1,5 +1,14 @@ # ci-lint-charts +## 0.2.3 + +### Patch Changes + +- [#855](https://github.com/smartcontractkit/.github/pull/855) + [`18a8a89`](https://github.com/smartcontractkit/.github/commit/18a8a89b23006355003b705d55acaf329c384d94) + Thanks [@erikburt](https://github.com/erikburt)! - chore: pin actions/\* + dependencies to major version tag + ## 0.2.2 ### Patch Changes diff --git a/actions/ci-lint-charts/package.json b/actions/ci-lint-charts/package.json index c9f1eae1..0b9f076d 100644 --- a/actions/ci-lint-charts/package.json +++ b/actions/ci-lint-charts/package.json @@ -1,6 +1,6 @@ { "name": "ci-lint-charts", - "version": "0.2.2", + "version": "0.2.3", "description": "", "private": true, "scripts": {}, diff --git a/actions/ci-lint-go/CHANGELOG.md b/actions/ci-lint-go/CHANGELOG.md index 90d4de48..356f66b0 100644 --- a/actions/ci-lint-go/CHANGELOG.md +++ b/actions/ci-lint-go/CHANGELOG.md @@ -1,5 +1,14 @@ # ci-lint-go +## 0.3.1 + +### Patch Changes + +- [#855](https://github.com/smartcontractkit/.github/pull/855) + [`18a8a89`](https://github.com/smartcontractkit/.github/commit/18a8a89b23006355003b705d55acaf329c384d94) + Thanks [@erikburt](https://github.com/erikburt)! - chore: pin actions/\* + dependencies to major version tag + ## 0.3.0 ### Minor Changes diff --git a/actions/ci-lint-go/package.json b/actions/ci-lint-go/package.json index 37d9e4e2..6142660e 100644 --- a/actions/ci-lint-go/package.json +++ b/actions/ci-lint-go/package.json @@ -1,6 +1,6 @@ { "name": "ci-lint-go", - "version": "0.3.0", + "version": "0.3.1", "description": "", "private": true, "scripts": {}, diff --git a/actions/ci-lint-misc/CHANGELOG.md b/actions/ci-lint-misc/CHANGELOG.md index 4d160332..4f40aac4 100644 --- a/actions/ci-lint-misc/CHANGELOG.md +++ b/actions/ci-lint-misc/CHANGELOG.md @@ -1,5 +1,14 @@ # ci-lint-misc +## 0.1.4 + +### Patch Changes + +- [#855](https://github.com/smartcontractkit/.github/pull/855) + [`18a8a89`](https://github.com/smartcontractkit/.github/commit/18a8a89b23006355003b705d55acaf329c384d94) + Thanks [@erikburt](https://github.com/erikburt)! - chore: pin actions/\* + dependencies to major version tag + ## 0.1.3 ### Patch Changes diff --git a/actions/ci-lint-misc/package.json b/actions/ci-lint-misc/package.json index fa440389..af5bde14 100644 --- a/actions/ci-lint-misc/package.json +++ b/actions/ci-lint-misc/package.json @@ -1,6 +1,6 @@ { "name": "ci-lint-misc", - "version": "0.1.3", + "version": "0.1.4", "description": "", "private": true, "scripts": {}, diff --git a/actions/ci-lint-ts/CHANGELOG.md b/actions/ci-lint-ts/CHANGELOG.md index 4eb39e9f..a5e0c39f 100644 --- a/actions/ci-lint-ts/CHANGELOG.md +++ b/actions/ci-lint-ts/CHANGELOG.md @@ -1,5 +1,14 @@ # ci-lint-ts +## 0.2.2 + +### Patch Changes + +- [#855](https://github.com/smartcontractkit/.github/pull/855) + [`18a8a89`](https://github.com/smartcontractkit/.github/commit/18a8a89b23006355003b705d55acaf329c384d94) + Thanks [@erikburt](https://github.com/erikburt)! - chore: pin actions/\* + dependencies to major version tag + ## 0.2.1 ### Patch Changes diff --git a/actions/ci-lint-ts/package.json b/actions/ci-lint-ts/package.json index ecc0ab29..8331c44c 100644 --- a/actions/ci-lint-ts/package.json +++ b/actions/ci-lint-ts/package.json @@ -1,6 +1,6 @@ { "name": "ci-lint-ts", - "version": "0.2.1", + "version": "0.2.2", "description": "", "private": true, "scripts": {}, diff --git a/actions/ci-prettier/CHANGELOG.md b/actions/ci-prettier/CHANGELOG.md index 4a115512..8f981936 100644 --- a/actions/ci-prettier/CHANGELOG.md +++ b/actions/ci-prettier/CHANGELOG.md @@ -1,5 +1,14 @@ # ci-prettier +## 0.1.3 + +### Patch Changes + +- [#855](https://github.com/smartcontractkit/.github/pull/855) + [`18a8a89`](https://github.com/smartcontractkit/.github/commit/18a8a89b23006355003b705d55acaf329c384d94) + Thanks [@erikburt](https://github.com/erikburt)! - chore: pin actions/\* + dependencies to major version tag + ## 0.1.2 ### Patch Changes diff --git a/actions/ci-prettier/package.json b/actions/ci-prettier/package.json index 1cab561e..9fa17bbc 100644 --- a/actions/ci-prettier/package.json +++ b/actions/ci-prettier/package.json @@ -1,6 +1,6 @@ { "name": "ci-prettier", - "version": "0.1.2", + "version": "0.1.3", "description": "", "private": true, "scripts": {}, diff --git a/actions/ci-sonarqube-go/CHANGELOG.md b/actions/ci-sonarqube-go/CHANGELOG.md index 6fc790ac..5339122b 100644 --- a/actions/ci-sonarqube-go/CHANGELOG.md +++ b/actions/ci-sonarqube-go/CHANGELOG.md @@ -1,5 +1,14 @@ # ci-sonarqube-go +## 0.3.1 + +### Patch Changes + +- [#855](https://github.com/smartcontractkit/.github/pull/855) + [`18a8a89`](https://github.com/smartcontractkit/.github/commit/18a8a89b23006355003b705d55acaf329c384d94) + Thanks [@erikburt](https://github.com/erikburt)! - chore: pin actions/\* + dependencies to major version tag + ## 0.3.0 ### Minor Changes diff --git a/actions/ci-sonarqube-go/package.json b/actions/ci-sonarqube-go/package.json index 551e8b12..fd2e5105 100644 --- a/actions/ci-sonarqube-go/package.json +++ b/actions/ci-sonarqube-go/package.json @@ -1,6 +1,6 @@ { "name": "ci-sonarqube-go", - "version": "0.3.0", + "version": "0.3.1", "description": "Add SonarQube for Golang to CI", "private": true, "scripts": {}, diff --git a/actions/ci-sonarqube-ts/CHANGELOG.md b/actions/ci-sonarqube-ts/CHANGELOG.md index 595f5f36..d507293d 100644 --- a/actions/ci-sonarqube-ts/CHANGELOG.md +++ b/actions/ci-sonarqube-ts/CHANGELOG.md @@ -1,5 +1,14 @@ # ci-sonarqube-ts +## 0.3.1 + +### Patch Changes + +- [#855](https://github.com/smartcontractkit/.github/pull/855) + [`18a8a89`](https://github.com/smartcontractkit/.github/commit/18a8a89b23006355003b705d55acaf329c384d94) + Thanks [@erikburt](https://github.com/erikburt)! - chore: pin actions/\* + dependencies to major version tag + ## 0.3.0 ### Minor Changes diff --git a/actions/ci-sonarqube-ts/package.json b/actions/ci-sonarqube-ts/package.json index 4cd14fd7..e3d22a8c 100644 --- a/actions/ci-sonarqube-ts/package.json +++ b/actions/ci-sonarqube-ts/package.json @@ -1,6 +1,6 @@ { "name": "ci-sonarqube-ts", - "version": "0.3.0", + "version": "0.3.1", "description": "Add SonarQube for Typescript to CI", "private": true, "scripts": {}, diff --git a/actions/ci-test-go/CHANGELOG.md b/actions/ci-test-go/CHANGELOG.md index fe36c222..b99d7314 100644 --- a/actions/ci-test-go/CHANGELOG.md +++ b/actions/ci-test-go/CHANGELOG.md @@ -1,5 +1,14 @@ # ci-test-go +## 0.3.3 + +### Patch Changes + +- [#855](https://github.com/smartcontractkit/.github/pull/855) + [`18a8a89`](https://github.com/smartcontractkit/.github/commit/18a8a89b23006355003b705d55acaf329c384d94) + Thanks [@erikburt](https://github.com/erikburt)! - chore: pin actions/\* + dependencies to major version tag + ## 0.3.2 ### Patch Changes diff --git a/actions/ci-test-go/package.json b/actions/ci-test-go/package.json index c46b6b1e..f2ad5d6b 100644 --- a/actions/ci-test-go/package.json +++ b/actions/ci-test-go/package.json @@ -1,6 +1,6 @@ { "name": "ci-test-go", - "version": "0.3.2", + "version": "0.3.3", "description": "", "private": true, "scripts": {}, diff --git a/actions/ci-test-sol/CHANGELOG.md b/actions/ci-test-sol/CHANGELOG.md index 63eba40c..0a977724 100644 --- a/actions/ci-test-sol/CHANGELOG.md +++ b/actions/ci-test-sol/CHANGELOG.md @@ -1,5 +1,14 @@ # ci-test-sol +## 0.1.5 + +### Patch Changes + +- [#855](https://github.com/smartcontractkit/.github/pull/855) + [`18a8a89`](https://github.com/smartcontractkit/.github/commit/18a8a89b23006355003b705d55acaf329c384d94) + Thanks [@erikburt](https://github.com/erikburt)! - chore: pin actions/\* + dependencies to major version tag + ## 0.1.4 ### Patch Changes diff --git a/actions/ci-test-sol/package.json b/actions/ci-test-sol/package.json index d00871d6..c15f7d25 100644 --- a/actions/ci-test-sol/package.json +++ b/actions/ci-test-sol/package.json @@ -1,6 +1,6 @@ { "name": "ci-test-sol", - "version": "0.1.4", + "version": "0.1.5", "description": "test solidity smart contracts", "private": true, "scripts": {}, diff --git a/actions/ci-test-ts/CHANGELOG.md b/actions/ci-test-ts/CHANGELOG.md index bfd820df..b2952a3c 100644 --- a/actions/ci-test-ts/CHANGELOG.md +++ b/actions/ci-test-ts/CHANGELOG.md @@ -1,5 +1,14 @@ # ci-test-ts +## 0.3.2 + +### Patch Changes + +- [#855](https://github.com/smartcontractkit/.github/pull/855) + [`18a8a89`](https://github.com/smartcontractkit/.github/commit/18a8a89b23006355003b705d55acaf329c384d94) + Thanks [@erikburt](https://github.com/erikburt)! - chore: pin actions/\* + dependencies to major version tag + ## 0.3.1 ### Patch Changes diff --git a/actions/ci-test-ts/package.json b/actions/ci-test-ts/package.json index 84e6e2a4..be533ce4 100644 --- a/actions/ci-test-ts/package.json +++ b/actions/ci-test-ts/package.json @@ -1,6 +1,6 @@ { "name": "ci-test-ts", - "version": "0.3.1", + "version": "0.3.2", "description": "", "private": true, "scripts": {}, diff --git a/actions/cicd-build-publish-artifacts-go/CHANGELOG.md b/actions/cicd-build-publish-artifacts-go/CHANGELOG.md index 6719e61a..b325381a 100644 --- a/actions/cicd-build-publish-artifacts-go/CHANGELOG.md +++ b/actions/cicd-build-publish-artifacts-go/CHANGELOG.md @@ -1,5 +1,14 @@ # cicd-build-publish-artifacts-go +## 0.3.1 + +### Patch Changes + +- [#855](https://github.com/smartcontractkit/.github/pull/855) + [`18a8a89`](https://github.com/smartcontractkit/.github/commit/18a8a89b23006355003b705d55acaf329c384d94) + Thanks [@erikburt](https://github.com/erikburt)! - chore: pin actions/\* + dependencies to major version tag + ## 0.3.0 ### Minor Changes diff --git a/actions/cicd-build-publish-artifacts-go/package.json b/actions/cicd-build-publish-artifacts-go/package.json index 23bd3808..bb5c80aa 100644 --- a/actions/cicd-build-publish-artifacts-go/package.json +++ b/actions/cicd-build-publish-artifacts-go/package.json @@ -1,6 +1,6 @@ { "name": "cicd-build-publish-artifacts-go", - "version": "0.3.0", + "version": "0.3.1", "description": "", "private": true, "scripts": {}, diff --git a/actions/cicd-build-publish-artifacts-ts/CHANGELOG.md b/actions/cicd-build-publish-artifacts-ts/CHANGELOG.md index 5e557e1e..35c0f019 100644 --- a/actions/cicd-build-publish-artifacts-ts/CHANGELOG.md +++ b/actions/cicd-build-publish-artifacts-ts/CHANGELOG.md @@ -1,5 +1,14 @@ # cicd-build-publish-artifacts-ts +## 0.1.5 + +### Patch Changes + +- [#855](https://github.com/smartcontractkit/.github/pull/855) + [`18a8a89`](https://github.com/smartcontractkit/.github/commit/18a8a89b23006355003b705d55acaf329c384d94) + Thanks [@erikburt](https://github.com/erikburt)! - chore: pin actions/\* + dependencies to major version tag + ## 0.1.4 ### Patch Changes diff --git a/actions/cicd-build-publish-artifacts-ts/package.json b/actions/cicd-build-publish-artifacts-ts/package.json index a9f1b36c..41ba7686 100644 --- a/actions/cicd-build-publish-artifacts-ts/package.json +++ b/actions/cicd-build-publish-artifacts-ts/package.json @@ -1,6 +1,6 @@ { "name": "cicd-build-publish-artifacts-ts", - "version": "0.1.4", + "version": "0.1.5", "description": "", "private": true, "scripts": {}, diff --git a/actions/cicd-build-publish-charts/CHANGELOG.md b/actions/cicd-build-publish-charts/CHANGELOG.md index 1ce8c80b..a791f852 100644 --- a/actions/cicd-build-publish-charts/CHANGELOG.md +++ b/actions/cicd-build-publish-charts/CHANGELOG.md @@ -1,5 +1,14 @@ # cicd-build-publish-charts +## 0.1.7 + +### Patch Changes + +- [#855](https://github.com/smartcontractkit/.github/pull/855) + [`18a8a89`](https://github.com/smartcontractkit/.github/commit/18a8a89b23006355003b705d55acaf329c384d94) + Thanks [@erikburt](https://github.com/erikburt)! - chore: pin actions/\* + dependencies to major version tag + ## 0.1.6 ### Patch Changes diff --git a/actions/cicd-build-publish-charts/package.json b/actions/cicd-build-publish-charts/package.json index 45897060..f18d0195 100644 --- a/actions/cicd-build-publish-charts/package.json +++ b/actions/cicd-build-publish-charts/package.json @@ -1,6 +1,6 @@ { "name": "cicd-build-publish-charts", - "version": "0.1.6", + "version": "0.1.7", "description": "", "private": true, "scripts": {}, diff --git a/actions/cicd-build-publish-docker/CHANGELOG.md b/actions/cicd-build-publish-docker/CHANGELOG.md index efb708cf..05a8f5e5 100644 --- a/actions/cicd-build-publish-docker/CHANGELOG.md +++ b/actions/cicd-build-publish-docker/CHANGELOG.md @@ -1,5 +1,14 @@ # cicd-build-publish-docker +## 0.2.1 + +### Patch Changes + +- [#855](https://github.com/smartcontractkit/.github/pull/855) + [`18a8a89`](https://github.com/smartcontractkit/.github/commit/18a8a89b23006355003b705d55acaf329c384d94) + Thanks [@erikburt](https://github.com/erikburt)! - chore: pin actions/\* + dependencies to major version tag + ## 0.2.0 ### Minor Changes diff --git a/actions/cicd-build-publish-docker/package.json b/actions/cicd-build-publish-docker/package.json index 478f1cbe..7eabb9be 100644 --- a/actions/cicd-build-publish-docker/package.json +++ b/actions/cicd-build-publish-docker/package.json @@ -1,6 +1,6 @@ { "name": "cicd-build-publish-docker", - "version": "0.2.0", + "version": "0.2.1", "description": "", "private": true, "scripts": {}, diff --git a/actions/cicd-changesets/CHANGELOG.md b/actions/cicd-changesets/CHANGELOG.md index 1c4a902b..4029d21e 100644 --- a/actions/cicd-changesets/CHANGELOG.md +++ b/actions/cicd-changesets/CHANGELOG.md @@ -1,5 +1,14 @@ # cicd-changesets +## 0.3.6 + +### Patch Changes + +- [#855](https://github.com/smartcontractkit/.github/pull/855) + [`18a8a89`](https://github.com/smartcontractkit/.github/commit/18a8a89b23006355003b705d55acaf329c384d94) + Thanks [@erikburt](https://github.com/erikburt)! - chore: pin actions/\* + dependencies to major version tag + ## 0.3.5 ### Patch Changes diff --git a/actions/cicd-changesets/package.json b/actions/cicd-changesets/package.json index 820b0e93..d163ef0e 100644 --- a/actions/cicd-changesets/package.json +++ b/actions/cicd-changesets/package.json @@ -1,6 +1,6 @@ { "name": "cicd-changesets", - "version": "0.3.5", + "version": "0.3.6", "description": "changesets", "private": true, "scripts": {}, diff --git a/actions/cleanup-old-branches/CHANGELOG.md b/actions/cleanup-old-branches/CHANGELOG.md index 7f3b5ba9..8b5fee5d 100644 --- a/actions/cleanup-old-branches/CHANGELOG.md +++ b/actions/cleanup-old-branches/CHANGELOG.md @@ -1,5 +1,14 @@ # cleanup-old-branches +## 0.2.3 + +### Patch Changes + +- [#855](https://github.com/smartcontractkit/.github/pull/855) + [`18a8a89`](https://github.com/smartcontractkit/.github/commit/18a8a89b23006355003b705d55acaf329c384d94) + Thanks [@erikburt](https://github.com/erikburt)! - chore: pin actions/\* + dependencies to major version tag + ## 0.2.2 ### Patch Changes diff --git a/actions/cleanup-old-branches/package.json b/actions/cleanup-old-branches/package.json index 54dbf875..8636e23b 100644 --- a/actions/cleanup-old-branches/package.json +++ b/actions/cleanup-old-branches/package.json @@ -1,6 +1,6 @@ { "name": "cleanup-old-branches", - "version": "0.2.2", + "version": "0.2.3", "description": "Cleans up old branches in a GitHub repository.", "private": true, "scripts": {}, diff --git a/actions/crib-deploy-environment/CHANGELOG.md b/actions/crib-deploy-environment/CHANGELOG.md index 25301799..caa576a5 100644 --- a/actions/crib-deploy-environment/CHANGELOG.md +++ b/actions/crib-deploy-environment/CHANGELOG.md @@ -1,5 +1,14 @@ # crib-deploy-environment +## 8.5.1 + +### Patch Changes + +- [#855](https://github.com/smartcontractkit/.github/pull/855) + [`18a8a89`](https://github.com/smartcontractkit/.github/commit/18a8a89b23006355003b705d55acaf329c384d94) + Thanks [@erikburt](https://github.com/erikburt)! - chore: pin actions/\* + dependencies to major version tag + ## 8.5.0 ### Minor Changes diff --git a/actions/crib-deploy-environment/package.json b/actions/crib-deploy-environment/package.json index ee926ed1..f6dc9d1f 100644 --- a/actions/crib-deploy-environment/package.json +++ b/actions/crib-deploy-environment/package.json @@ -1,6 +1,6 @@ { "name": "crib-deploy-environment", - "version": "8.5.0", + "version": "8.5.1", "description": "", "private": true, "scripts": {}, diff --git a/actions/ctf-build-image/CHANGELOG.md b/actions/ctf-build-image/CHANGELOG.md index 6777fad1..fae64570 100644 --- a/actions/ctf-build-image/CHANGELOG.md +++ b/actions/ctf-build-image/CHANGELOG.md @@ -1,5 +1,14 @@ # ctf-build-image +## 0.1.2 + +### Patch Changes + +- [#855](https://github.com/smartcontractkit/.github/pull/855) + [`18a8a89`](https://github.com/smartcontractkit/.github/commit/18a8a89b23006355003b705d55acaf329c384d94) + Thanks [@erikburt](https://github.com/erikburt)! - chore: pin actions/\* + dependencies to major version tag + ## 0.1.1 ### Patch Changes diff --git a/actions/ctf-build-image/package.json b/actions/ctf-build-image/package.json index 10bb87ec..14dbabab 100644 --- a/actions/ctf-build-image/package.json +++ b/actions/ctf-build-image/package.json @@ -1,6 +1,6 @@ { "name": "ctf-build-image", - "version": "0.1.1", + "version": "0.1.2", "description": "", "private": true, "scripts": {}, diff --git a/actions/ctf-build-test-image/CHANGELOG.md b/actions/ctf-build-test-image/CHANGELOG.md index 0a8b349d..e5f67d23 100644 --- a/actions/ctf-build-test-image/CHANGELOG.md +++ b/actions/ctf-build-test-image/CHANGELOG.md @@ -1,5 +1,14 @@ # ctf-build-test-image +## 0.2.1 + +### Patch Changes + +- [#855](https://github.com/smartcontractkit/.github/pull/855) + [`18a8a89`](https://github.com/smartcontractkit/.github/commit/18a8a89b23006355003b705d55acaf329c384d94) + Thanks [@erikburt](https://github.com/erikburt)! - chore: pin actions/\* + dependencies to major version tag + ## 0.2.0 ### Minor Changes diff --git a/actions/ctf-build-test-image/package.json b/actions/ctf-build-test-image/package.json index 609657d0..ba216353 100644 --- a/actions/ctf-build-test-image/package.json +++ b/actions/ctf-build-test-image/package.json @@ -1,6 +1,6 @@ { "name": "ctf-build-test-image", - "version": "0.2.0", + "version": "0.2.1", "description": "", "private": true, "scripts": {}, diff --git a/actions/ctf-build-tests/CHANGELOG.md b/actions/ctf-build-tests/CHANGELOG.md index 3dc26191..155c86f3 100644 --- a/actions/ctf-build-tests/CHANGELOG.md +++ b/actions/ctf-build-tests/CHANGELOG.md @@ -1,5 +1,14 @@ # ctf-build-tests +## 0.1.2 + +### Patch Changes + +- [#855](https://github.com/smartcontractkit/.github/pull/855) + [`18a8a89`](https://github.com/smartcontractkit/.github/commit/18a8a89b23006355003b705d55acaf329c384d94) + Thanks [@erikburt](https://github.com/erikburt)! - chore: pin actions/\* + dependencies to major version tag + ## 0.1.1 ### Patch Changes diff --git a/actions/ctf-build-tests/package.json b/actions/ctf-build-tests/package.json index 6fd9c86c..3d90fac7 100644 --- a/actions/ctf-build-tests/package.json +++ b/actions/ctf-build-tests/package.json @@ -1,6 +1,6 @@ { "name": "ctf-build-tests", - "version": "0.1.1", + "version": "0.1.2", "description": "", "private": true, "scripts": {}, diff --git a/actions/ctf-run-tests-binary/CHANGELOG.md b/actions/ctf-run-tests-binary/CHANGELOG.md index f938ca43..fe18df1b 100644 --- a/actions/ctf-run-tests-binary/CHANGELOG.md +++ b/actions/ctf-run-tests-binary/CHANGELOG.md @@ -1,5 +1,14 @@ # ctf-run-tests-binary +## 0.1.2 + +### Patch Changes + +- [#855](https://github.com/smartcontractkit/.github/pull/855) + [`18a8a89`](https://github.com/smartcontractkit/.github/commit/18a8a89b23006355003b705d55acaf329c384d94) + Thanks [@erikburt](https://github.com/erikburt)! - chore: pin actions/\* + dependencies to major version tag + ## 0.1.1 ### Patch Changes diff --git a/actions/ctf-run-tests-binary/package.json b/actions/ctf-run-tests-binary/package.json index a87098cc..75ff0f7a 100644 --- a/actions/ctf-run-tests-binary/package.json +++ b/actions/ctf-run-tests-binary/package.json @@ -1,6 +1,6 @@ { "name": "ctf-run-tests-binary", - "version": "0.1.1", + "version": "0.1.2", "description": "", "private": true, "scripts": {}, diff --git a/actions/ctf-run-tests/CHANGELOG.md b/actions/ctf-run-tests/CHANGELOG.md index be8f963c..580e6704 100644 --- a/actions/ctf-run-tests/CHANGELOG.md +++ b/actions/ctf-run-tests/CHANGELOG.md @@ -1,5 +1,14 @@ # ctf-run-tests +## 0.4.2 + +### Patch Changes + +- [#855](https://github.com/smartcontractkit/.github/pull/855) + [`18a8a89`](https://github.com/smartcontractkit/.github/commit/18a8a89b23006355003b705d55acaf329c384d94) + Thanks [@erikburt](https://github.com/erikburt)! - chore: pin actions/\* + dependencies to major version tag + ## 0.4.1 ### Patch Changes diff --git a/actions/ctf-run-tests/package.json b/actions/ctf-run-tests/package.json index 41738aeb..3b0b5f7e 100644 --- a/actions/ctf-run-tests/package.json +++ b/actions/ctf-run-tests/package.json @@ -1,6 +1,6 @@ { "name": "ctf-run-tests", - "version": "0.4.1", + "version": "0.4.2", "description": "", "private": true, "scripts": {}, diff --git a/actions/ctf-setup-go/CHANGELOG.md b/actions/ctf-setup-go/CHANGELOG.md index 58cf3241..c2538ad9 100644 --- a/actions/ctf-setup-go/CHANGELOG.md +++ b/actions/ctf-setup-go/CHANGELOG.md @@ -1,5 +1,14 @@ # ctf-setup-go +## 0.1.3 + +### Patch Changes + +- [#855](https://github.com/smartcontractkit/.github/pull/855) + [`18a8a89`](https://github.com/smartcontractkit/.github/commit/18a8a89b23006355003b705d55acaf329c384d94) + Thanks [@erikburt](https://github.com/erikburt)! - chore: pin actions/\* + dependencies to major version tag + ## 0.1.2 ### Patch Changes diff --git a/actions/ctf-setup-go/package.json b/actions/ctf-setup-go/package.json index 160bbb37..c1103226 100644 --- a/actions/ctf-setup-go/package.json +++ b/actions/ctf-setup-go/package.json @@ -1,6 +1,6 @@ { "name": "ctf-setup-go", - "version": "0.1.2", + "version": "0.1.3", "description": "", "private": true, "scripts": {}, diff --git a/actions/guard-from-missing-changesets/CHANGELOG.md b/actions/guard-from-missing-changesets/CHANGELOG.md index 0607b326..7982f813 100644 --- a/actions/guard-from-missing-changesets/CHANGELOG.md +++ b/actions/guard-from-missing-changesets/CHANGELOG.md @@ -1,5 +1,14 @@ # guard-from-missing-changesets +## 0.1.4 + +### Patch Changes + +- [#855](https://github.com/smartcontractkit/.github/pull/855) + [`18a8a89`](https://github.com/smartcontractkit/.github/commit/18a8a89b23006355003b705d55acaf329c384d94) + Thanks [@erikburt](https://github.com/erikburt)! - chore: pin actions/\* + dependencies to major version tag + ## 0.1.3 ### Patch Changes diff --git a/actions/guard-from-missing-changesets/package.json b/actions/guard-from-missing-changesets/package.json index 4661b333..101dcf8d 100644 --- a/actions/guard-from-missing-changesets/package.json +++ b/actions/guard-from-missing-changesets/package.json @@ -1,6 +1,6 @@ { "name": "guard-from-missing-changesets", - "version": "0.1.3", + "version": "0.1.4", "description": "", "private": true, "scripts": {}, diff --git a/actions/guard-tag-from-branch/CHANGELOG.md b/actions/guard-tag-from-branch/CHANGELOG.md index 15b853bd..8a132546 100644 --- a/actions/guard-tag-from-branch/CHANGELOG.md +++ b/actions/guard-tag-from-branch/CHANGELOG.md @@ -1,5 +1,14 @@ # guard-tag-from-branch +## 0.1.3 + +### Patch Changes + +- [#855](https://github.com/smartcontractkit/.github/pull/855) + [`18a8a89`](https://github.com/smartcontractkit/.github/commit/18a8a89b23006355003b705d55acaf329c384d94) + Thanks [@erikburt](https://github.com/erikburt)! - chore: pin actions/\* + dependencies to major version tag + ## 0.1.2 ### Patch Changes diff --git a/actions/guard-tag-from-branch/package.json b/actions/guard-tag-from-branch/package.json index 0541a7fd..de991518 100644 --- a/actions/guard-tag-from-branch/package.json +++ b/actions/guard-tag-from-branch/package.json @@ -1,6 +1,6 @@ { "name": "guard-tag-from-branch", - "version": "0.1.2", + "version": "0.1.3", "description": "", "private": true, "scripts": {}, diff --git a/actions/llm-action-error-reporter/CHANGELOG.md b/actions/llm-action-error-reporter/CHANGELOG.md index e5917e25..a4ef4408 100644 --- a/actions/llm-action-error-reporter/CHANGELOG.md +++ b/actions/llm-action-error-reporter/CHANGELOG.md @@ -1,5 +1,14 @@ # llm-action-error-reporter +## 0.4.1 + +### Patch Changes + +- [#855](https://github.com/smartcontractkit/.github/pull/855) + [`18a8a89`](https://github.com/smartcontractkit/.github/commit/18a8a89b23006355003b705d55acaf329c384d94) + Thanks [@erikburt](https://github.com/erikburt)! - chore: pin actions/\* + dependencies to major version tag + ## 0.4.0 ### Minor Changes diff --git a/actions/llm-action-error-reporter/package.json b/actions/llm-action-error-reporter/package.json index 2efde22e..50097582 100644 --- a/actions/llm-action-error-reporter/package.json +++ b/actions/llm-action-error-reporter/package.json @@ -1,6 +1,6 @@ { "name": "llm-action-error-reporter", - "version": "0.4.0", + "version": "0.4.1", "description": "", "private": true, "scripts": {}, diff --git a/actions/llm-pr-writer/CHANGELOG.md b/actions/llm-pr-writer/CHANGELOG.md index bb4a3dbb..a776a30b 100644 --- a/actions/llm-pr-writer/CHANGELOG.md +++ b/actions/llm-pr-writer/CHANGELOG.md @@ -1,5 +1,14 @@ # llm-pr-writer +## 0.5.1 + +### Patch Changes + +- [#855](https://github.com/smartcontractkit/.github/pull/855) + [`18a8a89`](https://github.com/smartcontractkit/.github/commit/18a8a89b23006355003b705d55acaf329c384d94) + Thanks [@erikburt](https://github.com/erikburt)! - chore: pin actions/\* + dependencies to major version tag + ## 0.5.0 ### Minor Changes diff --git a/actions/llm-pr-writer/package.json b/actions/llm-pr-writer/package.json index 90fde2c8..7538a6d7 100644 --- a/actions/llm-pr-writer/package.json +++ b/actions/llm-pr-writer/package.json @@ -1,6 +1,6 @@ { "name": "llm-pr-writer", - "version": "0.5.0", + "version": "0.5.1", "description": "", "private": true, "scripts": {}, diff --git a/actions/md-confluence-sync/CHANGELOG.md b/actions/md-confluence-sync/CHANGELOG.md index 5d3ba5b9..dba57f3a 100644 --- a/actions/md-confluence-sync/CHANGELOG.md +++ b/actions/md-confluence-sync/CHANGELOG.md @@ -1,5 +1,14 @@ # md-confluence-sync +## 0.1.1 + +### Patch Changes + +- [#855](https://github.com/smartcontractkit/.github/pull/855) + [`18a8a89`](https://github.com/smartcontractkit/.github/commit/18a8a89b23006355003b705d55acaf329c384d94) + Thanks [@erikburt](https://github.com/erikburt)! - chore: pin actions/\* + dependencies to major version tag + ## 0.1.0 ### Minor Changes diff --git a/actions/md-confluence-sync/package.json b/actions/md-confluence-sync/package.json index 331043f3..7917c555 100644 --- a/actions/md-confluence-sync/package.json +++ b/actions/md-confluence-sync/package.json @@ -1,6 +1,6 @@ { "name": "md-confluence-sync", - "version": "0.1.0", + "version": "0.1.1", "description": "", "private": true, "scripts": {}, diff --git a/actions/setup-golang/CHANGELOG.md b/actions/setup-golang/CHANGELOG.md index 21cb6c71..71ddcd85 100644 --- a/actions/setup-golang/CHANGELOG.md +++ b/actions/setup-golang/CHANGELOG.md @@ -1,5 +1,14 @@ # setup-golang +## 0.3.1 + +### Patch Changes + +- [#855](https://github.com/smartcontractkit/.github/pull/855) + [`18a8a89`](https://github.com/smartcontractkit/.github/commit/18a8a89b23006355003b705d55acaf329c384d94) + Thanks [@erikburt](https://github.com/erikburt)! - chore: pin actions/\* + dependencies to major version tag + ## 0.3.0 ### Minor Changes diff --git a/actions/setup-golang/package.json b/actions/setup-golang/package.json index 81325a9d..a01be053 100644 --- a/actions/setup-golang/package.json +++ b/actions/setup-golang/package.json @@ -1,6 +1,6 @@ { "name": "setup-golang", - "version": "0.3.0", + "version": "0.3.1", "description": "", "private": true, "scripts": {}, diff --git a/actions/setup-renovate/CHANGELOG.md b/actions/setup-renovate/CHANGELOG.md index 78e28dbf..9eb11dff 100644 --- a/actions/setup-renovate/CHANGELOG.md +++ b/actions/setup-renovate/CHANGELOG.md @@ -1,5 +1,14 @@ # setup-renovate +## 0.1.4 + +### Patch Changes + +- [#855](https://github.com/smartcontractkit/.github/pull/855) + [`18a8a89`](https://github.com/smartcontractkit/.github/commit/18a8a89b23006355003b705d55acaf329c384d94) + Thanks [@erikburt](https://github.com/erikburt)! - chore: pin actions/\* + dependencies to major version tag + ## 0.1.3 ### Patch Changes diff --git a/actions/setup-renovate/package.json b/actions/setup-renovate/package.json index 5079c0cb..8b1d67e4 100644 --- a/actions/setup-renovate/package.json +++ b/actions/setup-renovate/package.json @@ -1,6 +1,6 @@ { "name": "setup-renovate", - "version": "0.1.3", + "version": "0.1.4", "description": "", "private": true, "scripts": {}, diff --git a/actions/slack-notify-git-ref/CHANGELOG.md b/actions/slack-notify-git-ref/CHANGELOG.md index b0f46aba..b63d333b 100644 --- a/actions/slack-notify-git-ref/CHANGELOG.md +++ b/actions/slack-notify-git-ref/CHANGELOG.md @@ -1,5 +1,14 @@ # slack-notify-git-ref +## 0.1.4 + +### Patch Changes + +- [#855](https://github.com/smartcontractkit/.github/pull/855) + [`18a8a89`](https://github.com/smartcontractkit/.github/commit/18a8a89b23006355003b705d55acaf329c384d94) + Thanks [@erikburt](https://github.com/erikburt)! - chore: pin actions/\* + dependencies to major version tag + ## 0.1.3 ### Patch Changes diff --git a/actions/slack-notify-git-ref/package.json b/actions/slack-notify-git-ref/package.json index e91a0c45..d2585da4 100644 --- a/actions/slack-notify-git-ref/package.json +++ b/actions/slack-notify-git-ref/package.json @@ -1,6 +1,6 @@ { "name": "slack-notify-git-ref", - "version": "0.1.3", + "version": "0.1.4", "description": "Notify slack about git refs", "private": true, "scripts": {}, diff --git a/actions/update-actions/CHANGELOG.md b/actions/update-actions/CHANGELOG.md index 69afe32a..3e78c249 100644 --- a/actions/update-actions/CHANGELOG.md +++ b/actions/update-actions/CHANGELOG.md @@ -1,5 +1,14 @@ # update-actions +## 0.1.6 + +### Patch Changes + +- [#855](https://github.com/smartcontractkit/.github/pull/855) + [`18a8a89`](https://github.com/smartcontractkit/.github/commit/18a8a89b23006355003b705d55acaf329c384d94) + Thanks [@erikburt](https://github.com/erikburt)! - chore: pin actions/\* + dependencies to major version tag + ## 0.1.5 ### Patch Changes diff --git a/actions/update-actions/package.json b/actions/update-actions/package.json index 9f2a010b..c56e4368 100644 --- a/actions/update-actions/package.json +++ b/actions/update-actions/package.json @@ -1,6 +1,6 @@ { "name": "update-actions", - "version": "0.1.5", + "version": "0.1.6", "description": "update-actions", "private": true, "scripts": {}, diff --git a/actions/wait-for-workflows/CHANGELOG.md b/actions/wait-for-workflows/CHANGELOG.md index bb13e248..e0dc08dd 100644 --- a/actions/wait-for-workflows/CHANGELOG.md +++ b/actions/wait-for-workflows/CHANGELOG.md @@ -1,5 +1,14 @@ # wait-for-workflows +## 0.1.3 + +### Patch Changes + +- [#855](https://github.com/smartcontractkit/.github/pull/855) + [`18a8a89`](https://github.com/smartcontractkit/.github/commit/18a8a89b23006355003b705d55acaf329c384d94) + Thanks [@erikburt](https://github.com/erikburt)! - chore: pin actions/\* + dependencies to major version tag + ## 0.1.2 ### Patch Changes diff --git a/actions/wait-for-workflows/package.json b/actions/wait-for-workflows/package.json index c5a8dd18..69959de0 100644 --- a/actions/wait-for-workflows/package.json +++ b/actions/wait-for-workflows/package.json @@ -1,6 +1,6 @@ { "name": "wait-for-workflows", - "version": "0.1.2", + "version": "0.1.3", "description": "", "private": true, "scripts": {},