Skip to content

Commit

Permalink
Version Packages (#1670)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jun 2, 2023
1 parent 022c280 commit 25d8cb1
Show file tree
Hide file tree
Showing 73 changed files with 429 additions and 381 deletions.
5 changes: 0 additions & 5 deletions .changeset/chatty-lizards-push.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clean-sloths-report.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/cool-cars-collect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/early-carrots-dance.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/early-starfishes-unite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eleven-hornets-happen.md

This file was deleted.

20 changes: 0 additions & 20 deletions .changeset/famous-dots-shave.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/gold-cougars-run.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-eagles-invent.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/honest-lemons-remain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/khaki-apricots-train.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/lazy-goats-play.md

This file was deleted.

21 changes: 0 additions & 21 deletions .changeset/light-dingos-chew.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-dogs-stare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-steaks-bake.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/modern-goats-drum.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-toes-kneel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-years-clap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/polite-moons-study.md

This file was deleted.

62 changes: 0 additions & 62 deletions .changeset/pre.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-parents-argue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/serious-spiders-argue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-rules-travel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-bobcats-fold.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-pans-lie.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/smooth-wasps-impress.md

This file was deleted.

20 changes: 0 additions & 20 deletions .changeset/soft-files-explain.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/soft-hats-boil.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-worms-give.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-birds-fold.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-snails-jog.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-paws-occur.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-lies-cheer.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/two-turtles-join.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-pugs-battle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-schools-jump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-scissors-boil.md

This file was deleted.

29 changes: 29 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# @onflow/config

## 1.1.0

### Minor Changes

- [#1481](https://github.com/onflow/fcl-js/pull/1481) [`e10e3c9c`](https://github.com/onflow/fcl-js/commit/e10e3c9c1f611e7dfd8a0bf7292473c71c2e04b9) Thanks [@chasefleming](https://github.com/chasefleming)! - Remove need to manually add contract placeholders in config by ingesting flow.json with config.load

- [#1511](https://github.com/onflow/fcl-js/pull/1511) [`de7ffa47`](https://github.com/onflow/fcl-js/commit/de7ffa4768ea19e9378e7db74c85750b6554027c) Thanks [@justinbarry](https://github.com/justinbarry)! - Put contract addr in `system.contracts.*` namespace

- [#1575](https://github.com/onflow/fcl-js/pull/1575) [`bbdeea32`](https://github.com/onflow/fcl-js/commit/bbdeea32f024d6eea4a74c94023e01688a38b6cb) Thanks [@chasefleming](https://github.com/chasefleming)! - Exclude tests from type gen

- [#1511](https://github.com/onflow/fcl-js/pull/1511) [`48ff4330`](https://github.com/onflow/fcl-js/commit/48ff43303c30bab86274bd281f6af28affdb2f25) Thanks [@justinbarry](https://github.com/justinbarry)! - Add support for `import "ContractName"` syntax in scripts and transactions.

- [#1577](https://github.com/onflow/fcl-js/pull/1577) [`d9a49531`](https://github.com/onflow/fcl-js/commit/d9a495316cd03ed0de99e0f01d1b8850a1f0eec4) Thanks [@chasefleming](https://github.com/chasefleming)! - Add npmignore file for build

- [#1570](https://github.com/onflow/fcl-js/pull/1570) [`f68c1433`](https://github.com/onflow/fcl-js/commit/f68c14337b5470b4d79ec682f7bb41ddeae2e020) Thanks [@chasefleming](https://github.com/chasefleming)! - Add types for config package.

### Patch Changes

- [#1663](https://github.com/onflow/fcl-js/pull/1663) [`62dfafa9`](https://github.com/onflow/fcl-js/commit/62dfafa9c7adc3933822b0d3171d6eb025f1719e) Thanks [@nialexsan](https://github.com/nialexsan)! - Upgrade jest to v29.5 and update tests accordingly. Change build to transpile with ESM modules.

- [#1658](https://github.com/onflow/fcl-js/pull/1658) [`2512b5c5`](https://github.com/onflow/fcl-js/commit/2512b5c53dff708fca97cd8afdbb1f4a46b2f106) Thanks [@nialexsan](https://github.com/nialexsan)! - Align jest version

- [#1629](https://github.com/onflow/fcl-js/pull/1629) [`544d8ebb`](https://github.com/onflow/fcl-js/commit/544d8ebb298ce1be8491d5609729110211b83242) Thanks [@chasefleming](https://github.com/chasefleming)! - Fix key warning when key/file/location format is used in flow.json

- [#1604](https://github.com/onflow/fcl-js/pull/1604) [`a4a1c7bf`](https://github.com/onflow/fcl-js/commit/a4a1c7bf0be9facb213f56a91d1a66b60bdea64b) Thanks [@chasefleming](https://github.com/chasefleming)! - Fix config types when invoked as a function

- Updated dependencies [[`62dfafa9`](https://github.com/onflow/fcl-js/commit/62dfafa9c7adc3933822b0d3171d6eb025f1719e), [`2512b5c5`](https://github.com/onflow/fcl-js/commit/2512b5c53dff708fca97cd8afdbb1f4a46b2f106), [`35052784`](https://github.com/onflow/fcl-js/commit/3505278418e64045248c04fd21f0c09ddbb3132e), [`d9a49531`](https://github.com/onflow/fcl-js/commit/d9a495316cd03ed0de99e0f01d1b8850a1f0eec4)]:
- @onflow/util-actor@1.2.0

## 1.1.0-alpha.8

### Patch Changes
Expand Down
Loading

0 comments on commit 25d8cb1

Please sign in to comment.