From 4b6852e215e44d8b903af9601a23b1dad85bb253 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 13:50:40 -0700 Subject: [PATCH] Version Packages (stable-cadence) (#236) Co-authored-by: github-actions[bot] --- .changeset/pre.json | 2 ++ CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 3 files changed, 18 insertions(+), 1 deletion(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 6d7dfb9..1c9c44e 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -5,9 +5,11 @@ "@onflow/flow-js-testing": "0.5.0" }, "changesets": [ + "big-crews-work", "blue-pots-add", "brave-feet-greet", "late-trees-ring", + "nasty-otters-chew", "tidy-coats-tickle", "two-news-change" ] diff --git a/CHANGELOG.md b/CHANGELOG.md index 6376769..14ec866 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # flow-js-testing +## 0.6.0-stable-cadence.4 + +### Minor Changes + +- [#237](https://github.com/onflow/flow-js-testing/pull/237) [`eceb9d6`](https://github.com/onflow/flow-js-testing/commit/eceb9d6e4c3bd6160ccfe11b11040b2afc97498f) Thanks [@jribbink](https://github.com/jribbink)! - Allow loading service key from environment variables and files. + + **BREAKING CHANGES** + + - `getConfigValue` and `set` have been removed as these were just a confusing abstraction above the `@onflow/config` packages + - They have been replaced by exporting they `config` instance directly from the package + +### Patch Changes + +- [#235](https://github.com/onflow/flow-js-testing/pull/235) [`1b630d2`](https://github.com/onflow/flow-js-testing/commit/1b630d2c9bdd97e30d0b302997ff6c9f2c800d98) Thanks [@Luze26](https://github.com/Luze26)! - Add fallback for version checking CLI when JSON not supported + ## 0.6.0-stable-cadence.3 ### Patch Changes diff --git a/package.json b/package.json index 86167f1..9f03dca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/flow-js-testing", - "version": "0.6.0-stable-cadence.3", + "version": "0.6.0-stable-cadence.4", "description": "This package will expose a set of utility methods, to allow Cadence code testing with libraries like Jest", "repository": { "type": "git",