Skip to content

Commit

Permalink
PKG -- [fcl-core] split fcl to fcl-core, fcl, and fcl-react-native (#…
Browse files Browse the repository at this point in the history
…1809)

* PKG -- [fcl] rename fcl to fcl-core

* PKG -- [root] rename fcl to fcl-core

* PKG -- [fcl] fcl-core

* PKG -- [fcl-react-native] move from fcl

* PKG -- [fcl-web] move from fcl

* PKG -- [fcl-core] ts file

* PKG -- [fcl-core] remove react native peerDeps

* PKG -- [root] updated lock

* PKG -- [fcl-wc] fix test

* PKG -- [fcl-wc] remove duplicated utils

* PKG -- [fcl-wc] Fix type imports

* PKG -- [fcl-wc] Fix paths

* PKG -- [fcl-wc] linter

* PKG -- [fcl-wc] revert changes on fcl-wc

* VSN -- [root] updated lock

* VSN -- [root] update package-lock.json

* PKG -- [fcl-wc] revert jest config

* PKG -- [fcl] revert fcl-web to fcl

* PKG -- [fcl] Revert rename fcl

* PKG -- [fcl] Revert unrelated fcl-core changes

* PKG -- [fcl] revert unrelated fcl-core

* PKG -- [fcl-core] revert unrelated fcl-core

* PKG -- [fcl-wc] revert fcl-core changes

* PKG -- [fcl-wc] revert fcl-core

* PKG -- [fcl-wc] revert fcl-core

* PKG -- [fcl-wc] fix test

* VSN -- [root] Update lock

* PKG -- [root] update lock

* PKG -- [fcl] fix build config

* PKG -- [fcl] fix types path

* PKG -- [fcl] pin fcl-core

* PKG -- [fcl] manually defined imports

* VSN -- [fcl] changeset

* VSN -- [root] alpha release

* VSN -- [root] updated lock

* PKG -- [fcl] fix missing packages

* VSN -- [root] fix missing packages

* VSN -- [root] updated packages

* VSN -- [root] exit alpha
  • Loading branch information
nialexsan authored Dec 6, 2023
1 parent f90ee4d commit 852b081
Show file tree
Hide file tree
Showing 210 changed files with 21,876 additions and 13,352 deletions.
7 changes: 7 additions & 0 deletions .changeset/new-peaches-battle.md
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
22 changes: 22 additions & 0 deletions .changeset/nice-cups-rest.md
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)
33 changes: 33 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"mode": "exit",
"tag": "alpha",
"initialVersions": {
"@onflow/config": "1.2.1",
"@onflow/fcl": "1.9.0",
"@onflow/fcl-bundle": "1.4.1",
"@onflow/fcl-core": "1.8.1",
"@onflow/fcl-react-native": "1.8.1",
"@onflow/fcl-wc": "6.0.0",
"@onflow/protobuf": "1.2.2",
"@onflow/rlp": "1.2.1",
"@onflow/sdk": "1.3.1",
"@onflow/transport-grpc": "1.3.1",
"@onflow/transport-http": "1.9.0",
"@onflow/typedefs": "1.2.1",
"@onflow/types": "1.2.1",
"@onflow/util-actor": "1.3.1",
"@onflow/util-address": "1.2.1",
"@onflow/util-encode-key": "1.2.1",
"@onflow/util-invariant": "1.2.1",
"@onflow/util-logger": "1.3.1",
"@onflow/util-semver": "1.0.1",
"@onflow/util-template": "1.2.1",
"@onflow/util-uid": "1.2.1"
},
"changesets": [
"brown-dingos-taste",
"new-peaches-battle",
"nice-cups-rest",
"serious-seahorses-camp"
]
}
Loading

0 comments on commit 852b081

Please sign in to comment.