diff --git a/.changeset/hungry-dryers-mate.md b/.changeset/hungry-dryers-mate.md deleted file mode 100644 index f5955f51..00000000 --- a/.changeset/hungry-dryers-mate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"changesets-signed-commits": minor ---- - -Add optional prDraft input diff --git a/.changeset/silent-candles-thank.md b/.changeset/silent-candles-thank.md deleted file mode 100644 index bb00117d..00000000 --- a/.changeset/silent-candles-thank.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"setup-nix": minor -"manifest-build": minor ---- - -make build steps optional for nix manifest build diff --git a/actions/manifest-build/CHANGELOG.md b/actions/manifest-build/CHANGELOG.md index 0e902872..22507e1f 100644 --- a/actions/manifest-build/CHANGELOG.md +++ b/actions/manifest-build/CHANGELOG.md @@ -1,5 +1,14 @@ # manifest-build +## 0.6.0 + +### Minor Changes + +- [#255](https://github.com/smartcontractkit/.github/pull/255) + [`f389df7`](https://github.com/smartcontractkit/.github/commit/f389df7add8c63f0183917689bc391a81c5c7115) + Thanks [@tt-cll](https://github.com/tt-cll)! - make build steps optional for + nix manifest build + ## 0.5.0 ### Minor Changes diff --git a/actions/manifest-build/package.json b/actions/manifest-build/package.json index 33025ffd..0f780545 100644 --- a/actions/manifest-build/package.json +++ b/actions/manifest-build/package.json @@ -1,6 +1,6 @@ { "name": "manifest-build", - "version": "0.5.0", + "version": "0.6.0", "description": "Builds all manifest models and uploads them to a cache", "private": true, "scripts": {}, diff --git a/actions/setup-nix/CHANGELOG.md b/actions/setup-nix/CHANGELOG.md index 63391a78..81863214 100644 --- a/actions/setup-nix/CHANGELOG.md +++ b/actions/setup-nix/CHANGELOG.md @@ -1,5 +1,14 @@ # setup-nix +## 0.3.0 + +### Minor Changes + +- [#255](https://github.com/smartcontractkit/.github/pull/255) + [`f389df7`](https://github.com/smartcontractkit/.github/commit/f389df7add8c63f0183917689bc391a81c5c7115) + Thanks [@tt-cll](https://github.com/tt-cll)! - make build steps optional for + nix manifest build + ## 0.2.1 ### Patch Changes diff --git a/actions/setup-nix/package.json b/actions/setup-nix/package.json index 15a49c3c..3aa78b3b 100644 --- a/actions/setup-nix/package.json +++ b/actions/setup-nix/package.json @@ -1,6 +1,6 @@ { "name": "setup-nix", - "version": "0.2.1", + "version": "0.3.0", "description": "setup nix environment with caches", "private": true, "scripts": {}, diff --git a/actions/signed-commits/CHANGELOG.md b/actions/signed-commits/CHANGELOG.md index e1a35cdc..76a2d84f 100644 --- a/actions/signed-commits/CHANGELOG.md +++ b/actions/signed-commits/CHANGELOG.md @@ -1,5 +1,14 @@ # changesets-signed-commits +## 1.1.0 + +### Minor Changes + +- [#269](https://github.com/smartcontractkit/.github/pull/269) + [`7748941`](https://github.com/smartcontractkit/.github/commit/7748941d7635c260065b19b29b5ef819adb6c85c) + Thanks [@momentmaker](https://github.com/momentmaker)! - Add optional prDraft + input + ## 1.0.2 ### Patch Changes diff --git a/actions/signed-commits/package.json b/actions/signed-commits/package.json index 328629a8..662b5294 100644 --- a/actions/signed-commits/package.json +++ b/actions/signed-commits/package.json @@ -1,6 +1,6 @@ { "name": "changesets-signed-commits", - "version": "1.0.2", + "version": "1.1.0", "main": "dist/index.js", "private": true, "license": "MIT",