Skip to content

Commit

Permalink
Version Packages (#1866)
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 May 20, 2024
1 parent 8fb453b commit 1e4af0b
Show file tree
Hide file tree
Showing 29 changed files with 297 additions and 222 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-dodos-jam.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/giant-bananas-watch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-crabs-march.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-ears-dream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-books-own.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-dodos-march.md

This file was deleted.

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

## 1.4.0

### Minor Changes

- [#1870](https://github.com/onflow/fcl-js/pull/1870) [`ad089fe7`](https://github.com/onflow/fcl-js/commit/ad089fe7556767e1fae96f3f2e98fd76c49bba88) Thanks [@btspoony](https://github.com/btspoony)! - Add previewnet to config.load

### Patch Changes

- Updated dependencies [[`6c635f9f`](https://github.com/onflow/fcl-js/commit/6c635f9ff340284845ffe1196965ced7c748294f)]:
- @onflow/util-invariant@1.2.3

## 1.3.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onflow/config",
"version": "1.3.0",
"version": "1.4.0",
"description": "Config for FCL-JS",
"license": "Apache-2.0",
"author": "Dapper Labs <[email protected]>",
Expand Down Expand Up @@ -40,7 +40,7 @@
"dependencies": {
"@babel/runtime": "^7.18.6",
"@onflow/util-actor": "1.3.2",
"@onflow/util-invariant": "1.2.2",
"@onflow/util-invariant": "1.2.3",
"@onflow/util-logger": "1.3.2",
"eslint": "^8.34.0",
"eslint-plugin-jsdoc": "^46.9.0"
Expand Down
Loading

0 comments on commit 1e4af0b

Please sign in to comment.