diff --git a/.changeset/seven-balloons-repeat.md b/.changeset/seven-balloons-repeat.md deleted file mode 100644 index 31700317..00000000 --- a/.changeset/seven-balloons-repeat.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -"ci-benchmarking": patch -"ci-lint-go": patch -"ci-sonarqube": patch -"ci-test-go": patch -"ci-test-sol": patch -"cicd-build-publish-artifacts-go": patch -"cicd-build-publish-artifacts-ts": patch -"cicd-build-publish-charts": patch -"cicd-changesets": patch -"guard-tag-from-branch": patch -"helm-version-bump-receiver": patch -"nops-upgrade-checker": patch -"setup-github-token": patch -"setup-golang": patch -"setup-nodejs": patch -"setup-renovate": patch -"update-actions": patch -"wait-for-workflows": patch ---- - -Update dependencies diff --git a/actions/ci-benchmarking/CHANGELOG.md b/actions/ci-benchmarking/CHANGELOG.md index 6d78e5f0..859035b9 100644 --- a/actions/ci-benchmarking/CHANGELOG.md +++ b/actions/ci-benchmarking/CHANGELOG.md @@ -1,5 +1,13 @@ # ci-benchmarking +## 1.0.1 + +### Patch Changes + +- [#202](https://github.com/smartcontractkit/.github/pull/202) + [`af463e3`](https://github.com/smartcontractkit/.github/commit/af463e3a584be3b85ae85e7a48f288a2098275cd) + Thanks [@erikburt](https://github.com/erikburt)! - Update dependencies + ## 1.0.0 ### Major Changes diff --git a/actions/ci-benchmarking/package.json b/actions/ci-benchmarking/package.json index d83447d8..0468fa92 100644 --- a/actions/ci-benchmarking/package.json +++ b/actions/ci-benchmarking/package.json @@ -1,6 +1,6 @@ { "name": "ci-benchmarking", - "version": "1.0.0", + "version": "1.0.1", "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-lint-go/CHANGELOG.md b/actions/ci-lint-go/CHANGELOG.md index 6ad8dd3f..0cdfb702 100644 --- a/actions/ci-lint-go/CHANGELOG.md +++ b/actions/ci-lint-go/CHANGELOG.md @@ -1,5 +1,13 @@ # ci-lint-go +## 0.2.1 + +### Patch Changes + +- [#202](https://github.com/smartcontractkit/.github/pull/202) + [`af463e3`](https://github.com/smartcontractkit/.github/commit/af463e3a584be3b85ae85e7a48f288a2098275cd) + Thanks [@erikburt](https://github.com/erikburt)! - Update dependencies + ## 0.2.0 ### Minor Changes diff --git a/actions/ci-lint-go/package.json b/actions/ci-lint-go/package.json index 66897d72..576b2426 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.2.0", + "version": "0.2.1", "description": "", "private": true, "scripts": {}, diff --git a/actions/ci-sonarqube/CHANGELOG.md b/actions/ci-sonarqube/CHANGELOG.md index 635569a3..d07075b1 100644 --- a/actions/ci-sonarqube/CHANGELOG.md +++ b/actions/ci-sonarqube/CHANGELOG.md @@ -1,5 +1,13 @@ # ci-sonarqube +## 0.3.2 + +### Patch Changes + +- [#202](https://github.com/smartcontractkit/.github/pull/202) + [`af463e3`](https://github.com/smartcontractkit/.github/commit/af463e3a584be3b85ae85e7a48f288a2098275cd) + Thanks [@erikburt](https://github.com/erikburt)! - Update dependencies + ## 0.3.1 ### Patch Changes diff --git a/actions/ci-sonarqube/package.json b/actions/ci-sonarqube/package.json index dc1972d8..31b06a26 100644 --- a/actions/ci-sonarqube/package.json +++ b/actions/ci-sonarqube/package.json @@ -1,6 +1,6 @@ { "name": "ci-sonarqube", - "version": "0.3.1", + "version": "0.3.2", "description": "Add SonarQube to CI", "private": true, "scripts": {}, diff --git a/actions/ci-test-go/CHANGELOG.md b/actions/ci-test-go/CHANGELOG.md index 4a6e3013..3e1922ec 100644 --- a/actions/ci-test-go/CHANGELOG.md +++ b/actions/ci-test-go/CHANGELOG.md @@ -1,5 +1,13 @@ # ci-test-go +## 0.1.2 + +### Patch Changes + +- [#202](https://github.com/smartcontractkit/.github/pull/202) + [`af463e3`](https://github.com/smartcontractkit/.github/commit/af463e3a584be3b85ae85e7a48f288a2098275cd) + Thanks [@erikburt](https://github.com/erikburt)! - Update dependencies + ## 0.1.1 ### Patch Changes diff --git a/actions/ci-test-go/package.json b/actions/ci-test-go/package.json index 642f5a41..6c7b198c 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.1.1", + "version": "0.1.2", "description": "", "private": true, "scripts": {}, diff --git a/actions/ci-test-sol/CHANGELOG.md b/actions/ci-test-sol/CHANGELOG.md index 1a5838f8..1f2ed56d 100644 --- a/actions/ci-test-sol/CHANGELOG.md +++ b/actions/ci-test-sol/CHANGELOG.md @@ -1,5 +1,13 @@ # ci-test-sol +## 0.1.2 + +### Patch Changes + +- [#202](https://github.com/smartcontractkit/.github/pull/202) + [`af463e3`](https://github.com/smartcontractkit/.github/commit/af463e3a584be3b85ae85e7a48f288a2098275cd) + Thanks [@erikburt](https://github.com/erikburt)! - Update dependencies + ## 0.1.1 ### Patch Changes diff --git a/actions/ci-test-sol/package.json b/actions/ci-test-sol/package.json index 69fbdd34..fd68426c 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.1", + "version": "0.1.2", "description": "test solidity smart contracts", "private": true, "scripts": {}, diff --git a/actions/cicd-build-publish-artifacts-go/CHANGELOG.md b/actions/cicd-build-publish-artifacts-go/CHANGELOG.md index 7903b8b1..f09cb1e0 100644 --- a/actions/cicd-build-publish-artifacts-go/CHANGELOG.md +++ b/actions/cicd-build-publish-artifacts-go/CHANGELOG.md @@ -1,5 +1,13 @@ # cicd-build-publish-artifacts-go +## 0.2.2 + +### Patch Changes + +- [#202](https://github.com/smartcontractkit/.github/pull/202) + [`af463e3`](https://github.com/smartcontractkit/.github/commit/af463e3a584be3b85ae85e7a48f288a2098275cd) + Thanks [@erikburt](https://github.com/erikburt)! - Update dependencies + ## 0.2.1 ### Patch Changes diff --git a/actions/cicd-build-publish-artifacts-go/package.json b/actions/cicd-build-publish-artifacts-go/package.json index 1cac14b0..0d0a60f1 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.2.1", + "version": "0.2.2", "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 86fdc645..d7fe9843 100644 --- a/actions/cicd-build-publish-artifacts-ts/CHANGELOG.md +++ b/actions/cicd-build-publish-artifacts-ts/CHANGELOG.md @@ -1,5 +1,13 @@ # cicd-build-publish-artifacts-ts +## 0.1.2 + +### Patch Changes + +- [#202](https://github.com/smartcontractkit/.github/pull/202) + [`af463e3`](https://github.com/smartcontractkit/.github/commit/af463e3a584be3b85ae85e7a48f288a2098275cd) + Thanks [@erikburt](https://github.com/erikburt)! - Update dependencies + ## 0.1.1 ### Patch Changes diff --git a/actions/cicd-build-publish-artifacts-ts/package.json b/actions/cicd-build-publish-artifacts-ts/package.json index 34bbcbed..bb1db573 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.1", + "version": "0.1.2", "description": "", "private": true, "scripts": {}, diff --git a/actions/cicd-build-publish-charts/CHANGELOG.md b/actions/cicd-build-publish-charts/CHANGELOG.md index d1a7f690..a9623793 100644 --- a/actions/cicd-build-publish-charts/CHANGELOG.md +++ b/actions/cicd-build-publish-charts/CHANGELOG.md @@ -1,5 +1,13 @@ # cicd-build-publish-charts +## 0.1.2 + +### Patch Changes + +- [#202](https://github.com/smartcontractkit/.github/pull/202) + [`af463e3`](https://github.com/smartcontractkit/.github/commit/af463e3a584be3b85ae85e7a48f288a2098275cd) + Thanks [@erikburt](https://github.com/erikburt)! - Update dependencies + ## 0.1.1 ### Patch Changes diff --git a/actions/cicd-build-publish-charts/package.json b/actions/cicd-build-publish-charts/package.json index 8fe901de..0d341301 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.1", + "version": "0.1.2", "description": "", "private": true, "scripts": {}, diff --git a/actions/cicd-changesets/CHANGELOG.md b/actions/cicd-changesets/CHANGELOG.md index 80c23f3a..e7b33f2d 100644 --- a/actions/cicd-changesets/CHANGELOG.md +++ b/actions/cicd-changesets/CHANGELOG.md @@ -1,5 +1,13 @@ # cicd-changesets +## 0.2.2 + +### Patch Changes + +- [#202](https://github.com/smartcontractkit/.github/pull/202) + [`af463e3`](https://github.com/smartcontractkit/.github/commit/af463e3a584be3b85ae85e7a48f288a2098275cd) + Thanks [@erikburt](https://github.com/erikburt)! - Update dependencies + ## 0.2.1 ### Patch Changes diff --git a/actions/cicd-changesets/package.json b/actions/cicd-changesets/package.json index c63766ea..f827b722 100644 --- a/actions/cicd-changesets/package.json +++ b/actions/cicd-changesets/package.json @@ -1,6 +1,6 @@ { "name": "cicd-changesets", - "version": "0.2.1", + "version": "0.2.2", "description": "changesets", "private": true, "scripts": {}, diff --git a/actions/guard-tag-from-branch/CHANGELOG.md b/actions/guard-tag-from-branch/CHANGELOG.md new file mode 100644 index 00000000..71ec8ec0 --- /dev/null +++ b/actions/guard-tag-from-branch/CHANGELOG.md @@ -0,0 +1,9 @@ +# guard-tag-from-branch + +## 0.1.1 + +### Patch Changes + +- [#202](https://github.com/smartcontractkit/.github/pull/202) + [`af463e3`](https://github.com/smartcontractkit/.github/commit/af463e3a584be3b85ae85e7a48f288a2098275cd) + Thanks [@erikburt](https://github.com/erikburt)! - Update dependencies diff --git a/actions/guard-tag-from-branch/package.json b/actions/guard-tag-from-branch/package.json index 8f6cc259..ba3cfaba 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.0", + "version": "0.1.1", "description": "", "private": true, "scripts": {}, diff --git a/actions/helm-version-bump-receiver/CHANGELOG.md b/actions/helm-version-bump-receiver/CHANGELOG.md index bc3ba9f8..ff3b786f 100644 --- a/actions/helm-version-bump-receiver/CHANGELOG.md +++ b/actions/helm-version-bump-receiver/CHANGELOG.md @@ -1,5 +1,13 @@ # helm-version-bump-receiver +## 0.1.2 + +### Patch Changes + +- [#202](https://github.com/smartcontractkit/.github/pull/202) + [`af463e3`](https://github.com/smartcontractkit/.github/commit/af463e3a584be3b85ae85e7a48f288a2098275cd) + Thanks [@erikburt](https://github.com/erikburt)! - Update dependencies + ## 0.1.1 ### Patch Changes diff --git a/actions/helm-version-bump-receiver/package.json b/actions/helm-version-bump-receiver/package.json index a347404c..5eda3a51 100644 --- a/actions/helm-version-bump-receiver/package.json +++ b/actions/helm-version-bump-receiver/package.json @@ -1,6 +1,6 @@ { "name": "helm-version-bump-receiver", - "version": "0.1.1", + "version": "0.1.2", "description": "updates helm chart version in an argocd app", "private": true, "scripts": {}, diff --git a/actions/nops-upgrade-checker/CHANGELOG.md b/actions/nops-upgrade-checker/CHANGELOG.md new file mode 100644 index 00000000..219dc592 --- /dev/null +++ b/actions/nops-upgrade-checker/CHANGELOG.md @@ -0,0 +1,9 @@ +# nops-upgrade-checker + +## 0.1.1 + +### Patch Changes + +- [#202](https://github.com/smartcontractkit/.github/pull/202) + [`af463e3`](https://github.com/smartcontractkit/.github/commit/af463e3a584be3b85ae85e7a48f288a2098275cd) + Thanks [@erikburt](https://github.com/erikburt)! - Update dependencies diff --git a/actions/nops-upgrade-checker/package.json b/actions/nops-upgrade-checker/package.json index ca2eeffb..f9d61e36 100644 --- a/actions/nops-upgrade-checker/package.json +++ b/actions/nops-upgrade-checker/package.json @@ -1,6 +1,6 @@ { "name": "nops-upgrade-checker", - "version": "0.1.0", + "version": "0.1.1", "description": "Action to check consistency across environments", "private": true, "scripts": {}, diff --git a/actions/setup-github-token/CHANGELOG.md b/actions/setup-github-token/CHANGELOG.md new file mode 100644 index 00000000..bb7f9aff --- /dev/null +++ b/actions/setup-github-token/CHANGELOG.md @@ -0,0 +1,9 @@ +# setup-github-token + +## 0.1.1 + +### Patch Changes + +- [#202](https://github.com/smartcontractkit/.github/pull/202) + [`af463e3`](https://github.com/smartcontractkit/.github/commit/af463e3a584be3b85ae85e7a48f288a2098275cd) + Thanks [@erikburt](https://github.com/erikburt)! - Update dependencies diff --git a/actions/setup-github-token/package.json b/actions/setup-github-token/package.json index f6a9e569..783a438b 100644 --- a/actions/setup-github-token/package.json +++ b/actions/setup-github-token/package.json @@ -1,6 +1,6 @@ { "name": "setup-github-token", - "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 new file mode 100644 index 00000000..301481fe --- /dev/null +++ b/actions/setup-golang/CHANGELOG.md @@ -0,0 +1,9 @@ +# setup-golang + +## 0.1.1 + +### Patch Changes + +- [#202](https://github.com/smartcontractkit/.github/pull/202) + [`af463e3`](https://github.com/smartcontractkit/.github/commit/af463e3a584be3b85ae85e7a48f288a2098275cd) + Thanks [@erikburt](https://github.com/erikburt)! - Update dependencies diff --git a/actions/setup-golang/package.json b/actions/setup-golang/package.json index 6d0a74fa..cb9f973b 100644 --- a/actions/setup-golang/package.json +++ b/actions/setup-golang/package.json @@ -1,6 +1,6 @@ { "name": "setup-golang", - "version": "0.1.0", + "version": "0.1.1", "description": "", "private": true, "scripts": {}, diff --git a/actions/setup-nodejs/CHANGELOG.md b/actions/setup-nodejs/CHANGELOG.md index 6208dae5..b17d2e3e 100644 --- a/actions/setup-nodejs/CHANGELOG.md +++ b/actions/setup-nodejs/CHANGELOG.md @@ -1,5 +1,13 @@ # setup-nodejs +## 0.2.1 + +### Patch Changes + +- [#202](https://github.com/smartcontractkit/.github/pull/202) + [`af463e3`](https://github.com/smartcontractkit/.github/commit/af463e3a584be3b85ae85e7a48f288a2098275cd) + Thanks [@erikburt](https://github.com/erikburt)! - Update dependencies + ## 0.2.0 ### Minor Changes diff --git a/actions/setup-nodejs/package.json b/actions/setup-nodejs/package.json index 60af879f..cbc630bf 100644 --- a/actions/setup-nodejs/package.json +++ b/actions/setup-nodejs/package.json @@ -1,6 +1,6 @@ { "name": "setup-nodejs", - "version": "0.2.0", + "version": "0.2.1", "description": "", "private": true, "scripts": {}, diff --git a/actions/setup-renovate/CHANGELOG.md b/actions/setup-renovate/CHANGELOG.md new file mode 100644 index 00000000..d21de3ac --- /dev/null +++ b/actions/setup-renovate/CHANGELOG.md @@ -0,0 +1,9 @@ +# setup-renovate + +## 0.1.1 + +### Patch Changes + +- [#202](https://github.com/smartcontractkit/.github/pull/202) + [`af463e3`](https://github.com/smartcontractkit/.github/commit/af463e3a584be3b85ae85e7a48f288a2098275cd) + Thanks [@erikburt](https://github.com/erikburt)! - Update dependencies diff --git a/actions/setup-renovate/package.json b/actions/setup-renovate/package.json index 36afc973..5e107da5 100644 --- a/actions/setup-renovate/package.json +++ b/actions/setup-renovate/package.json @@ -1,6 +1,6 @@ { "name": "setup-renovate", - "version": "0.1.0", + "version": "0.1.1", "description": "", "private": true, "scripts": {}, diff --git a/actions/update-actions/CHANGELOG.md b/actions/update-actions/CHANGELOG.md index f48f4ab9..b6e2b6c6 100644 --- a/actions/update-actions/CHANGELOG.md +++ b/actions/update-actions/CHANGELOG.md @@ -1,5 +1,13 @@ # update-actions +## 0.1.2 + +### Patch Changes + +- [#202](https://github.com/smartcontractkit/.github/pull/202) + [`af463e3`](https://github.com/smartcontractkit/.github/commit/af463e3a584be3b85ae85e7a48f288a2098275cd) + Thanks [@erikburt](https://github.com/erikburt)! - Update dependencies + ## 0.1.1 ### Patch Changes diff --git a/actions/update-actions/package.json b/actions/update-actions/package.json index a855063b..15a01546 100644 --- a/actions/update-actions/package.json +++ b/actions/update-actions/package.json @@ -1,6 +1,6 @@ { "name": "update-actions", - "version": "0.1.1", + "version": "0.1.2", "description": "update-actions", "private": true, "scripts": {}, diff --git a/actions/wait-for-workflows/CHANGELOG.md b/actions/wait-for-workflows/CHANGELOG.md new file mode 100644 index 00000000..0c79adb8 --- /dev/null +++ b/actions/wait-for-workflows/CHANGELOG.md @@ -0,0 +1,9 @@ +# wait-for-workflows + +## 0.1.1 + +### Patch Changes + +- [#202](https://github.com/smartcontractkit/.github/pull/202) + [`af463e3`](https://github.com/smartcontractkit/.github/commit/af463e3a584be3b85ae85e7a48f288a2098275cd) + Thanks [@erikburt](https://github.com/erikburt)! - Update dependencies diff --git a/actions/wait-for-workflows/package.json b/actions/wait-for-workflows/package.json index 68e787fd..e114012c 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.0", + "version": "0.1.1", "description": "", "private": true, "scripts": {},