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

Commit 33d8f28

Browse files
Version Packages (alpha) (#131)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3fc34f3 commit 33d8f28

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.changeset/pre.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,10 @@
44
"initialVersions": {
55
"@onflow/flow-js-testing": "0.2.3-alpha.7"
66
},
7-
"changesets": ["polite-apes-shop", "rare-starfishes-mate"]
7+
"changesets": [
8+
"long-hairs-collect",
9+
"polite-apes-shop",
10+
"rare-starfishes-mate",
11+
"wet-pillows-applaud"
12+
]
813
}

CHANGELOG.md

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

3+
## 0.3.0-alpha.9
4+
5+
### Minor Changes
6+
7+
- [#126](https://github.com/onflow/flow-js-testing/pull/126) [`3fc34f3`](https://github.com/onflow/flow-js-testing/commit/3fc34f3f52f2623ca825ba84e05c774996bce67e) Thanks [@refi93](https://github.com/refi93)! - Add getTimeOffset/setTimeOffset utilities, allowing to advance the time while testing smart-contracts
8+
9+
* [#129](https://github.com/onflow/flow-js-testing/pull/129) [`78944c1`](https://github.com/onflow/flow-js-testing/commit/78944c155dd50bff9a350bfac5da0c2dd5493d69) Thanks [@jribbink](https://github.com/jribbink)! - Add optional error message match to shallRevert Jest assertion
10+
311
## 0.3.0-alpha.8
412

513
### Minor 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.8",
3+
"version": "0.3.0-alpha.9",
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)