From 840ac8a09447f27a755adf7dfdfd93eb2bed6105 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: Mon, 7 Oct 2024 08:42:25 +0200 Subject: [PATCH] Version Packages (#658) Co-authored-by: app-token-issuer-releng-renovate[bot] <142360764+app-token-issuer-releng-renovate[bot]@users.noreply.github.com> --- .changeset/strong-shirts-smoke.md | 5 ----- actions/md-confluence-sync/CHANGELOG.md | 9 +++++++++ actions/md-confluence-sync/package.json | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) delete mode 100644 .changeset/strong-shirts-smoke.md diff --git a/.changeset/strong-shirts-smoke.md b/.changeset/strong-shirts-smoke.md deleted file mode 100644 index 7503c0df..00000000 --- a/.changeset/strong-shirts-smoke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"md-confluence-sync": patch ---- - -Update input and validate env vars diff --git a/actions/md-confluence-sync/CHANGELOG.md b/actions/md-confluence-sync/CHANGELOG.md index 3ba929bd..25456fec 100644 --- a/actions/md-confluence-sync/CHANGELOG.md +++ b/actions/md-confluence-sync/CHANGELOG.md @@ -1,5 +1,14 @@ # md-confluence-sync +## 0.0.3 + +### Patch Changes + +- [#657](https://github.com/smartcontractkit/.github/pull/657) + [`017fa90`](https://github.com/smartcontractkit/.github/commit/017fa90bbd19abe1a0ce0d374f979787982e09c1) + Thanks [@chainchad](https://github.com/chainchad)! - Update input and validate + env vars + ## 0.0.2 ### Patch Changes diff --git a/actions/md-confluence-sync/package.json b/actions/md-confluence-sync/package.json index fe6fa8cd..5170282d 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.0.2", + "version": "0.0.3", "description": "", "private": true, "scripts": {},