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

Commit 6e74d86

Browse files
Version Packages (stable-cadence) (#232)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 36824cf commit 6e74d86

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.changeset/pre.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"blue-pots-add",
99
"brave-feet-greet",
1010
"late-trees-ring",
11-
"tidy-coats-tickle"
11+
"tidy-coats-tickle",
12+
"two-news-change"
1213
]
1314
}

CHANGELOG.md

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

3+
## 0.6.0-stable-cadence.3
4+
5+
### Patch Changes
6+
7+
- [#231](https://github.com/onflow/flow-js-testing/pull/231) [`36824cf`](https://github.com/onflow/flow-js-testing/commit/36824cfcf210857b2a023e0c9900e95d72563b16) Thanks [@jribbink](https://github.com/jribbink)! - Update @onflow/fcl to v1.10.1
8+
39
## 0.6.0-stable-cadence.2
410

511
### 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.6.0-stable-cadence.2",
3+
"version": "0.6.0-stable-cadence.3",
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)