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

Commit ba2de53

Browse files
authored
Version packages (alpha) (#128)
1 parent 2f517e1 commit ba2de53

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

.changeset/pre.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
"mode": "pre",
33
"tag": "alpha",
44
"initialVersions": {
5-
"flow-js-testing": "0.2.3-alpha.6"
5+
"@onflow/flow-js-testing": "0.2.3-alpha.7"
66
},
7-
"changesets": [
8-
"polite-apes-shop"
9-
]
7+
"changesets": ["polite-apes-shop", "rare-starfishes-mate"]
108
}

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.8
4+
5+
### Minor Changes
6+
7+
- 033562b: Dynamically select ports for emulator instead of supplying admin port statically through emulator.start arguments, deprecate use of this argument
8+
39
## 0.2.3-alpha.7
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.2.3-alpha.7",
3+
"version": "0.3.0-alpha.8",
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)