-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PKG -- [fcl-core] split fcl to fcl-core, fcl, and fcl-react-native #1821
Merged
Merged
Changes from all commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
0c7216d
PKG -- [fcl] rename fcl to fcl-core
nialexsan 6f68a51
PKG -- [root] rename fcl to fcl-core
nialexsan 3b4a3ef
PKG -- [fcl] fcl-core
nialexsan 324b2c1
PKG -- [fcl-react-native] move from fcl
nialexsan 0de9286
PKG -- [fcl-web] move from fcl
nialexsan 83f318d
PKG -- [fcl-core] ts file
nialexsan d63640a
PKG -- [fcl-core] remove react native peerDeps
nialexsan 182d3db
PKG -- [root] updated lock
nialexsan 1dfc3e2
PKG -- [fcl-wc] fix test
nialexsan a14a1c2
PKG -- [fcl-wc] remove duplicated utils
nialexsan ac8aee7
PKG -- [fcl-wc] Fix type imports
nialexsan 9f3ffc7
PKG -- [fcl-wc] Fix paths
nialexsan 9d9980b
PKG -- [fcl-wc] linter
nialexsan 30175eb
PKG -- [fcl-wc] revert changes on fcl-wc
nialexsan 3dfed8a
VSN -- [root] updated lock
nialexsan 2e795ed
VSN -- [root] update package-lock.json
nialexsan 7ae9bc2
PKG -- [fcl-wc] revert jest config
nialexsan 15431e4
PKG -- [fcl] revert fcl-web to fcl
nialexsan fa1bcaa
PKG -- [fcl] Revert rename fcl
nialexsan 0685f12
PKG -- [fcl] Revert unrelated fcl-core changes
nialexsan 7a67eff
PKG -- [fcl] revert unrelated fcl-core
nialexsan 0ad9e59
PKG -- [fcl-core] revert unrelated fcl-core
nialexsan 20438b6
PKG -- [fcl-wc] revert fcl-core changes
nialexsan e689184
PKG -- [fcl-wc] revert fcl-core
nialexsan 0bd06c1
PKG -- [fcl-wc] revert fcl-core
nialexsan 02d7c9b
PKG -- [fcl-wc] fix test
nialexsan 5480fb7
VSN -- [root] Update lock
nialexsan 4ee850a
Merge remote-tracking branch 'origin/master' into nialexsan/fcl-core-…
nialexsan e44dd47
PKG -- [root] update lock
nialexsan e6858d6
Merge remote-tracking branch 'origin/master' into nialexsan/fcl-core-…
nialexsan b61dd1e
PKG -- [fcl] fix build config
nialexsan b953833
PKG -- [fcl] fix types path
nialexsan 9e0d457
PKG -- [fcl] pin fcl-core
nialexsan c2c6a92
PKG -- [fcl] manually defined imports
nialexsan 3af8a43
VSN -- [fcl] changeset
nialexsan bf3ecef
VSN -- [root] alpha release
nialexsan 7ba6eaf
VSN -- [root] updated lock
nialexsan 9f60ced
PKG -- [fcl] fix missing packages
nialexsan f269dcc
VSN -- [root] fix missing packages
nialexsan 22e98d5
VSN -- [root] updated packages
nialexsan f2e1cff
VSN -- [root] exit alpha
nialexsan 0b6fd1f
Revert "VSN -- [root] exit alpha"
nialexsan e61bd06
Revert "VSN -- [root] updated packages"
nialexsan 407f878
Revert "VSN -- [root] alpha release"
nialexsan 8bd9d1a
Merge remote-tracking branch 'origin/master' into nialexsan/fcl-core-…
nialexsan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
"@onflow/transport-grpc": patch | ||
"@onflow/fcl-core": patch | ||
"@onflow/sdk": patch | ||
--- | ||
|
||
restore missing packages | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
"@onflow/fcl-react-native": minor | ||
"@onflow/fcl-core": minor | ||
"@onflow/fcl": minor | ||
"@onflow/util-encode-key": patch | ||
"@onflow/transport-http": patch | ||
"@onflow/util-invariant": patch | ||
"@onflow/util-template": patch | ||
"@onflow/util-address": patch | ||
"@onflow/util-logger": patch | ||
"@onflow/fcl-bundle": patch | ||
"@onflow/util-actor": patch | ||
"@onflow/typedefs": patch | ||
"@onflow/util-uid": patch | ||
"@onflow/config": patch | ||
"@onflow/fcl-wc": patch | ||
"@onflow/types": patch | ||
"@onflow/rlp": patch | ||
"@onflow/sdk": patch | ||
--- | ||
|
||
split fcl to fcl-core, fcl-react-native, fcl(-web) |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we delete this changelog?