From af232b004135aca1f121cb239f6807420628a103 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 24 Oct 2022 21:43:06 +0000 Subject: [PATCH] Version Packages (alpha) --- .changeset/pre.json | 4 ++++ CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 3 files changed, 17 insertions(+), 1 deletion(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 9ee5420d..e030f814 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -5,10 +5,13 @@ "@onflow/flow-js-testing": "0.2.3-alpha.7" }, "changesets": [ + "bright-comics-fold", + "brown-bugs-fry", "clean-oranges-hammer", "friendly-snails-push", "giant-dots-trade", "gold-cheetahs-attend", + "happy-gifts-bake", "kind-fishes-switch", "long-hairs-collect", "moody-moose-work", @@ -20,6 +23,7 @@ "red-vans-explode", "rude-turtles-grab", "selfish-turtles-do", + "sweet-penguins-cry", "tough-swans-itch", "wet-pillows-applaud" ] diff --git a/CHANGELOG.md b/CHANGELOG.md index ded45e90..f97f0d0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # flow-js-testing +## 0.3.0-alpha.17 + +### Patch Changes + +- [#177](https://github.com/onflow/flow-js-testing/pull/177) [`8d75426`](https://github.com/onflow/flow-js-testing/commit/8d75426bd605c8488809f271537fd6dcdf43e81f) Thanks [@adbario](https://github.com/adbario)! - Fix the warning about deprecated default compute limit for transactions + +* [#190](https://github.com/onflow/flow-js-testing/pull/190) [`1ce23f0`](https://github.com/onflow/flow-js-testing/commit/1ce23f0c1e78afb2bec372aadb59212aa7666ab9) Thanks [@adbario](https://github.com/adbario)! - Add explicit scoping to arguments for scripts in nested await functions to hint microbunde into doing the right thing + +- [#192](https://github.com/onflow/flow-js-testing/pull/192) [`31c5da0`](https://github.com/onflow/flow-js-testing/commit/31c5da087108b22ce3dba9cd31ca6282f0ec81ff) Thanks [@justinbarry](https://github.com/justinbarry)! - Fix imports for flow-cadut generator + +* [#188](https://github.com/onflow/flow-js-testing/pull/188) [`f905016`](https://github.com/onflow/flow-js-testing/commit/f905016c57c4d438c5be56eded188a0169d6eb59) Thanks [@adbario](https://github.com/adbario)! - Fix numbers as values deprecation warnings for tests + ## 0.3.0-alpha.16 ### Patch Changes diff --git a/package.json b/package.json index f1431fb4..a3cc2d46 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/flow-js-testing", - "version": "0.3.0-alpha.16", + "version": "0.3.0-alpha.17", "description": "This package will expose a set of utility methods, to allow Cadence code testing with libraries like Jest", "repository": { "type": "git",