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 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": { 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": { 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",