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

Commit 92dc68d

Browse files
Version Packages (alpha) (#139)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e807e83 commit 92dc68d

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.changeset/pre.json

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"@onflow/flow-js-testing": "0.2.3-alpha.7"
66
},
77
"changesets": [
8+
"giant-dots-trade",
89
"long-hairs-collect",
910
"polite-apes-shop",
1011
"rare-starfishes-mate",

CHANGELOG.md

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

3+
## 0.3.0-alpha.10
4+
5+
### Patch Changes
6+
7+
- [#138](https://github.com/onflow/flow-js-testing/pull/138) [`e807e83`](https://github.com/onflow/flow-js-testing/commit/e807e831de37f92dc429f872ac62f1ab4d575d0e) Thanks [@jribbink](https://github.com/jribbink)! - Version bump @onflow/flow-cadut (fixes "transaction" keyword not allowed in templates & adds PublicPath/PrivatePath/StoragePath/CapabilityPath argument compatibility)
8+
39
## 0.3.0-alpha.9
410

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