From 0bd97b5d05a97f744c49326c4e89003aefa7158a Mon Sep 17 00:00:00 2001 From: "app-token-issuer-releng-renovate[bot]" <142360764+app-token-issuer-releng-renovate[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 17:14:55 +0000 Subject: [PATCH 1/4] Version Packages (deletions) --- .changeset/grumpy-icons-joke.md | 5 ----- .changeset/orange-doors-find.md | 5 ----- .changeset/quick-candles-gain.md | 5 ----- 3 files changed, 15 deletions(-) delete mode 100644 .changeset/grumpy-icons-joke.md delete mode 100644 .changeset/orange-doors-find.md delete mode 100644 .changeset/quick-candles-gain.md diff --git a/.changeset/grumpy-icons-joke.md b/.changeset/grumpy-icons-joke.md deleted file mode 100644 index b4e1fcd4e..000000000 --- a/.changeset/grumpy-icons-joke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"go-mod-validator": minor ---- - -fix: filter out errored dependenies diff --git a/.changeset/orange-doors-find.md b/.changeset/orange-doors-find.md deleted file mode 100644 index 076a05b0c..000000000 --- a/.changeset/orange-doors-find.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"jira-tracing": patch ---- - -chore: bump axios dep to 1.13.6 diff --git a/.changeset/quick-candles-gain.md b/.changeset/quick-candles-gain.md deleted file mode 100644 index 75a072ca2..000000000 --- a/.changeset/quick-candles-gain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"go-conditional-tests": minor ---- - -chore: update deps From 6ae5980abd0339ca8e254c0307fcb9e60138b07b Mon Sep 17 00:00:00 2001 From: "app-token-issuer-releng-renovate[bot]" <142360764+app-token-issuer-releng-renovate[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 17:14:56 +0000 Subject: [PATCH 2/4] Version Packages (apps/go-conditional-tests) --- apps/go-conditional-tests/CHANGELOG.md | 8 ++++++++ apps/go-conditional-tests/package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/apps/go-conditional-tests/CHANGELOG.md b/apps/go-conditional-tests/CHANGELOG.md index 738eef581..f062ef5e7 100644 --- a/apps/go-conditional-tests/CHANGELOG.md +++ b/apps/go-conditional-tests/CHANGELOG.md @@ -1,5 +1,13 @@ # go-conditional-tests +## 0.3.0 + +### Minor Changes + +- [#1437](https://github.com/smartcontractkit/.github/pull/1437) + [`0247926`](https://github.com/smartcontractkit/.github/commit/0247926a96770acb5aed886b350eebc7430a8d44) + Thanks [@erikburt](https://github.com/erikburt)! - chore: update deps + ## 0.2.2 ### Patch Changes diff --git a/apps/go-conditional-tests/package.json b/apps/go-conditional-tests/package.json index f9154a5a5..e4eeb2a23 100644 --- a/apps/go-conditional-tests/package.json +++ b/apps/go-conditional-tests/package.json @@ -1,6 +1,6 @@ { "name": "go-conditional-tests", - "version": "0.2.2", + "version": "0.3.0", "private": true, "description": "", "engines": { From 183bc2c648f895ffd545a218dafcaac2bdc8064e Mon Sep 17 00:00:00 2001 From: "app-token-issuer-releng-renovate[bot]" <142360764+app-token-issuer-releng-renovate[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 17:14:57 +0000 Subject: [PATCH 3/4] Version Packages (apps/go-mod-validator) --- apps/go-mod-validator/CHANGELOG.md | 9 +++++++++ apps/go-mod-validator/package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/apps/go-mod-validator/CHANGELOG.md b/apps/go-mod-validator/CHANGELOG.md index 3c794ab2c..3b5698ffb 100644 --- a/apps/go-mod-validator/CHANGELOG.md +++ b/apps/go-mod-validator/CHANGELOG.md @@ -1,5 +1,14 @@ # go-mod-validator +## 1.5.0 + +### Minor Changes + +- [#1452](https://github.com/smartcontractkit/.github/pull/1452) + [`fcdc05f`](https://github.com/smartcontractkit/.github/commit/fcdc05ffa0e8415acabbdbdcb3af1e7352df427b) + Thanks [@erikburt](https://github.com/erikburt)! - fix: filter out errored + dependenies + ## 1.4.0 ### Minor Changes diff --git a/apps/go-mod-validator/package.json b/apps/go-mod-validator/package.json index 9dee8b0fa..651d11f31 100644 --- a/apps/go-mod-validator/package.json +++ b/apps/go-mod-validator/package.json @@ -1,6 +1,6 @@ { "name": "go-mod-validator", - "version": "1.4.0", + "version": "1.5.0", "private": true, "description": "Parses 'go.mod' file given as input, and verifies it's dependencies", "engines": { From 52ecd451bc735e76897e9e9c1d1c2b706291e988 Mon Sep 17 00:00:00 2001 From: "app-token-issuer-releng-renovate[bot]" <142360764+app-token-issuer-releng-renovate[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 17:14:58 +0000 Subject: [PATCH 4/4] Version Packages (libs/jira-tracing) --- libs/jira-tracing/CHANGELOG.md | 9 +++++++++ libs/jira-tracing/package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/libs/jira-tracing/CHANGELOG.md b/libs/jira-tracing/CHANGELOG.md index 803775b15..177006e9f 100644 --- a/libs/jira-tracing/CHANGELOG.md +++ b/libs/jira-tracing/CHANGELOG.md @@ -1,5 +1,14 @@ # jira-tracing +## 0.3.2 + +### Patch Changes + +- [#1444](https://github.com/smartcontractkit/.github/pull/1444) + [`e52297b`](https://github.com/smartcontractkit/.github/commit/e52297b804a27506ab409e4a57f50cc69718cd15) + Thanks [@erikburt](https://github.com/erikburt)! - chore: bump axios dep to + 1.13.6 + ## 0.3.1 ### Patch Changes diff --git a/libs/jira-tracing/package.json b/libs/jira-tracing/package.json index b663744d7..a9b44497f 100644 --- a/libs/jira-tracing/package.json +++ b/libs/jira-tracing/package.json @@ -1,6 +1,6 @@ { "name": "jira-tracing", - "version": "0.3.1", + "version": "0.3.2", "description": "Updates Jira issue with release information like the version and tags for a PR.", "main": "update-jira-issue.js", "type": "module",