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

Commit 4b6852e

Browse files
Version Packages (stable-cadence) (#236)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent eceb9d6 commit 4b6852e

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

.changeset/pre.json

+2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@
55
"@onflow/flow-js-testing": "0.5.0"
66
},
77
"changesets": [
8+
"big-crews-work",
89
"blue-pots-add",
910
"brave-feet-greet",
1011
"late-trees-ring",
12+
"nasty-otters-chew",
1113
"tidy-coats-tickle",
1214
"two-news-change"
1315
]

CHANGELOG.md

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

3+
## 0.6.0-stable-cadence.4
4+
5+
### Minor Changes
6+
7+
- [#237](https://github.com/onflow/flow-js-testing/pull/237) [`eceb9d6`](https://github.com/onflow/flow-js-testing/commit/eceb9d6e4c3bd6160ccfe11b11040b2afc97498f) Thanks [@jribbink](https://github.com/jribbink)! - Allow loading service key from environment variables and files.
8+
9+
**BREAKING CHANGES**
10+
11+
- `getConfigValue` and `set` have been removed as these were just a confusing abstraction above the `@onflow/config` packages
12+
- They have been replaced by exporting they `config` instance directly from the package
13+
14+
### Patch Changes
15+
16+
- [#235](https://github.com/onflow/flow-js-testing/pull/235) [`1b630d2`](https://github.com/onflow/flow-js-testing/commit/1b630d2c9bdd97e30d0b302997ff6c9f2c800d98) Thanks [@Luze26](https://github.com/Luze26)! - Add fallback for version checking CLI when JSON not supported
17+
318
## 0.6.0-stable-cadence.3
419

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