diff --git a/.changeset/fluffy-suns-exist.md b/.changeset/fluffy-suns-exist.md deleted file mode 100644 index 3042ac4d..00000000 --- a/.changeset/fluffy-suns-exist.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"crib-deploy-environment": minor ---- - -Switch the cost stributtion NS labeling to crib CLI diff --git a/.changeset/red-candles-rest.md b/.changeset/red-candles-rest.md deleted file mode 100644 index 6d1b5de5..00000000 --- a/.changeset/red-candles-rest.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"crib-deploy-environment": patch ---- - -Removing default empty values for cost atributtion labels diff --git a/actions/crib-deploy-environment/CHANGELOG.md b/actions/crib-deploy-environment/CHANGELOG.md index 74be83a6..c09e9411 100644 --- a/actions/crib-deploy-environment/CHANGELOG.md +++ b/actions/crib-deploy-environment/CHANGELOG.md @@ -1,5 +1,21 @@ # crib-deploy-environment +## 7.3.0 + +### Minor Changes + +- [#743](https://github.com/smartcontractkit/.github/pull/743) + [`f5fbc93`](https://github.com/smartcontractkit/.github/commit/f5fbc93a367af8b8cd16093fd0edd92b9ba756ea) + Thanks [@njegosrailic](https://github.com/njegosrailic)! - Switch the cost + stributtion NS labeling to crib CLI + +### Patch Changes + +- [#759](https://github.com/smartcontractkit/.github/pull/759) + [`7f3916b`](https://github.com/smartcontractkit/.github/commit/7f3916b1177db2b3e9c6af8e1d92bc7004f4b046) + Thanks [@njegosrailic](https://github.com/njegosrailic)! - Removing default + empty values for cost atributtion labels + ## 7.2.0 ### Minor Changes diff --git a/actions/crib-deploy-environment/package.json b/actions/crib-deploy-environment/package.json index 2d5b132c..b556f96f 100644 --- a/actions/crib-deploy-environment/package.json +++ b/actions/crib-deploy-environment/package.json @@ -1,6 +1,6 @@ { "name": "crib-deploy-environment", - "version": "7.2.0", + "version": "7.3.0", "description": "", "private": true, "scripts": {},