Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into jribbink/wc-modal
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink committed Nov 14, 2024
2 parents 90401e2 + 2b5869a commit 5b9274c
Show file tree
Hide file tree
Showing 24 changed files with 315 additions and 221 deletions.
5 changes: 5 additions & 0 deletions .changeset/fresh-cows-repair.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@onflow/fcl-core": minor
---

Add getStorageProvider to currentUser configuration
4 changes: 4 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,15 @@
"@onflow/util-uid": "1.2.2"
},
"changesets": [
"fresh-cows-repair",
"lovely-bikes-applaud",
"odd-actors-ring",
"pink-students-divide",
"shaggy-snakes-vanish",
"slow-lies-fix",
"slow-peaches-vanish",
"soft-tomatoes-brake",
"stupid-turkeys-hope",
"tasty-ducks-mix",
"witty-pants-argue"
]
Expand Down
5 changes: 5 additions & 0 deletions .changeset/slow-peaches-vanish.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@onflow/fcl": minor
---

Use localStorage as default & export LOCAL_STORAGE/SESSION_STORAGE as helpers for fcl.storage.default configuration key
5 changes: 5 additions & 0 deletions .changeset/stupid-turkeys-hope.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@onflow/fcl-react-native": patch
---

Pass getStorageProvider to currentUser configuration
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

## 1.13.0-alpha.4

### Minor Changes

- [#2001](https://github.com/onflow/fcl-js/pull/2001) [`bac8c54db1b6821a2158923544aa537885d5a0e7`](https://github.com/onflow/fcl-js/commit/bac8c54db1b6821a2158923544aa537885d5a0e7) Thanks [@jribbink](https://github.com/jribbink)! - Add getStorageProvider to currentUser configuration

## 1.13.0-alpha.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/fcl-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onflow/fcl-core",
"version": "1.13.0-alpha.3",
"version": "1.13.0-alpha.4",
"description": "Flow Client Library",
"license": "Apache-2.0",
"author": "Dapper Labs <[email protected]>",
Expand Down
Loading

0 comments on commit 5b9274c

Please sign in to comment.