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

Commit af232b0

Browse files
github-actions[bot]justinbarry
authored andcommitted
Version Packages (alpha)
1 parent 1ce23f0 commit af232b0

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

.changeset/pre.json

+4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,13 @@
55
"@onflow/flow-js-testing": "0.2.3-alpha.7"
66
},
77
"changesets": [
8+
"bright-comics-fold",
9+
"brown-bugs-fry",
810
"clean-oranges-hammer",
911
"friendly-snails-push",
1012
"giant-dots-trade",
1113
"gold-cheetahs-attend",
14+
"happy-gifts-bake",
1215
"kind-fishes-switch",
1316
"long-hairs-collect",
1417
"moody-moose-work",
@@ -20,6 +23,7 @@
2023
"red-vans-explode",
2124
"rude-turtles-grab",
2225
"selfish-turtles-do",
26+
"sweet-penguins-cry",
2327
"tough-swans-itch",
2428
"wet-pillows-applaud"
2529
]

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# flow-js-testing
22

3+
## 0.3.0-alpha.17
4+
5+
### Patch Changes
6+
7+
- [#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
8+
9+
* [#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
10+
11+
- [#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
12+
13+
* [#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
14+
315
## 0.3.0-alpha.16
416

517
### Patch Changes

package.json

+1-1
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.16",
3+
"version": "0.3.0-alpha.17",
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)