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

Commit 430a63d

Browse files
Version Packages (#241)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent fcf64fc commit 430a63d

10 files changed

+26
-57
lines changed

.changeset/big-crews-work.md

-10
This file was deleted.

.changeset/blue-pots-add.md

-5
This file was deleted.

.changeset/brave-feet-greet.md

-5
This file was deleted.

.changeset/late-trees-ring.md

-5
This file was deleted.

.changeset/nasty-otters-chew.md

-5
This file was deleted.

.changeset/pre.json

-16
This file was deleted.

.changeset/tidy-coats-tickle.md

-5
This file was deleted.

.changeset/two-news-change.md

-5
This file was deleted.

CHANGELOG.md

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

3+
## 0.6.0
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+
* [#240](https://github.com/onflow/flow-js-testing/pull/240) [`374f371`](https://github.com/onflow/flow-js-testing/commit/374f3713d234d527a1428ec72d8ccdbb7c974c61) Thanks [@jribbink](https://github.com/jribbink)! - Add Cadence v1.0 support
15+
16+
### Patch Changes
17+
18+
- [#240](https://github.com/onflow/flow-js-testing/pull/240) [`ff545b0`](https://github.com/onflow/flow-js-testing/commit/ff545b0305baf67cad3b3e2cb1d0c8f17d32c820) Thanks [@jribbink](https://github.com/jribbink)! - Fix `stable-cadence` build
19+
20+
* [#228](https://github.com/onflow/flow-js-testing/pull/228) [`1d66db1`](https://github.com/onflow/flow-js-testing/commit/1d66db1fadaca17624f28429edb7d76c428c6984) Thanks [@jribbink](https://github.com/jribbink)! - Use `view` functions in FlowManager
21+
22+
- [#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
23+
24+
* [#240](https://github.com/onflow/flow-js-testing/pull/240) [`6a11947`](https://github.com/onflow/flow-js-testing/commit/6a11947171e7ba213624b5155dd8bb9c4ae49092) Thanks [@jribbink](https://github.com/jribbink)! - Fix shorthand imports
25+
26+
- [#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
27+
328
## 0.6.0-stable-cadence.4
429

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