Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.

Commit 37b05f0

Browse files
github-actions[bot]justinbarry
authored andcommitted
Version Packages (alpha)
1 parent c862a91 commit 37b05f0

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@
1414
"moody-moose-work",
1515
"olive-fishes-tap",
1616
"polite-apes-shop",
17+
"poor-sloths-love",
1718
"quick-carrots-type",
1819
"rare-starfishes-mate",
1920
"red-vans-explode",
21+
"rude-turtles-grab",
2022
"selfish-turtles-do",
2123
"tough-swans-itch",
2224
"wet-pillows-applaud"

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# flow-js-testing
22

3+
## 0.3.0-alpha.16
4+
5+
### Patch Changes
6+
7+
- [#186](https://github.com/onflow/flow-js-testing/pull/186) [`de917f0`](https://github.com/onflow/flow-js-testing/commit/de917f004c5171e8e26aaf9919e1511d949bafce) Thanks [@justinbarry](https://github.com/justinbarry)! - No longer compress the packaged version of the library
8+
9+
* [#186](https://github.com/onflow/flow-js-testing/pull/186) [`ff208e2`](https://github.com/onflow/flow-js-testing/commit/ff208e2fd397e685900ed29baaa2846b0bbe5bab) Thanks [@justinbarry](https://github.com/justinbarry)! - Add explicit scoping to arguments in nested await functions to hint microbunde into doing the right thing
10+
311
## 0.3.0-alpha.15
412

513
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@onflow/flow-js-testing",
3-
"version": "0.3.0-alpha.15",
3+
"version": "0.3.0-alpha.16",
44
"description": "This package will expose a set of utility methods, to allow Cadence code testing with libraries like Jest",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)