From 501c48f3885f0e390fc7d260d0c56ffa13016af2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 11:43:33 -0800 Subject: [PATCH] Version Packages (#2032) --- .changeset/brown-bobcats-remain.md | 5 - .changeset/fresh-cows-repair.md | 5 - .changeset/little-spies-glow.md | 5 - .changeset/lovely-bikes-applaud.md | 5 - .changeset/odd-actors-ring.md | 5 - .changeset/pink-students-divide.md | 5 - .changeset/poor-carrots-wink.md | 5 - .changeset/pre.json | 47 ----- .changeset/rare-apes-argue.md | 5 - .changeset/rotten-paws-retire.md | 5 - .changeset/seven-hounds-obey.md | 5 - .changeset/shaggy-snakes-vanish.md | 6 - .changeset/slow-lies-fix.md | 25 --- .changeset/slow-peaches-vanish.md | 5 - .changeset/soft-tomatoes-brake.md | 5 - .changeset/stupid-turkeys-hope.md | 5 - .changeset/tasty-ducks-mix.md | 5 - .changeset/witty-pants-argue.md | 5 - package-lock.json | 238 ++++++++++++------------- packages/config/CHANGELOG.md | 11 ++ packages/config/package.json | 10 +- packages/fcl-bundle/CHANGELOG.md | 10 ++ packages/fcl-bundle/package.json | 2 +- packages/fcl-core/CHANGELOG.md | 32 ++++ packages/fcl-core/package.json | 30 ++-- packages/fcl-react-native/CHANGELOG.md | 22 +++ packages/fcl-react-native/package.json | 30 ++-- packages/fcl-wc/CHANGELOG.md | 20 +++ packages/fcl-wc/package.json | 14 +- packages/fcl/CHANGELOG.md | 28 +++ packages/fcl/package.json | 34 ++-- packages/protobuf/CHANGELOG.md | 6 + packages/protobuf/package.json | 2 +- packages/rlp/CHANGELOG.md | 6 + packages/rlp/package.json | 4 +- packages/sdk/CHANGELOG.md | 19 ++ packages/sdk/package.json | 22 +-- packages/transport-grpc/package.json | 14 +- packages/transport-http/CHANGELOG.md | 12 ++ packages/transport-http/package.json | 18 +- packages/typedefs/CHANGELOG.md | 16 ++ packages/typedefs/package.json | 4 +- packages/types/CHANGELOG.md | 9 + packages/types/package.json | 6 +- packages/util-actor/CHANGELOG.md | 6 + packages/util-actor/package.json | 4 +- packages/util-address/CHANGELOG.md | 6 + packages/util-address/package.json | 6 +- packages/util-encode-key/CHANGELOG.md | 10 ++ packages/util-encode-key/package.json | 10 +- packages/util-invariant/CHANGELOG.md | 6 + packages/util-invariant/package.json | 6 +- packages/util-logger/CHANGELOG.md | 6 + packages/util-logger/package.json | 4 +- packages/util-rpc/CHANGELOG.md | 6 + packages/util-rpc/package.json | 4 +- packages/util-semver/CHANGELOG.md | 6 + packages/util-semver/package.json | 4 +- packages/util-template/CHANGELOG.md | 9 + packages/util-template/package.json | 6 +- packages/util-uid/CHANGELOG.md | 6 + packages/util-uid/package.json | 4 +- 62 files changed, 490 insertions(+), 391 deletions(-) delete mode 100644 .changeset/brown-bobcats-remain.md delete mode 100644 .changeset/fresh-cows-repair.md delete mode 100644 .changeset/little-spies-glow.md delete mode 100644 .changeset/lovely-bikes-applaud.md delete mode 100644 .changeset/odd-actors-ring.md delete mode 100644 .changeset/pink-students-divide.md delete mode 100644 .changeset/poor-carrots-wink.md delete mode 100644 .changeset/pre.json delete mode 100644 .changeset/rare-apes-argue.md delete mode 100644 .changeset/rotten-paws-retire.md delete mode 100644 .changeset/seven-hounds-obey.md delete mode 100644 .changeset/shaggy-snakes-vanish.md delete mode 100644 .changeset/slow-lies-fix.md delete mode 100644 .changeset/slow-peaches-vanish.md delete mode 100644 .changeset/soft-tomatoes-brake.md delete mode 100644 .changeset/stupid-turkeys-hope.md delete mode 100644 .changeset/tasty-ducks-mix.md delete mode 100644 .changeset/witty-pants-argue.md diff --git a/.changeset/brown-bobcats-remain.md b/.changeset/brown-bobcats-remain.md deleted file mode 100644 index 176da98ce..000000000 --- a/.changeset/brown-bobcats-remain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@onflow/fcl-bundle": minor ---- - -Add `rollup-plugin-postcss` & `@rollup/plugin-image` \ No newline at end of file diff --git a/.changeset/fresh-cows-repair.md b/.changeset/fresh-cows-repair.md deleted file mode 100644 index 84a87137d..000000000 --- a/.changeset/fresh-cows-repair.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@onflow/fcl-core": minor ---- - -Add getStorageProvider to currentUser configuration diff --git a/.changeset/little-spies-glow.md b/.changeset/little-spies-glow.md deleted file mode 100644 index 4f2bac120..000000000 --- a/.changeset/little-spies-glow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@onflow/fcl-wc": minor ---- - -Add UI notifications for pending requests diff --git a/.changeset/lovely-bikes-applaud.md b/.changeset/lovely-bikes-applaud.md deleted file mode 100644 index a53eccce5..000000000 --- a/.changeset/lovely-bikes-applaud.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@onflow/fcl-wc": patch ---- - -Fix WalletConnectModal close detection diff --git a/.changeset/odd-actors-ring.md b/.changeset/odd-actors-ring.md deleted file mode 100644 index 22c7a3a51..000000000 --- a/.changeset/odd-actors-ring.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@onflow/fcl-core": minor ---- - -Reduce transaction status polling delay to 1000ms diff --git a/.changeset/pink-students-divide.md b/.changeset/pink-students-divide.md deleted file mode 100644 index 4f0849df4..000000000 --- a/.changeset/pink-students-divide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@onflow/typedefs": minor ---- - -Add missing field to TransactionStatus type diff --git a/.changeset/poor-carrots-wink.md b/.changeset/poor-carrots-wink.md deleted file mode 100644 index 77c2e15d4..000000000 --- a/.changeset/poor-carrots-wink.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@onflow/fcl": minor ---- - -Add `walletconnect.disableNotifications` config option to disable WC notification UI diff --git a/.changeset/pre.json b/.changeset/pre.json deleted file mode 100644 index b3caee2ad..000000000 --- a/.changeset/pre.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "mode": "exit", - "tag": "alpha", - "initialVersions": { - "@onflow/config": "1.5.0", - "@onflow/fcl": "1.12.3", - "@onflow/fcl-bundle": "1.5.0", - "@onflow/fcl-core": "1.12.0", - "@onflow/fcl-react-native": "1.9.6", - "@onflow/fcl-wc": "5.4.0", - "@onflow/protobuf": "1.3.0", - "@onflow/rlp": "1.2.2", - "@onflow/sdk": "1.5.3", - "@onflow/transport-grpc": "1.4.1", - "@onflow/transport-http": "1.10.2", - "@onflow/typedefs": "1.3.1", - "@onflow/types": "1.4.0", - "@onflow/util-actor": "1.3.3", - "@onflow/util-address": "1.2.2", - "@onflow/util-encode-key": "1.2.3", - "@onflow/util-invariant": "1.2.3", - "@onflow/util-logger": "1.3.2", - "@onflow/util-rpc": "0.0.1", - "@onflow/util-semver": "1.0.2", - "@onflow/util-template": "1.2.2", - "@onflow/util-uid": "1.2.2" - }, - "changesets": [ - "brown-bobcats-remain", - "fresh-cows-repair", - "little-spies-glow", - "lovely-bikes-applaud", - "odd-actors-ring", - "pink-students-divide", - "poor-carrots-wink", - "rare-apes-argue", - "rotten-paws-retire", - "seven-hounds-obey", - "shaggy-snakes-vanish", - "slow-lies-fix", - "slow-peaches-vanish", - "soft-tomatoes-brake", - "stupid-turkeys-hope", - "tasty-ducks-mix", - "witty-pants-argue" - ] -} diff --git a/.changeset/rare-apes-argue.md b/.changeset/rare-apes-argue.md deleted file mode 100644 index ae075a9bc..000000000 --- a/.changeset/rare-apes-argue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@onflow/typedefs": patch ---- - -Fix CurrentUser services type diff --git a/.changeset/rotten-paws-retire.md b/.changeset/rotten-paws-retire.md deleted file mode 100644 index 38990d4d3..000000000 --- a/.changeset/rotten-paws-retire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@onflow/fcl-core": patch ---- - -Pass missing fields to service redirects in execService diff --git a/.changeset/seven-hounds-obey.md b/.changeset/seven-hounds-obey.md deleted file mode 100644 index fe5ed7dff..000000000 --- a/.changeset/seven-hounds-obey.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@onflow/sdk": patch ---- - -Fixed an issue where the signer could not get the correct singerIndex when preparing a payload due to prefixed addresses in the sdk diff --git a/.changeset/shaggy-snakes-vanish.md b/.changeset/shaggy-snakes-vanish.md deleted file mode 100644 index 1be124673..000000000 --- a/.changeset/shaggy-snakes-vanish.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@onflow/fcl-core": patch -"@onflow/fcl-wc": patch ---- - -Improve deeplinking for WC/RPC wallets using non-WC/RPC pre-authz services diff --git a/.changeset/slow-lies-fix.md b/.changeset/slow-lies-fix.md deleted file mode 100644 index 4fa27f272..000000000 --- a/.changeset/slow-lies-fix.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -"@onflow/fcl-react-native": patch -"@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/util-semver": patch -"@onflow/fcl-bundle": patch -"@onflow/util-actor": patch -"@onflow/fcl-core": patch -"@onflow/protobuf": patch -"@onflow/typedefs": patch -"@onflow/util-rpc": patch -"@onflow/util-uid": patch -"@onflow/config": patch -"@onflow/fcl-wc": patch -"@onflow/types": patch -"@onflow/fcl": patch -"@onflow/rlp": patch -"@onflow/sdk": patch ---- - -Update dependencies diff --git a/.changeset/slow-peaches-vanish.md b/.changeset/slow-peaches-vanish.md deleted file mode 100644 index ac02855d1..000000000 --- a/.changeset/slow-peaches-vanish.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@onflow/fcl": minor ---- - -Use localStorage as default & export LOCAL_STORAGE/SESSION_STORAGE as helpers for fcl.storage.default configuration key diff --git a/.changeset/soft-tomatoes-brake.md b/.changeset/soft-tomatoes-brake.md deleted file mode 100644 index 719088952..000000000 --- a/.changeset/soft-tomatoes-brake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@onflow/typedefs": minor ---- - -Add FvmErrorCode enum for categorizing transaction/script execution errors diff --git a/.changeset/stupid-turkeys-hope.md b/.changeset/stupid-turkeys-hope.md deleted file mode 100644 index b7f1e70f1..000000000 --- a/.changeset/stupid-turkeys-hope.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@onflow/fcl-react-native": patch ---- - -Pass getStorageProvider to currentUser configuration diff --git a/.changeset/tasty-ducks-mix.md b/.changeset/tasty-ducks-mix.md deleted file mode 100644 index abec5904b..000000000 --- a/.changeset/tasty-ducks-mix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@onflow/typedefs": minor ---- - -Add missing fields to Provider type diff --git a/.changeset/witty-pants-argue.md b/.changeset/witty-pants-argue.md deleted file mode 100644 index 2e52dd184..000000000 --- a/.changeset/witty-pants-argue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@onflow/fcl-core": minor ---- - -Add custom error `TransactionError` type for failing transaction results diff --git a/package-lock.json b/package-lock.json index 641745064..a41944aab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29011,19 +29011,19 @@ }, "packages/config": { "name": "@onflow/config", - "version": "1.5.1-alpha.0", + "version": "1.5.1", "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.25.7", - "@onflow/util-actor": "1.3.4-alpha.0", - "@onflow/util-invariant": "1.2.4-alpha.0", - "@onflow/util-logger": "1.3.3-alpha.0", + "@onflow/util-actor": "1.3.4", + "@onflow/util-invariant": "1.2.4", + "@onflow/util-logger": "1.3.3", "eslint": "^8.57.1", "eslint-plugin-jsdoc": "^46.10.1" }, "devDependencies": { "@babel/preset-typescript": "^7.25.7", - "@onflow/fcl-bundle": "1.5.1-alpha.0", + "@onflow/fcl-bundle": "1.6.0", "@types/estree": "^1.0.6", "@types/jest": "^29.5.13", "@typescript-eslint/eslint-plugin": "^6.21.0", @@ -29048,25 +29048,25 @@ }, "packages/fcl": { "name": "@onflow/fcl", - "version": "1.13.0-alpha.6", + "version": "1.13.0", "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.25.7", - "@onflow/config": "1.5.1-alpha.0", - "@onflow/fcl-core": "1.13.0-alpha.4", - "@onflow/fcl-wc": "5.4.1-alpha.4", + "@onflow/config": "1.5.1", + "@onflow/fcl-core": "1.13.0", + "@onflow/fcl-wc": "5.5.0", "@onflow/interaction": "0.0.11", - "@onflow/rlp": "1.2.3-alpha.0", - "@onflow/sdk": "1.5.4-alpha.1", - "@onflow/types": "1.4.1-alpha.0", - "@onflow/util-actor": "1.3.4-alpha.0", - "@onflow/util-address": "1.2.3-alpha.0", - "@onflow/util-invariant": "1.2.4-alpha.0", - "@onflow/util-logger": "1.3.3-alpha.0", - "@onflow/util-rpc": "0.0.2-alpha.0", - "@onflow/util-semver": "1.0.3-alpha.0", - "@onflow/util-template": "1.2.3-alpha.0", - "@onflow/util-uid": "1.2.3-alpha.0", + "@onflow/rlp": "1.2.3", + "@onflow/sdk": "1.5.4", + "@onflow/types": "1.4.1", + "@onflow/util-actor": "1.3.4", + "@onflow/util-address": "1.2.3", + "@onflow/util-invariant": "1.2.4", + "@onflow/util-logger": "1.3.3", + "@onflow/util-rpc": "0.0.2", + "@onflow/util-semver": "1.0.3", + "@onflow/util-template": "1.2.3", + "@onflow/util-uid": "1.2.3", "@walletconnect/types": "^2.13.2", "abort-controller": "^3.0.0", "cross-fetch": "^3.1.8", @@ -29074,8 +29074,8 @@ "sha3": "^2.1.4" }, "devDependencies": { - "@onflow/fcl-bundle": "1.5.1-alpha.0", - "@onflow/typedefs": "1.4.0-alpha.1", + "@onflow/fcl-bundle": "1.6.0", + "@onflow/typedefs": "1.4.0", "@types/estree": "^1.0.6", "@types/jest": "^29.5.13", "@types/node": "^18.19.57", @@ -29088,7 +29088,7 @@ }, "packages/fcl-bundle": { "name": "@onflow/fcl-bundle", - "version": "1.5.1-alpha.0", + "version": "1.6.0", "license": "Apache-2.0", "dependencies": { "@babel/plugin-transform-runtime": "^7.25.7", @@ -29122,30 +29122,30 @@ }, "packages/fcl-core": { "name": "@onflow/fcl-core", - "version": "1.13.0-alpha.4", + "version": "1.13.0", "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.25.7", "@improbable-eng/grpc-web": "^0.15.0", - "@onflow/config": "1.5.1-alpha.0", + "@onflow/config": "1.5.1", "@onflow/interaction": "0.0.11", - "@onflow/rlp": "1.2.3-alpha.0", - "@onflow/sdk": "1.5.4-alpha.1", - "@onflow/transport-http": "1.10.3-alpha.0", - "@onflow/types": "1.4.1-alpha.0", - "@onflow/util-actor": "1.3.4-alpha.0", - "@onflow/util-address": "1.2.3-alpha.0", - "@onflow/util-invariant": "1.2.4-alpha.0", - "@onflow/util-logger": "1.3.3-alpha.0", - "@onflow/util-semver": "1.0.3-alpha.0", - "@onflow/util-template": "1.2.3-alpha.0", - "@onflow/util-uid": "1.2.3-alpha.0", + "@onflow/rlp": "1.2.3", + "@onflow/sdk": "1.5.4", + "@onflow/transport-http": "1.10.3", + "@onflow/types": "1.4.1", + "@onflow/util-actor": "1.3.4", + "@onflow/util-address": "1.2.3", + "@onflow/util-invariant": "1.2.4", + "@onflow/util-logger": "1.3.3", + "@onflow/util-semver": "1.0.3", + "@onflow/util-template": "1.2.3", + "@onflow/util-uid": "1.2.3", "abort-controller": "^3.0.0", "cross-fetch": "^3.1.8" }, "devDependencies": { - "@onflow/fcl-bundle": "1.5.1-alpha.0", - "@onflow/typedefs": "1.4.0-alpha.1", + "@onflow/fcl-bundle": "1.6.0", + "@onflow/typedefs": "1.4.0", "@types/estree": "^1.0.6", "@types/jest": "^29.5.13", "@types/node": "^18.19.57", @@ -29170,28 +29170,28 @@ }, "packages/fcl-react-native": { "name": "@onflow/fcl-react-native", - "version": "1.9.7-alpha.4", + "version": "1.9.7", "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.25.7", - "@onflow/config": "1.5.1-alpha.0", - "@onflow/fcl-core": "1.13.0-alpha.4", + "@onflow/config": "1.5.1", + "@onflow/fcl-core": "1.13.0", "@onflow/interaction": "0.0.11", - "@onflow/rlp": "1.2.3-alpha.0", - "@onflow/sdk": "1.5.4-alpha.1", - "@onflow/types": "1.4.1-alpha.0", - "@onflow/util-actor": "1.3.4-alpha.0", - "@onflow/util-address": "1.2.3-alpha.0", - "@onflow/util-invariant": "1.2.4-alpha.0", - "@onflow/util-logger": "1.3.3-alpha.0", - "@onflow/util-semver": "1.0.3-alpha.0", - "@onflow/util-template": "1.2.3-alpha.0", - "@onflow/util-uid": "1.2.3-alpha.0", + "@onflow/rlp": "1.2.3", + "@onflow/sdk": "1.5.4", + "@onflow/types": "1.4.1", + "@onflow/util-actor": "1.3.4", + "@onflow/util-address": "1.2.3", + "@onflow/util-invariant": "1.2.4", + "@onflow/util-logger": "1.3.3", + "@onflow/util-semver": "1.0.3", + "@onflow/util-template": "1.2.3", + "@onflow/util-uid": "1.2.3", "cross-fetch": "^3.1.8" }, "devDependencies": { - "@onflow/fcl-bundle": "1.5.1-alpha.0", - "@onflow/typedefs": "1.4.0-alpha.1", + "@onflow/fcl-bundle": "1.6.0", + "@onflow/typedefs": "1.4.0", "@types/estree": "^1.0.6", "@types/node": "^18.19.57", "eslint": "^8.57.1", @@ -29222,13 +29222,13 @@ }, "packages/fcl-wc": { "name": "@onflow/fcl-wc", - "version": "5.4.1-alpha.4", + "version": "5.5.0", "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.25.7", - "@onflow/config": "1.5.1-alpha.0", - "@onflow/util-invariant": "1.2.4-alpha.0", - "@onflow/util-logger": "1.3.3-alpha.0", + "@onflow/config": "1.5.1", + "@onflow/util-invariant": "1.2.4", + "@onflow/util-logger": "1.3.3", "@walletconnect/modal": "^2.7.0", "@walletconnect/modal-core": "^2.6.2", "@walletconnect/sign-client": "^2.17.1", @@ -29241,8 +29241,8 @@ "devDependencies": { "@babel/plugin-transform-react-jsx": "^7.25.9", "@babel/preset-typescript": "^7.25.7", - "@onflow/fcl-bundle": "1.5.1-alpha.0", - "@onflow/typedefs": "^1.4.0-alpha.1", + "@onflow/fcl-bundle": "1.6.0", + "@onflow/typedefs": "^1.4.0", "autoprefixer": "^10.4.20", "eslint": "^8.57.1", "eslint-plugin-jsdoc": "^46.10.1", @@ -29250,7 +29250,7 @@ "jest-preset-preact": "^4.1.1" }, "peerDependencies": { - "@onflow/fcl-core": "1.13.0-alpha.4" + "@onflow/fcl-core": "1.13.0" } }, "packages/fcl/node_modules/typescript": { @@ -29267,7 +29267,7 @@ }, "packages/protobuf": { "name": "@onflow/protobuf", - "version": "1.3.1-alpha.0", + "version": "1.3.1", "license": "Apache-2.0", "dependencies": { "@improbable-eng/grpc-web": "^0.12.0", @@ -29314,7 +29314,7 @@ }, "packages/rlp": { "name": "@onflow/rlp", - "version": "1.2.3-alpha.0", + "version": "1.2.3", "license": "MPL-2.0", "dependencies": { "@babel/runtime": "^7.25.7", @@ -29322,7 +29322,7 @@ }, "devDependencies": { "@babel/preset-typescript": "^7.25.7", - "@onflow/fcl-bundle": "1.5.1-alpha.0", + "@onflow/fcl-bundle": "1.6.0", "@types/jest": "^29.5.13", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", @@ -29333,26 +29333,26 @@ }, "packages/sdk": { "name": "@onflow/sdk", - "version": "1.5.4-alpha.1", + "version": "1.5.4", "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.25.7", - "@onflow/config": "1.5.1-alpha.0", - "@onflow/rlp": "1.2.3-alpha.0", - "@onflow/transport-http": "1.10.3-alpha.0", - "@onflow/typedefs": "1.4.0-alpha.1", - "@onflow/util-actor": "1.3.4-alpha.0", - "@onflow/util-address": "1.2.3-alpha.0", - "@onflow/util-invariant": "1.2.4-alpha.0", - "@onflow/util-logger": "1.3.3-alpha.0", - "@onflow/util-template": "1.2.3-alpha.0", + "@onflow/config": "1.5.1", + "@onflow/rlp": "1.2.3", + "@onflow/transport-http": "1.10.3", + "@onflow/typedefs": "1.4.0", + "@onflow/util-actor": "1.3.4", + "@onflow/util-address": "1.2.3", + "@onflow/util-invariant": "1.2.4", + "@onflow/util-logger": "1.3.3", + "@onflow/util-template": "1.2.3", "deepmerge": "^4.3.1", "events": "^3.3.0", "sha3": "^2.1.4", "uuid": "^9.0.1" }, "devDependencies": { - "@onflow/fcl-bundle": "1.5.1-alpha.0", + "@onflow/fcl-bundle": "1.6.0", "@types/uuid": "^9.0.8", "eslint": "^8.57.1", "eslint-plugin-jsdoc": "^46.10.1", @@ -29380,28 +29380,28 @@ "@babel/runtime": "^7.25.7", "@improbable-eng/grpc-web": "^0.15.0", "@improbable-eng/grpc-web-node-http-transport": "^0.15.0", - "@onflow/protobuf": "1.3.1-alpha.0", - "@onflow/rlp": "1.2.3-alpha.0", - "@onflow/util-address": "1.2.3-alpha.0", - "@onflow/util-invariant": "1.2.4-alpha.0", - "@onflow/util-template": "1.2.3-alpha.0" + "@onflow/protobuf": "1.3.1", + "@onflow/rlp": "1.2.3", + "@onflow/util-address": "1.2.3", + "@onflow/util-invariant": "1.2.4", + "@onflow/util-template": "1.2.3" }, "devDependencies": { - "@onflow/fcl-bundle": "1.5.1-alpha.0", - "@onflow/sdk": "1.5.4-alpha.1", + "@onflow/fcl-bundle": "1.6.0", + "@onflow/sdk": "1.5.4", "jest": "^29.7.0" } }, "packages/transport-http": { "name": "@onflow/transport-http", - "version": "1.10.3-alpha.0", + "version": "1.10.3", "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.25.7", - "@onflow/util-address": "1.2.3-alpha.0", - "@onflow/util-invariant": "1.2.4-alpha.0", - "@onflow/util-logger": "1.3.3-alpha.0", - "@onflow/util-template": "1.2.3-alpha.0", + "@onflow/util-address": "1.2.3", + "@onflow/util-invariant": "1.2.4", + "@onflow/util-logger": "1.3.3", + "@onflow/util-template": "1.2.3", "abort-controller": "^3.0.0", "cross-fetch": "^3.1.8", "events": "^3.3.0", @@ -29409,22 +29409,22 @@ "ws": "^8.18.0" }, "devDependencies": { - "@onflow/fcl-bundle": "1.5.1-alpha.0", - "@onflow/rlp": "1.2.3-alpha.0", - "@onflow/sdk": "1.5.4-alpha.1", - "@onflow/types": "1.4.1-alpha.0", + "@onflow/fcl-bundle": "1.6.0", + "@onflow/rlp": "1.2.3", + "@onflow/sdk": "1.5.4", + "@onflow/types": "1.4.1", "jest": "^29.7.0" } }, "packages/typedefs": { "name": "@onflow/typedefs", - "version": "1.4.0-alpha.1", + "version": "1.4.0", "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.25.7" }, "devDependencies": { - "@onflow/fcl-bundle": "1.5.1-alpha.0", + "@onflow/fcl-bundle": "1.6.0", "@types/node": "^18.19.57", "eslint": "^8.57.1", "eslint-plugin-jsdoc": "^46.10.1", @@ -29447,15 +29447,15 @@ }, "packages/types": { "name": "@onflow/types", - "version": "1.4.1-alpha.0", + "version": "1.4.1", "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.25.7", - "@onflow/util-logger": "1.3.3-alpha.0" + "@onflow/util-logger": "1.3.3" }, "devDependencies": { "@babel/preset-typescript": "^7.25.7", - "@onflow/fcl-bundle": "1.5.1-alpha.0", + "@onflow/fcl-bundle": "1.6.0", "@types/jest": "^29.5.13", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", @@ -29466,7 +29466,7 @@ }, "packages/util-actor": { "name": "@onflow/util-actor", - "version": "1.3.4-alpha.0", + "version": "1.3.4", "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.25.7", @@ -29474,7 +29474,7 @@ }, "devDependencies": { "@babel/preset-typescript": "^7.25.7", - "@onflow/fcl-bundle": "1.5.1-alpha.0", + "@onflow/fcl-bundle": "1.6.0", "@types/jest": "^29.5.13", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", @@ -29485,15 +29485,15 @@ }, "packages/util-address": { "name": "@onflow/util-address", - "version": "1.2.3-alpha.0", + "version": "1.2.3", "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.25.7" }, "devDependencies": { "@babel/preset-typescript": "^7.25.7", - "@onflow/fcl-bundle": "1.5.1-alpha.0", - "@onflow/types": "1.4.1-alpha.0", + "@onflow/fcl-bundle": "1.6.0", + "@onflow/types": "1.4.1", "@types/jest": "^29.5.13", "@types/node": "^18.19.57", "@typescript-eslint/eslint-plugin": "^6.21.0", @@ -29518,17 +29518,17 @@ }, "packages/util-encode-key": { "name": "@onflow/util-encode-key", - "version": "1.2.4-alpha.0", + "version": "1.2.4", "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.25.7", - "@onflow/rlp": "1.2.3-alpha.0", - "@onflow/util-invariant": "1.2.4-alpha.0" + "@onflow/rlp": "1.2.3", + "@onflow/util-invariant": "1.2.4" }, "devDependencies": { "@babel/preset-typescript": "^7.25.7", - "@onflow/fcl-bundle": "1.5.1-alpha.0", - "@onflow/types": "1.4.1-alpha.0", + "@onflow/fcl-bundle": "1.6.0", + "@onflow/types": "1.4.1", "@types/jest": "^29.5.13", "@types/node": "^18.19.57", "@typescript-eslint/eslint-plugin": "^6.21.0", @@ -29553,15 +29553,15 @@ }, "packages/util-invariant": { "name": "@onflow/util-invariant", - "version": "1.2.4-alpha.0", + "version": "1.2.4", "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.25.7" }, "devDependencies": { "@babel/preset-typescript": "^7.25.7", - "@onflow/fcl-bundle": "1.5.1-alpha.0", - "@onflow/types": "1.4.1-alpha.0", + "@onflow/fcl-bundle": "1.6.0", + "@onflow/types": "1.4.1", "@types/jest": "^29.5.13", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", @@ -29572,14 +29572,14 @@ }, "packages/util-logger": { "name": "@onflow/util-logger", - "version": "1.3.3-alpha.0", + "version": "1.3.3", "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.25.7" }, "devDependencies": { "@babel/preset-typescript": "^7.25.7", - "@onflow/fcl-bundle": "1.5.1-alpha.0", + "@onflow/fcl-bundle": "1.6.0", "@types/jest": "^29.5.13", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", @@ -29598,14 +29598,14 @@ }, "packages/util-rpc": { "name": "@onflow/util-rpc", - "version": "0.0.2-alpha.0", + "version": "0.0.2", "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.25.7" }, "devDependencies": { "@babel/preset-typescript": "^7.25.7", - "@onflow/fcl-bundle": "1.5.1-alpha.0", + "@onflow/fcl-bundle": "1.6.0", "@types/jest": "^29.5.13", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", @@ -29616,27 +29616,27 @@ }, "packages/util-semver": { "name": "@onflow/util-semver", - "version": "1.0.3-alpha.0", + "version": "1.0.3", "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.25.7" }, "devDependencies": { - "@onflow/fcl-bundle": "1.5.1-alpha.0", + "@onflow/fcl-bundle": "1.6.0", "jest": "^29.7.0" } }, "packages/util-template": { "name": "@onflow/util-template", - "version": "1.2.3-alpha.0", + "version": "1.2.3", "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.25.7", - "@onflow/util-logger": "1.3.3-alpha.0" + "@onflow/util-logger": "1.3.3" }, "devDependencies": { "@babel/preset-typescript": "^7.25.7", - "@onflow/fcl-bundle": "1.5.1-alpha.0", + "@onflow/fcl-bundle": "1.6.0", "@types/jest": "^29.5.13", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", @@ -29647,14 +29647,14 @@ }, "packages/util-uid": { "name": "@onflow/util-uid", - "version": "1.2.3-alpha.0", + "version": "1.2.3", "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.25.7" }, "devDependencies": { "@babel/preset-typescript": "^7.25.7", - "@onflow/fcl-bundle": "1.5.1-alpha.0", + "@onflow/fcl-bundle": "1.6.0", "@types/jest": "^29.5.13", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", diff --git a/packages/config/CHANGELOG.md b/packages/config/CHANGELOG.md index 363265772..5e3becd78 100644 --- a/packages/config/CHANGELOG.md +++ b/packages/config/CHANGELOG.md @@ -1,5 +1,16 @@ # @onflow/config +## 1.5.1 + +### Patch Changes + +- [#1983](https://github.com/onflow/fcl-js/pull/1983) [`18d24c8bad7efa0d8741d74f0cf299f89b3622c7`](https://github.com/onflow/fcl-js/commit/18d24c8bad7efa0d8741d74f0cf299f89b3622c7) Thanks [@jribbink](https://github.com/jribbink)! - Update dependencies + +- Updated dependencies [[`18d24c8bad7efa0d8741d74f0cf299f89b3622c7`](https://github.com/onflow/fcl-js/commit/18d24c8bad7efa0d8741d74f0cf299f89b3622c7)]: + - @onflow/util-invariant@1.2.4 + - @onflow/util-logger@1.3.3 + - @onflow/util-actor@1.3.4 + ## 1.5.1-alpha.0 ### Patch Changes diff --git a/packages/config/package.json b/packages/config/package.json index 8ad377ee7..90322c4e9 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/config", - "version": "1.5.1-alpha.0", + "version": "1.5.1", "description": "Config for FCL-JS", "license": "Apache-2.0", "author": "Dapper Labs ", @@ -14,7 +14,7 @@ }, "devDependencies": { "@babel/preset-typescript": "^7.25.7", - "@onflow/fcl-bundle": "1.6.0-alpha.1", + "@onflow/fcl-bundle": "1.6.0", "@types/estree": "^1.0.6", "@types/jest": "^29.5.13", "@typescript-eslint/eslint-plugin": "^6.21.0", @@ -39,9 +39,9 @@ }, "dependencies": { "@babel/runtime": "^7.25.7", - "@onflow/util-actor": "1.3.4-alpha.0", - "@onflow/util-invariant": "1.2.4-alpha.0", - "@onflow/util-logger": "1.3.3-alpha.0", + "@onflow/util-actor": "1.3.4", + "@onflow/util-invariant": "1.2.4", + "@onflow/util-logger": "1.3.3", "eslint": "^8.57.1", "eslint-plugin-jsdoc": "^46.10.1" } diff --git a/packages/fcl-bundle/CHANGELOG.md b/packages/fcl-bundle/CHANGELOG.md index 99f196e70..0a0d1b3aa 100644 --- a/packages/fcl-bundle/CHANGELOG.md +++ b/packages/fcl-bundle/CHANGELOG.md @@ -1,5 +1,15 @@ # @onflow/fcl-bundle +## 1.6.0 + +### Minor Changes + +- [#1970](https://github.com/onflow/fcl-js/pull/1970) [`3b31f1c02b78bf178502627e5ca1de81bdfe8f26`](https://github.com/onflow/fcl-js/commit/3b31f1c02b78bf178502627e5ca1de81bdfe8f26) Thanks [@jribbink](https://github.com/jribbink)! - Add `rollup-plugin-postcss` & `@rollup/plugin-image` + +### Patch Changes + +- [#1983](https://github.com/onflow/fcl-js/pull/1983) [`18d24c8bad7efa0d8741d74f0cf299f89b3622c7`](https://github.com/onflow/fcl-js/commit/18d24c8bad7efa0d8741d74f0cf299f89b3622c7) Thanks [@jribbink](https://github.com/jribbink)! - Update dependencies + ## 1.6.0-alpha.1 ### Minor Changes diff --git a/packages/fcl-bundle/package.json b/packages/fcl-bundle/package.json index aa2bd60e6..d85305096 100644 --- a/packages/fcl-bundle/package.json +++ b/packages/fcl-bundle/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/fcl-bundle", - "version": "1.6.0-alpha.1", + "version": "1.6.0", "description": "FCL Bundler Tool", "license": "Apache-2.0", "author": "Dapper Labs ", diff --git a/packages/fcl-core/CHANGELOG.md b/packages/fcl-core/CHANGELOG.md index 45ba70cd7..dae63c476 100644 --- a/packages/fcl-core/CHANGELOG.md +++ b/packages/fcl-core/CHANGELOG.md @@ -1,5 +1,37 @@ # @onflow/fcl +## 1.13.0 + +### 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 + +- [#1989](https://github.com/onflow/fcl-js/pull/1989) [`8a5f8e9874980c40c1feb3eac915c6e8570abbf3`](https://github.com/onflow/fcl-js/commit/8a5f8e9874980c40c1feb3eac915c6e8570abbf3) Thanks [@jribbink](https://github.com/jribbink)! - Reduce transaction status polling delay to 1000ms + +- [#1893](https://github.com/onflow/fcl-js/pull/1893) [`b9f49494d5b3faed1bc24005adc6ba312f653a21`](https://github.com/onflow/fcl-js/commit/b9f49494d5b3faed1bc24005adc6ba312f653a21) Thanks [@jribbink](https://github.com/jribbink)! - Add custom error `TransactionError` type for failing transaction results + +### Patch Changes + +- [#1970](https://github.com/onflow/fcl-js/pull/1970) [`3b31f1c02b78bf178502627e5ca1de81bdfe8f26`](https://github.com/onflow/fcl-js/commit/3b31f1c02b78bf178502627e5ca1de81bdfe8f26) Thanks [@jribbink](https://github.com/jribbink)! - Pass missing fields to service redirects in execService + +- [#1999](https://github.com/onflow/fcl-js/pull/1999) [`c14746a9e4dbde10d6204697a68e6f2de6e83dd1`](https://github.com/onflow/fcl-js/commit/c14746a9e4dbde10d6204697a68e6f2de6e83dd1) Thanks [@jribbink](https://github.com/jribbink)! - Improve deeplinking for WC/RPC wallets using non-WC/RPC pre-authz services + +- [#1983](https://github.com/onflow/fcl-js/pull/1983) [`18d24c8bad7efa0d8741d74f0cf299f89b3622c7`](https://github.com/onflow/fcl-js/commit/18d24c8bad7efa0d8741d74f0cf299f89b3622c7) Thanks [@jribbink](https://github.com/jribbink)! - Update dependencies + +- Updated dependencies [[`b7860a388960f3d2220c5f85a820a33e41915f35`](https://github.com/onflow/fcl-js/commit/b7860a388960f3d2220c5f85a820a33e41915f35), [`18d24c8bad7efa0d8741d74f0cf299f89b3622c7`](https://github.com/onflow/fcl-js/commit/18d24c8bad7efa0d8741d74f0cf299f89b3622c7)]: + - @onflow/sdk@1.5.4 + - @onflow/transport-http@1.10.3 + - @onflow/util-invariant@1.2.4 + - @onflow/util-template@1.2.3 + - @onflow/util-address@1.2.3 + - @onflow/util-logger@1.3.3 + - @onflow/util-semver@1.0.3 + - @onflow/util-actor@1.3.4 + - @onflow/util-uid@1.2.3 + - @onflow/config@1.5.1 + - @onflow/types@1.4.1 + - @onflow/rlp@1.2.3 + ## 1.13.0-alpha.6 ### Patch Changes diff --git a/packages/fcl-core/package.json b/packages/fcl-core/package.json index d0b68f4a6..b031cdf43 100644 --- a/packages/fcl-core/package.json +++ b/packages/fcl-core/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/fcl-core", - "version": "1.13.0-alpha.6", + "version": "1.13.0", "description": "Flow Client Library", "license": "Apache-2.0", "author": "Dapper Labs ", @@ -19,8 +19,8 @@ } }, "devDependencies": { - "@onflow/fcl-bundle": "1.6.0-alpha.1", - "@onflow/typedefs": "1.4.0-alpha.2", + "@onflow/fcl-bundle": "1.6.0", + "@onflow/typedefs": "1.4.0", "@types/estree": "^1.0.6", "@types/jest": "^29.5.13", "@types/node": "^18.19.57", @@ -49,19 +49,19 @@ "dependencies": { "@babel/runtime": "^7.25.7", "@improbable-eng/grpc-web": "^0.15.0", - "@onflow/config": "1.5.1-alpha.0", + "@onflow/config": "1.5.1", "@onflow/interaction": "0.0.11", - "@onflow/rlp": "1.2.3-alpha.0", - "@onflow/sdk": "1.5.4-alpha.3", - "@onflow/transport-http": "1.10.3-alpha.0", - "@onflow/types": "1.4.1-alpha.0", - "@onflow/util-actor": "1.3.4-alpha.0", - "@onflow/util-address": "1.2.3-alpha.0", - "@onflow/util-invariant": "1.2.4-alpha.0", - "@onflow/util-logger": "1.3.3-alpha.0", - "@onflow/util-semver": "1.0.3-alpha.0", - "@onflow/util-template": "1.2.3-alpha.0", - "@onflow/util-uid": "1.2.3-alpha.0", + "@onflow/rlp": "1.2.3", + "@onflow/sdk": "1.5.4", + "@onflow/transport-http": "1.10.3", + "@onflow/types": "1.4.1", + "@onflow/util-actor": "1.3.4", + "@onflow/util-address": "1.2.3", + "@onflow/util-invariant": "1.2.4", + "@onflow/util-logger": "1.3.3", + "@onflow/util-semver": "1.0.3", + "@onflow/util-template": "1.2.3", + "@onflow/util-uid": "1.2.3", "abort-controller": "^3.0.0", "cross-fetch": "^3.1.8" } diff --git a/packages/fcl-react-native/CHANGELOG.md b/packages/fcl-react-native/CHANGELOG.md index f674fb404..76e50d961 100644 --- a/packages/fcl-react-native/CHANGELOG.md +++ b/packages/fcl-react-native/CHANGELOG.md @@ -1,5 +1,27 @@ # @onflow/fcl-react-native +## 1.9.7 + +### Patch Changes + +- [#1983](https://github.com/onflow/fcl-js/pull/1983) [`18d24c8bad7efa0d8741d74f0cf299f89b3622c7`](https://github.com/onflow/fcl-js/commit/18d24c8bad7efa0d8741d74f0cf299f89b3622c7) Thanks [@jribbink](https://github.com/jribbink)! - Update dependencies + +- [#2001](https://github.com/onflow/fcl-js/pull/2001) [`bac8c54db1b6821a2158923544aa537885d5a0e7`](https://github.com/onflow/fcl-js/commit/bac8c54db1b6821a2158923544aa537885d5a0e7) Thanks [@jribbink](https://github.com/jribbink)! - Pass getStorageProvider to currentUser configuration + +- Updated dependencies [[`bac8c54db1b6821a2158923544aa537885d5a0e7`](https://github.com/onflow/fcl-js/commit/bac8c54db1b6821a2158923544aa537885d5a0e7), [`8a5f8e9874980c40c1feb3eac915c6e8570abbf3`](https://github.com/onflow/fcl-js/commit/8a5f8e9874980c40c1feb3eac915c6e8570abbf3), [`3b31f1c02b78bf178502627e5ca1de81bdfe8f26`](https://github.com/onflow/fcl-js/commit/3b31f1c02b78bf178502627e5ca1de81bdfe8f26), [`b7860a388960f3d2220c5f85a820a33e41915f35`](https://github.com/onflow/fcl-js/commit/b7860a388960f3d2220c5f85a820a33e41915f35), [`c14746a9e4dbde10d6204697a68e6f2de6e83dd1`](https://github.com/onflow/fcl-js/commit/c14746a9e4dbde10d6204697a68e6f2de6e83dd1), [`18d24c8bad7efa0d8741d74f0cf299f89b3622c7`](https://github.com/onflow/fcl-js/commit/18d24c8bad7efa0d8741d74f0cf299f89b3622c7), [`b9f49494d5b3faed1bc24005adc6ba312f653a21`](https://github.com/onflow/fcl-js/commit/b9f49494d5b3faed1bc24005adc6ba312f653a21)]: + - @onflow/fcl-core@1.13.0 + - @onflow/sdk@1.5.4 + - @onflow/util-invariant@1.2.4 + - @onflow/util-template@1.2.3 + - @onflow/util-address@1.2.3 + - @onflow/util-logger@1.3.3 + - @onflow/util-semver@1.0.3 + - @onflow/util-actor@1.3.4 + - @onflow/util-uid@1.2.3 + - @onflow/config@1.5.1 + - @onflow/types@1.4.1 + - @onflow/rlp@1.2.3 + ## 1.9.7-alpha.6 ### Patch Changes diff --git a/packages/fcl-react-native/package.json b/packages/fcl-react-native/package.json index f1fdbd851..ad8157d81 100644 --- a/packages/fcl-react-native/package.json +++ b/packages/fcl-react-native/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/fcl-react-native", - "version": "1.9.7-alpha.6", + "version": "1.9.7", "description": "Flow Client Library", "license": "Apache-2.0", "author": "Dapper Labs ", @@ -19,8 +19,8 @@ } }, "devDependencies": { - "@onflow/fcl-bundle": "1.6.0-alpha.1", - "@onflow/typedefs": "1.4.0-alpha.2", + "@onflow/fcl-bundle": "1.6.0", + "@onflow/typedefs": "1.4.0", "@types/estree": "^1.0.6", "@types/node": "^18.19.57", "eslint": "^8.57.1", @@ -47,19 +47,19 @@ }, "dependencies": { "@babel/runtime": "^7.25.7", - "@onflow/config": "1.5.1-alpha.0", - "@onflow/fcl-core": "1.13.0-alpha.6", + "@onflow/config": "1.5.1", + "@onflow/fcl-core": "1.13.0", "@onflow/interaction": "0.0.11", - "@onflow/rlp": "1.2.3-alpha.0", - "@onflow/sdk": "1.5.4-alpha.3", - "@onflow/types": "1.4.1-alpha.0", - "@onflow/util-actor": "1.3.4-alpha.0", - "@onflow/util-address": "1.2.3-alpha.0", - "@onflow/util-invariant": "1.2.4-alpha.0", - "@onflow/util-logger": "1.3.3-alpha.0", - "@onflow/util-semver": "1.0.3-alpha.0", - "@onflow/util-template": "1.2.3-alpha.0", - "@onflow/util-uid": "1.2.3-alpha.0", + "@onflow/rlp": "1.2.3", + "@onflow/sdk": "1.5.4", + "@onflow/types": "1.4.1", + "@onflow/util-actor": "1.3.4", + "@onflow/util-address": "1.2.3", + "@onflow/util-invariant": "1.2.4", + "@onflow/util-logger": "1.3.3", + "@onflow/util-semver": "1.0.3", + "@onflow/util-template": "1.2.3", + "@onflow/util-uid": "1.2.3", "cross-fetch": "^3.1.8" }, "peerDependencies": { diff --git a/packages/fcl-wc/CHANGELOG.md b/packages/fcl-wc/CHANGELOG.md index 814e1459b..f592c6734 100644 --- a/packages/fcl-wc/CHANGELOG.md +++ b/packages/fcl-wc/CHANGELOG.md @@ -1,5 +1,25 @@ # @onflow/fcl-wc +## 5.5.0 + +### Minor Changes + +- [#1970](https://github.com/onflow/fcl-js/pull/1970) [`3b31f1c02b78bf178502627e5ca1de81bdfe8f26`](https://github.com/onflow/fcl-js/commit/3b31f1c02b78bf178502627e5ca1de81bdfe8f26) Thanks [@jribbink](https://github.com/jribbink)! - Add UI notifications for pending requests + +### Patch Changes + +- [#1994](https://github.com/onflow/fcl-js/pull/1994) [`a7df42ff4609aa8a1f381fd447d3f94606f71a17`](https://github.com/onflow/fcl-js/commit/a7df42ff4609aa8a1f381fd447d3f94606f71a17) Thanks [@jribbink](https://github.com/jribbink)! - Fix WalletConnectModal close detection + +- [#1999](https://github.com/onflow/fcl-js/pull/1999) [`c14746a9e4dbde10d6204697a68e6f2de6e83dd1`](https://github.com/onflow/fcl-js/commit/c14746a9e4dbde10d6204697a68e6f2de6e83dd1) Thanks [@jribbink](https://github.com/jribbink)! - Improve deeplinking for WC/RPC wallets using non-WC/RPC pre-authz services + +- [#1983](https://github.com/onflow/fcl-js/pull/1983) [`18d24c8bad7efa0d8741d74f0cf299f89b3622c7`](https://github.com/onflow/fcl-js/commit/18d24c8bad7efa0d8741d74f0cf299f89b3622c7) Thanks [@jribbink](https://github.com/jribbink)! - Update dependencies + +- Updated dependencies [[`bac8c54db1b6821a2158923544aa537885d5a0e7`](https://github.com/onflow/fcl-js/commit/bac8c54db1b6821a2158923544aa537885d5a0e7), [`8a5f8e9874980c40c1feb3eac915c6e8570abbf3`](https://github.com/onflow/fcl-js/commit/8a5f8e9874980c40c1feb3eac915c6e8570abbf3), [`3b31f1c02b78bf178502627e5ca1de81bdfe8f26`](https://github.com/onflow/fcl-js/commit/3b31f1c02b78bf178502627e5ca1de81bdfe8f26), [`c14746a9e4dbde10d6204697a68e6f2de6e83dd1`](https://github.com/onflow/fcl-js/commit/c14746a9e4dbde10d6204697a68e6f2de6e83dd1), [`18d24c8bad7efa0d8741d74f0cf299f89b3622c7`](https://github.com/onflow/fcl-js/commit/18d24c8bad7efa0d8741d74f0cf299f89b3622c7), [`b9f49494d5b3faed1bc24005adc6ba312f653a21`](https://github.com/onflow/fcl-js/commit/b9f49494d5b3faed1bc24005adc6ba312f653a21)]: + - @onflow/fcl-core@1.13.0 + - @onflow/util-invariant@1.2.4 + - @onflow/util-logger@1.3.3 + - @onflow/config@1.5.1 + ## 5.5.0-alpha.6 ### Patch Changes diff --git a/packages/fcl-wc/package.json b/packages/fcl-wc/package.json index 21b16441a..f242737df 100644 --- a/packages/fcl-wc/package.json +++ b/packages/fcl-wc/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/fcl-wc", - "version": "5.5.0-alpha.6", + "version": "5.5.0", "description": "WalletConnect adapter for FCL", "license": "Apache-2.0", "author": "Dapper Labs ", @@ -30,8 +30,8 @@ "devDependencies": { "@babel/plugin-transform-react-jsx": "^7.25.9", "@babel/preset-typescript": "^7.25.7", - "@onflow/fcl-bundle": "1.6.0-alpha.1", - "@onflow/typedefs": "^1.4.0-alpha.2", + "@onflow/fcl-bundle": "1.6.0", + "@onflow/typedefs": "^1.4.0", "autoprefixer": "^10.4.20", "eslint": "^8.57.1", "eslint-plugin-jsdoc": "^46.10.1", @@ -40,9 +40,9 @@ }, "dependencies": { "@babel/runtime": "^7.25.7", - "@onflow/config": "1.5.1-alpha.0", - "@onflow/util-invariant": "1.2.4-alpha.0", - "@onflow/util-logger": "1.3.3-alpha.0", + "@onflow/config": "1.5.1", + "@onflow/util-invariant": "1.2.4", + "@onflow/util-logger": "1.3.3", "@walletconnect/modal": "^2.7.0", "@walletconnect/modal-core": "^2.6.2", "@walletconnect/sign-client": "^2.17.1", @@ -53,6 +53,6 @@ "tailwindcss": "^3.4.14" }, "peerDependencies": { - "@onflow/fcl-core": "1.13.0-alpha.6" + "@onflow/fcl-core": "1.13.0" } } diff --git a/packages/fcl/CHANGELOG.md b/packages/fcl/CHANGELOG.md index 8383810a8..c407e7f4a 100644 --- a/packages/fcl/CHANGELOG.md +++ b/packages/fcl/CHANGELOG.md @@ -1,5 +1,33 @@ # @onflow/fcl +## 1.13.0 + +### Minor Changes + +- [#1970](https://github.com/onflow/fcl-js/pull/1970) [`3b31f1c02b78bf178502627e5ca1de81bdfe8f26`](https://github.com/onflow/fcl-js/commit/3b31f1c02b78bf178502627e5ca1de81bdfe8f26) Thanks [@jribbink](https://github.com/jribbink)! - Add `walletconnect.disableNotifications` config option to disable WC notification UI + +- [#2001](https://github.com/onflow/fcl-js/pull/2001) [`bac8c54db1b6821a2158923544aa537885d5a0e7`](https://github.com/onflow/fcl-js/commit/bac8c54db1b6821a2158923544aa537885d5a0e7) Thanks [@jribbink](https://github.com/jribbink)! - Use localStorage as default & export LOCAL_STORAGE/SESSION_STORAGE as helpers for fcl.storage.default configuration key + +### Patch Changes + +- [#1983](https://github.com/onflow/fcl-js/pull/1983) [`18d24c8bad7efa0d8741d74f0cf299f89b3622c7`](https://github.com/onflow/fcl-js/commit/18d24c8bad7efa0d8741d74f0cf299f89b3622c7) Thanks [@jribbink](https://github.com/jribbink)! - Update dependencies + +- Updated dependencies [[`bac8c54db1b6821a2158923544aa537885d5a0e7`](https://github.com/onflow/fcl-js/commit/bac8c54db1b6821a2158923544aa537885d5a0e7), [`3b31f1c02b78bf178502627e5ca1de81bdfe8f26`](https://github.com/onflow/fcl-js/commit/3b31f1c02b78bf178502627e5ca1de81bdfe8f26), [`a7df42ff4609aa8a1f381fd447d3f94606f71a17`](https://github.com/onflow/fcl-js/commit/a7df42ff4609aa8a1f381fd447d3f94606f71a17), [`8a5f8e9874980c40c1feb3eac915c6e8570abbf3`](https://github.com/onflow/fcl-js/commit/8a5f8e9874980c40c1feb3eac915c6e8570abbf3), [`3b31f1c02b78bf178502627e5ca1de81bdfe8f26`](https://github.com/onflow/fcl-js/commit/3b31f1c02b78bf178502627e5ca1de81bdfe8f26), [`b7860a388960f3d2220c5f85a820a33e41915f35`](https://github.com/onflow/fcl-js/commit/b7860a388960f3d2220c5f85a820a33e41915f35), [`c14746a9e4dbde10d6204697a68e6f2de6e83dd1`](https://github.com/onflow/fcl-js/commit/c14746a9e4dbde10d6204697a68e6f2de6e83dd1), [`18d24c8bad7efa0d8741d74f0cf299f89b3622c7`](https://github.com/onflow/fcl-js/commit/18d24c8bad7efa0d8741d74f0cf299f89b3622c7), [`b9f49494d5b3faed1bc24005adc6ba312f653a21`](https://github.com/onflow/fcl-js/commit/b9f49494d5b3faed1bc24005adc6ba312f653a21)]: + - @onflow/fcl-core@1.13.0 + - @onflow/fcl-wc@5.5.0 + - @onflow/sdk@1.5.4 + - @onflow/util-invariant@1.2.4 + - @onflow/util-template@1.2.3 + - @onflow/util-address@1.2.3 + - @onflow/util-logger@1.3.3 + - @onflow/util-semver@1.0.3 + - @onflow/util-actor@1.3.4 + - @onflow/util-rpc@0.0.2 + - @onflow/util-uid@1.2.3 + - @onflow/config@1.5.1 + - @onflow/types@1.4.1 + - @onflow/rlp@1.2.3 + ## 1.13.0-alpha.8 ### Patch Changes diff --git a/packages/fcl/package.json b/packages/fcl/package.json index 3951c88b0..0fefbccac 100644 --- a/packages/fcl/package.json +++ b/packages/fcl/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/fcl", - "version": "1.13.0-alpha.8", + "version": "1.13.0", "description": "Flow Client Library", "license": "Apache-2.0", "author": "Dapper Labs ", @@ -19,8 +19,8 @@ } }, "devDependencies": { - "@onflow/fcl-bundle": "1.6.0-alpha.1", - "@onflow/typedefs": "1.4.0-alpha.2", + "@onflow/fcl-bundle": "1.6.0", + "@onflow/typedefs": "1.4.0", "@types/estree": "^1.0.6", "@types/jest": "^29.5.13", "@types/node": "^18.19.57", @@ -48,21 +48,21 @@ }, "dependencies": { "@babel/runtime": "^7.25.7", - "@onflow/config": "1.5.1-alpha.0", - "@onflow/fcl-core": "1.13.0-alpha.6", - "@onflow/fcl-wc": "5.5.0-alpha.6", + "@onflow/config": "1.5.1", + "@onflow/fcl-core": "1.13.0", + "@onflow/fcl-wc": "5.5.0", "@onflow/interaction": "0.0.11", - "@onflow/rlp": "1.2.3-alpha.0", - "@onflow/sdk": "1.5.4-alpha.3", - "@onflow/types": "1.4.1-alpha.0", - "@onflow/util-actor": "1.3.4-alpha.0", - "@onflow/util-address": "1.2.3-alpha.0", - "@onflow/util-invariant": "1.2.4-alpha.0", - "@onflow/util-logger": "1.3.3-alpha.0", - "@onflow/util-rpc": "0.0.2-alpha.0", - "@onflow/util-semver": "1.0.3-alpha.0", - "@onflow/util-template": "1.2.3-alpha.0", - "@onflow/util-uid": "1.2.3-alpha.0", + "@onflow/rlp": "1.2.3", + "@onflow/sdk": "1.5.4", + "@onflow/types": "1.4.1", + "@onflow/util-actor": "1.3.4", + "@onflow/util-address": "1.2.3", + "@onflow/util-invariant": "1.2.4", + "@onflow/util-logger": "1.3.3", + "@onflow/util-rpc": "0.0.2", + "@onflow/util-semver": "1.0.3", + "@onflow/util-template": "1.2.3", + "@onflow/util-uid": "1.2.3", "@walletconnect/types": "^2.13.2", "abort-controller": "^3.0.0", "cross-fetch": "^3.1.8", diff --git a/packages/protobuf/CHANGELOG.md b/packages/protobuf/CHANGELOG.md index 3e89fbcee..f2d85b5dd 100644 --- a/packages/protobuf/CHANGELOG.md +++ b/packages/protobuf/CHANGELOG.md @@ -1,5 +1,11 @@ # @onflow/protobuf +## 1.3.1 + +### Patch Changes + +- [#1983](https://github.com/onflow/fcl-js/pull/1983) [`18d24c8bad7efa0d8741d74f0cf299f89b3622c7`](https://github.com/onflow/fcl-js/commit/18d24c8bad7efa0d8741d74f0cf299f89b3622c7) Thanks [@jribbink](https://github.com/jribbink)! - Update dependencies + ## 1.3.1-alpha.0 ### Patch Changes diff --git a/packages/protobuf/package.json b/packages/protobuf/package.json index e701562d1..e30c35742 100644 --- a/packages/protobuf/package.json +++ b/packages/protobuf/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/protobuf", - "version": "1.3.1-alpha.0", + "version": "1.3.1", "description": "Access Node Protobuf", "license": "Apache-2.0", "author": "Dapper Labs ", diff --git a/packages/rlp/CHANGELOG.md b/packages/rlp/CHANGELOG.md index 64e03cefb..421a3147b 100644 --- a/packages/rlp/CHANGELOG.md +++ b/packages/rlp/CHANGELOG.md @@ -1,5 +1,11 @@ # @onflow/rlp +## 1.2.3 + +### Patch Changes + +- [#1983](https://github.com/onflow/fcl-js/pull/1983) [`18d24c8bad7efa0d8741d74f0cf299f89b3622c7`](https://github.com/onflow/fcl-js/commit/18d24c8bad7efa0d8741d74f0cf299f89b3622c7) Thanks [@jribbink](https://github.com/jribbink)! - Update dependencies + ## 1.2.3-alpha.0 ### Patch Changes diff --git a/packages/rlp/package.json b/packages/rlp/package.json index 8c0ccc6ed..47313e0e7 100644 --- a/packages/rlp/package.json +++ b/packages/rlp/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/rlp", - "version": "1.2.3-alpha.0", + "version": "1.2.3", "description": "Port of ethereumjs/rlp", "license": "MPL-2.0", "author": "Dapper Labs ", @@ -14,7 +14,7 @@ }, "devDependencies": { "@babel/preset-typescript": "^7.25.7", - "@onflow/fcl-bundle": "1.6.0-alpha.1", + "@onflow/fcl-bundle": "1.6.0", "@types/jest": "^29.5.13", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", diff --git a/packages/sdk/CHANGELOG.md b/packages/sdk/CHANGELOG.md index f5d1746a9..48f6f32c7 100644 --- a/packages/sdk/CHANGELOG.md +++ b/packages/sdk/CHANGELOG.md @@ -1,5 +1,24 @@ # @onflow/sdk +## 1.5.4 + +### Patch Changes + +- [#2027](https://github.com/onflow/fcl-js/pull/2025) [`169974cbd76495f29fac9d950916e3e9fd7f3fd4`](https://github.com/onflow/fcl-js/commit/169974cbd76495f29fac9d950916e3e9fd7f3fd4) Thanks [@caosbad](https://github.com/jribbink)! - Fixed an issue where the signer could not get the correct singerIndex when preparing a payload due to prefixed addresses in the sdk + +- [#1983](https://github.com/onflow/fcl-js/pull/1983) [`18d24c8bad7efa0d8741d74f0cf299f89b3622c7`](https://github.com/onflow/fcl-js/commit/18d24c8bad7efa0d8741d74f0cf299f89b3622c7) Thanks [@jribbink](https://github.com/jribbink)! - Update dependencies + +- Updated dependencies [[`b9f49494d5b3faed1bc24005adc6ba312f653a21`](https://github.com/onflow/fcl-js/commit/b9f49494d5b3faed1bc24005adc6ba312f653a21), [`3b31f1c02b78bf178502627e5ca1de81bdfe8f26`](https://github.com/onflow/fcl-js/commit/3b31f1c02b78bf178502627e5ca1de81bdfe8f26), [`18d24c8bad7efa0d8741d74f0cf299f89b3622c7`](https://github.com/onflow/fcl-js/commit/18d24c8bad7efa0d8741d74f0cf299f89b3622c7), [`b9f49494d5b3faed1bc24005adc6ba312f653a21`](https://github.com/onflow/fcl-js/commit/b9f49494d5b3faed1bc24005adc6ba312f653a21), [`dda32df052801ee5e70b703a19c246f36bbd31c2`](https://github.com/onflow/fcl-js/commit/dda32df052801ee5e70b703a19c246f36bbd31c2)]: + - @onflow/typedefs@1.4.0 + - @onflow/transport-http@1.10.3 + - @onflow/util-invariant@1.2.4 + - @onflow/util-template@1.2.3 + - @onflow/util-address@1.2.3 + - @onflow/util-logger@1.3.3 + - @onflow/util-actor@1.3.4 + - @onflow/config@1.5.1 + - @onflow/rlp@1.2.3 + ## 1.5.4-alpha.3 ### Patch Changes diff --git a/packages/sdk/package.json b/packages/sdk/package.json index a8fbb55c3..13ef14315 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/sdk", - "version": "1.5.4-alpha.3", + "version": "1.5.4", "description": "Flow SDK", "license": "Apache-2.0", "author": "Dapper Labs ", @@ -18,7 +18,7 @@ } }, "devDependencies": { - "@onflow/fcl-bundle": "1.6.0-alpha.1", + "@onflow/fcl-bundle": "1.6.0", "@types/uuid": "^9.0.8", "eslint": "^8.57.1", "eslint-plugin-jsdoc": "^46.10.1", @@ -41,15 +41,15 @@ }, "dependencies": { "@babel/runtime": "^7.25.7", - "@onflow/config": "1.5.1-alpha.0", - "@onflow/rlp": "1.2.3-alpha.0", - "@onflow/transport-http": "1.10.3-alpha.0", - "@onflow/typedefs": "1.4.0-alpha.2", - "@onflow/util-actor": "1.3.4-alpha.0", - "@onflow/util-address": "1.2.3-alpha.0", - "@onflow/util-invariant": "1.2.4-alpha.0", - "@onflow/util-logger": "1.3.3-alpha.0", - "@onflow/util-template": "1.2.3-alpha.0", + "@onflow/config": "1.5.1", + "@onflow/rlp": "1.2.3", + "@onflow/transport-http": "1.10.3", + "@onflow/typedefs": "1.4.0", + "@onflow/util-actor": "1.3.4", + "@onflow/util-address": "1.2.3", + "@onflow/util-invariant": "1.2.4", + "@onflow/util-logger": "1.3.3", + "@onflow/util-template": "1.2.3", "deepmerge": "^4.3.1", "events": "^3.3.0", "sha3": "^2.1.4", diff --git a/packages/transport-grpc/package.json b/packages/transport-grpc/package.json index bfad0a839..e7a6d0a26 100644 --- a/packages/transport-grpc/package.json +++ b/packages/transport-grpc/package.json @@ -13,8 +13,8 @@ "url": "https://github.com/onflow/flow-js-sdk/issues" }, "devDependencies": { - "@onflow/fcl-bundle": "1.6.0-alpha.1", - "@onflow/sdk": "1.5.4-alpha.3", + "@onflow/fcl-bundle": "1.6.0", + "@onflow/sdk": "1.5.4", "jest": "^29.7.0" }, "source": "src/sdk-send-grpc.js", @@ -33,10 +33,10 @@ "@babel/runtime": "^7.25.7", "@improbable-eng/grpc-web": "^0.15.0", "@improbable-eng/grpc-web-node-http-transport": "^0.15.0", - "@onflow/protobuf": "1.3.1-alpha.0", - "@onflow/rlp": "1.2.3-alpha.0", - "@onflow/util-address": "1.2.3-alpha.0", - "@onflow/util-invariant": "1.2.4-alpha.0", - "@onflow/util-template": "1.2.3-alpha.0" + "@onflow/protobuf": "1.3.1", + "@onflow/rlp": "1.2.3", + "@onflow/util-address": "1.2.3", + "@onflow/util-invariant": "1.2.4", + "@onflow/util-template": "1.2.3" } } diff --git a/packages/transport-http/CHANGELOG.md b/packages/transport-http/CHANGELOG.md index 83fc15c81..e96727a92 100644 --- a/packages/transport-http/CHANGELOG.md +++ b/packages/transport-http/CHANGELOG.md @@ -1,5 +1,17 @@ # @onflow/transport-http +## 1.10.3 + +### Patch Changes + +- [#1983](https://github.com/onflow/fcl-js/pull/1983) [`18d24c8bad7efa0d8741d74f0cf299f89b3622c7`](https://github.com/onflow/fcl-js/commit/18d24c8bad7efa0d8741d74f0cf299f89b3622c7) Thanks [@jribbink](https://github.com/jribbink)! - Update dependencies + +- Updated dependencies [[`18d24c8bad7efa0d8741d74f0cf299f89b3622c7`](https://github.com/onflow/fcl-js/commit/18d24c8bad7efa0d8741d74f0cf299f89b3622c7)]: + - @onflow/util-invariant@1.2.4 + - @onflow/util-template@1.2.3 + - @onflow/util-address@1.2.3 + - @onflow/util-logger@1.3.3 + ## 1.10.3-alpha.0 ### Patch Changes diff --git a/packages/transport-http/package.json b/packages/transport-http/package.json index ac462f116..fce10433a 100644 --- a/packages/transport-http/package.json +++ b/packages/transport-http/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/transport-http", - "version": "1.10.3-alpha.0", + "version": "1.10.3", "description": "Flow SDK HTTP Transport Module", "license": "Apache-2.0", "author": "Dapper Labs ", @@ -13,10 +13,10 @@ "url": "https://github.com/onflow/flow-js-sdk/issues" }, "devDependencies": { - "@onflow/fcl-bundle": "1.6.0-alpha.1", - "@onflow/rlp": "1.2.3-alpha.0", - "@onflow/sdk": "1.5.4-alpha.3", - "@onflow/types": "1.4.1-alpha.0", + "@onflow/fcl-bundle": "1.6.0", + "@onflow/rlp": "1.2.3", + "@onflow/sdk": "1.5.4", + "@onflow/types": "1.4.1", "jest": "^29.7.0" }, "source": "src/sdk-send-http.ts", @@ -34,10 +34,10 @@ }, "dependencies": { "@babel/runtime": "^7.25.7", - "@onflow/util-address": "1.2.3-alpha.0", - "@onflow/util-invariant": "1.2.4-alpha.0", - "@onflow/util-logger": "1.3.3-alpha.0", - "@onflow/util-template": "1.2.3-alpha.0", + "@onflow/util-address": "1.2.3", + "@onflow/util-invariant": "1.2.4", + "@onflow/util-logger": "1.3.3", + "@onflow/util-template": "1.2.3", "abort-controller": "^3.0.0", "cross-fetch": "^3.1.8", "events": "^3.3.0", diff --git a/packages/typedefs/CHANGELOG.md b/packages/typedefs/CHANGELOG.md index 730de1426..7a881f79b 100644 --- a/packages/typedefs/CHANGELOG.md +++ b/packages/typedefs/CHANGELOG.md @@ -1,5 +1,21 @@ # @onflow/typedefs +## 1.4.0 + +### Minor Changes + +- [#1893](https://github.com/onflow/fcl-js/pull/1893) [`b9f49494d5b3faed1bc24005adc6ba312f653a21`](https://github.com/onflow/fcl-js/commit/b9f49494d5b3faed1bc24005adc6ba312f653a21) Thanks [@jribbink](https://github.com/jribbink)! - Add missing field to TransactionStatus type + +- [#1893](https://github.com/onflow/fcl-js/pull/1893) [`b9f49494d5b3faed1bc24005adc6ba312f653a21`](https://github.com/onflow/fcl-js/commit/b9f49494d5b3faed1bc24005adc6ba312f653a21) Thanks [@jribbink](https://github.com/jribbink)! - Add FvmErrorCode enum for categorizing transaction/script execution errors + +- [#1981](https://github.com/onflow/fcl-js/pull/1981) [`dda32df052801ee5e70b703a19c246f36bbd31c2`](https://github.com/onflow/fcl-js/commit/dda32df052801ee5e70b703a19c246f36bbd31c2) Thanks [@jribbink](https://github.com/jribbink)! - Add missing fields to Provider type + +### Patch Changes + +- [#1970](https://github.com/onflow/fcl-js/pull/1970) [`3b31f1c02b78bf178502627e5ca1de81bdfe8f26`](https://github.com/onflow/fcl-js/commit/3b31f1c02b78bf178502627e5ca1de81bdfe8f26) Thanks [@jribbink](https://github.com/jribbink)! - Fix CurrentUser services type + +- [#1983](https://github.com/onflow/fcl-js/pull/1983) [`18d24c8bad7efa0d8741d74f0cf299f89b3622c7`](https://github.com/onflow/fcl-js/commit/18d24c8bad7efa0d8741d74f0cf299f89b3622c7) Thanks [@jribbink](https://github.com/jribbink)! - Update dependencies + ## 1.4.0-alpha.2 ### Patch Changes diff --git a/packages/typedefs/package.json b/packages/typedefs/package.json index d955b8bf1..449da00de 100644 --- a/packages/typedefs/package.json +++ b/packages/typedefs/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/typedefs", - "version": "1.4.0-alpha.2", + "version": "1.4.0", "description": "Flow JS Type Defs", "license": "Apache-2.0", "author": "Dapper Labs ", @@ -13,7 +13,7 @@ "url": "https://github.com/onflow/flow-js-sdk/issues" }, "devDependencies": { - "@onflow/fcl-bundle": "1.6.0-alpha.1", + "@onflow/fcl-bundle": "1.6.0", "@types/node": "^18.19.57", "eslint": "^8.57.1", "eslint-plugin-jsdoc": "^46.10.1", diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 03f2d18e7..ccbdaf577 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -1,5 +1,14 @@ # @onflow/types +## 1.4.1 + +### Patch Changes + +- [#1983](https://github.com/onflow/fcl-js/pull/1983) [`18d24c8bad7efa0d8741d74f0cf299f89b3622c7`](https://github.com/onflow/fcl-js/commit/18d24c8bad7efa0d8741d74f0cf299f89b3622c7) Thanks [@jribbink](https://github.com/jribbink)! - Update dependencies + +- Updated dependencies [[`18d24c8bad7efa0d8741d74f0cf299f89b3622c7`](https://github.com/onflow/fcl-js/commit/18d24c8bad7efa0d8741d74f0cf299f89b3622c7)]: + - @onflow/util-logger@1.3.3 + ## 1.4.1-alpha.0 ### Patch Changes diff --git a/packages/types/package.json b/packages/types/package.json index b857b6899..b17c2cb5f 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/types", - "version": "1.4.1-alpha.0", + "version": "1.4.1", "description": "Utilities to transform javascript values into Cadence understandable values", "license": "Apache-2.0", "author": "Dapper Labs ", @@ -14,7 +14,7 @@ }, "devDependencies": { "@babel/preset-typescript": "^7.25.7", - "@onflow/fcl-bundle": "1.6.0-alpha.1", + "@onflow/fcl-bundle": "1.6.0", "@types/jest": "^29.5.13", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", @@ -37,6 +37,6 @@ }, "dependencies": { "@babel/runtime": "^7.25.7", - "@onflow/util-logger": "1.3.3-alpha.0" + "@onflow/util-logger": "1.3.3" } } diff --git a/packages/util-actor/CHANGELOG.md b/packages/util-actor/CHANGELOG.md index 4b6dabf88..ccace6bdc 100644 --- a/packages/util-actor/CHANGELOG.md +++ b/packages/util-actor/CHANGELOG.md @@ -1,5 +1,11 @@ # @onflow/util-actor +## 1.3.4 + +### Patch Changes + +- [#1983](https://github.com/onflow/fcl-js/pull/1983) [`18d24c8bad7efa0d8741d74f0cf299f89b3622c7`](https://github.com/onflow/fcl-js/commit/18d24c8bad7efa0d8741d74f0cf299f89b3622c7) Thanks [@jribbink](https://github.com/jribbink)! - Update dependencies + ## 1.3.4-alpha.0 ### Patch Changes diff --git a/packages/util-actor/package.json b/packages/util-actor/package.json index 9dcff30bc..b606d3045 100644 --- a/packages/util-actor/package.json +++ b/packages/util-actor/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/util-actor", - "version": "1.3.4-alpha.0", + "version": "1.3.4", "description": "A mechanism for forcing order/transitions of scoped async state", "license": "Apache-2.0", "author": "Dapper Labs ", @@ -14,7 +14,7 @@ }, "devDependencies": { "@babel/preset-typescript": "^7.25.7", - "@onflow/fcl-bundle": "1.6.0-alpha.1", + "@onflow/fcl-bundle": "1.6.0", "@types/jest": "^29.5.13", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", diff --git a/packages/util-address/CHANGELOG.md b/packages/util-address/CHANGELOG.md index 640db1cc4..30c21232e 100644 --- a/packages/util-address/CHANGELOG.md +++ b/packages/util-address/CHANGELOG.md @@ -1,5 +1,11 @@ # @onflow/util-address +## 1.2.3 + +### Patch Changes + +- [#1983](https://github.com/onflow/fcl-js/pull/1983) [`18d24c8bad7efa0d8741d74f0cf299f89b3622c7`](https://github.com/onflow/fcl-js/commit/18d24c8bad7efa0d8741d74f0cf299f89b3622c7) Thanks [@jribbink](https://github.com/jribbink)! - Update dependencies + ## 1.2.3-alpha.0 ### Patch Changes diff --git a/packages/util-address/package.json b/packages/util-address/package.json index 590a501b1..27c0fdbb9 100644 --- a/packages/util-address/package.json +++ b/packages/util-address/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/util-address", - "version": "1.2.3-alpha.0", + "version": "1.2.3", "description": "Flow JS SDK Util -- Address", "license": "Apache-2.0", "author": "Dapper Labs ", @@ -14,8 +14,8 @@ }, "devDependencies": { "@babel/preset-typescript": "^7.25.7", - "@onflow/fcl-bundle": "1.6.0-alpha.1", - "@onflow/types": "1.4.1-alpha.0", + "@onflow/fcl-bundle": "1.6.0", + "@onflow/types": "1.4.1", "@types/jest": "^29.5.13", "@types/node": "^18.19.57", "@typescript-eslint/eslint-plugin": "^6.21.0", diff --git a/packages/util-encode-key/CHANGELOG.md b/packages/util-encode-key/CHANGELOG.md index 68fa72f60..e6a819313 100644 --- a/packages/util-encode-key/CHANGELOG.md +++ b/packages/util-encode-key/CHANGELOG.md @@ -1,5 +1,15 @@ # @onflow/util-encode-key +## 1.2.4 + +### Patch Changes + +- [#1983](https://github.com/onflow/fcl-js/pull/1983) [`18d24c8bad7efa0d8741d74f0cf299f89b3622c7`](https://github.com/onflow/fcl-js/commit/18d24c8bad7efa0d8741d74f0cf299f89b3622c7) Thanks [@jribbink](https://github.com/jribbink)! - Update dependencies + +- Updated dependencies [[`18d24c8bad7efa0d8741d74f0cf299f89b3622c7`](https://github.com/onflow/fcl-js/commit/18d24c8bad7efa0d8741d74f0cf299f89b3622c7)]: + - @onflow/util-invariant@1.2.4 + - @onflow/rlp@1.2.3 + ## 1.2.4-alpha.0 ### Patch Changes diff --git a/packages/util-encode-key/package.json b/packages/util-encode-key/package.json index 52f2a6644..9fd18d1b8 100644 --- a/packages/util-encode-key/package.json +++ b/packages/util-encode-key/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/util-encode-key", - "version": "1.2.4-alpha.0", + "version": "1.2.4", "description": "Flow JS SDK Util -- Encode Key", "license": "Apache-2.0", "author": "Dapper Labs ", @@ -14,8 +14,8 @@ }, "devDependencies": { "@babel/preset-typescript": "^7.25.7", - "@onflow/fcl-bundle": "1.6.0-alpha.1", - "@onflow/types": "1.4.1-alpha.0", + "@onflow/fcl-bundle": "1.6.0", + "@onflow/types": "1.4.1", "@types/jest": "^29.5.13", "@types/node": "^18.19.57", "@typescript-eslint/eslint-plugin": "^6.21.0", @@ -40,7 +40,7 @@ }, "dependencies": { "@babel/runtime": "^7.25.7", - "@onflow/rlp": "1.2.3-alpha.0", - "@onflow/util-invariant": "1.2.4-alpha.0" + "@onflow/rlp": "1.2.3", + "@onflow/util-invariant": "1.2.4" } } diff --git a/packages/util-invariant/CHANGELOG.md b/packages/util-invariant/CHANGELOG.md index 2c78d2aec..a67740d43 100644 --- a/packages/util-invariant/CHANGELOG.md +++ b/packages/util-invariant/CHANGELOG.md @@ -1,5 +1,11 @@ # @onflow/util-invariant +## 1.2.4 + +### Patch Changes + +- [#1983](https://github.com/onflow/fcl-js/pull/1983) [`18d24c8bad7efa0d8741d74f0cf299f89b3622c7`](https://github.com/onflow/fcl-js/commit/18d24c8bad7efa0d8741d74f0cf299f89b3622c7) Thanks [@jribbink](https://github.com/jribbink)! - Update dependencies + ## 1.2.4-alpha.0 ### Patch Changes diff --git a/packages/util-invariant/package.json b/packages/util-invariant/package.json index eb8d5dbe2..b947b5a2e 100644 --- a/packages/util-invariant/package.json +++ b/packages/util-invariant/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/util-invariant", - "version": "1.2.4-alpha.0", + "version": "1.2.4", "description": "Flow JS SDK Util -- Invariant", "license": "Apache-2.0", "author": "Dapper Labs ", @@ -14,8 +14,8 @@ }, "devDependencies": { "@babel/preset-typescript": "^7.25.7", - "@onflow/fcl-bundle": "1.6.0-alpha.1", - "@onflow/types": "1.4.1-alpha.0", + "@onflow/fcl-bundle": "1.6.0", + "@onflow/types": "1.4.1", "@types/jest": "^29.5.13", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", diff --git a/packages/util-logger/CHANGELOG.md b/packages/util-logger/CHANGELOG.md index 14850a1c5..d651d0d11 100644 --- a/packages/util-logger/CHANGELOG.md +++ b/packages/util-logger/CHANGELOG.md @@ -1,5 +1,11 @@ # @onflow/util-logger +## 1.3.3 + +### Patch Changes + +- [#1983](https://github.com/onflow/fcl-js/pull/1983) [`18d24c8bad7efa0d8741d74f0cf299f89b3622c7`](https://github.com/onflow/fcl-js/commit/18d24c8bad7efa0d8741d74f0cf299f89b3622c7) Thanks [@jribbink](https://github.com/jribbink)! - Update dependencies + ## 1.3.3-alpha.0 ### Patch Changes diff --git a/packages/util-logger/package.json b/packages/util-logger/package.json index 5771c060b..102030082 100644 --- a/packages/util-logger/package.json +++ b/packages/util-logger/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/util-logger", - "version": "1.3.3-alpha.0", + "version": "1.3.3", "description": "Logger for FCL-JS", "license": "Apache-2.0", "author": "Dapper Labs ", @@ -14,7 +14,7 @@ }, "devDependencies": { "@babel/preset-typescript": "^7.25.7", - "@onflow/fcl-bundle": "1.6.0-alpha.1", + "@onflow/fcl-bundle": "1.6.0", "@types/jest": "^29.5.13", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", diff --git a/packages/util-rpc/CHANGELOG.md b/packages/util-rpc/CHANGELOG.md index 4bc603be3..f149aae41 100644 --- a/packages/util-rpc/CHANGELOG.md +++ b/packages/util-rpc/CHANGELOG.md @@ -1,5 +1,11 @@ # @onflow/util-rpc +## 0.0.2 + +### Patch Changes + +- [#1983](https://github.com/onflow/fcl-js/pull/1983) [`18d24c8bad7efa0d8741d74f0cf299f89b3622c7`](https://github.com/onflow/fcl-js/commit/18d24c8bad7efa0d8741d74f0cf299f89b3622c7) Thanks [@jribbink](https://github.com/jribbink)! - Update dependencies + ## 0.0.2-alpha.0 ### Patch Changes diff --git a/packages/util-rpc/package.json b/packages/util-rpc/package.json index 2cc1bcc78..2b25a473b 100644 --- a/packages/util-rpc/package.json +++ b/packages/util-rpc/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/util-rpc", - "version": "0.0.2-alpha.0", + "version": "0.0.2", "description": "Lightweight utility for creating transport-agnostic, bidirectional JSON-RPC channels.", "license": "Apache-2.0", "author": "Flow Foundation ", @@ -14,7 +14,7 @@ }, "devDependencies": { "@babel/preset-typescript": "^7.25.7", - "@onflow/fcl-bundle": "1.6.0-alpha.1", + "@onflow/fcl-bundle": "1.6.0", "@types/jest": "^29.5.13", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", diff --git a/packages/util-semver/CHANGELOG.md b/packages/util-semver/CHANGELOG.md index f8ef4887d..627f26525 100644 --- a/packages/util-semver/CHANGELOG.md +++ b/packages/util-semver/CHANGELOG.md @@ -1,5 +1,11 @@ # @onflow/util-semver +## 1.0.3 + +### Patch Changes + +- [#1983](https://github.com/onflow/fcl-js/pull/1983) [`18d24c8bad7efa0d8741d74f0cf299f89b3622c7`](https://github.com/onflow/fcl-js/commit/18d24c8bad7efa0d8741d74f0cf299f89b3622c7) Thanks [@jribbink](https://github.com/jribbink)! - Update dependencies + ## 1.0.3-alpha.0 ### Patch Changes diff --git a/packages/util-semver/package.json b/packages/util-semver/package.json index d0a5bb5ee..c74494411 100644 --- a/packages/util-semver/package.json +++ b/packages/util-semver/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/util-semver", - "version": "1.0.3-alpha.0", + "version": "1.0.3", "description": "A lightweight semver implementation for use in FCL", "main": "dist/index.js", "module": "dist/index.module.js", @@ -14,7 +14,7 @@ "start": "fcl-bundle --watch" }, "devDependencies": { - "@onflow/fcl-bundle": "1.6.0-alpha.1", + "@onflow/fcl-bundle": "1.6.0", "jest": "^29.7.0" }, "dependencies": { diff --git a/packages/util-template/CHANGELOG.md b/packages/util-template/CHANGELOG.md index 0818e294e..9da5fc182 100644 --- a/packages/util-template/CHANGELOG.md +++ b/packages/util-template/CHANGELOG.md @@ -1,5 +1,14 @@ # @onflow/util-template +## 1.2.3 + +### Patch Changes + +- [#1983](https://github.com/onflow/fcl-js/pull/1983) [`18d24c8bad7efa0d8741d74f0cf299f89b3622c7`](https://github.com/onflow/fcl-js/commit/18d24c8bad7efa0d8741d74f0cf299f89b3622c7) Thanks [@jribbink](https://github.com/jribbink)! - Update dependencies + +- Updated dependencies [[`18d24c8bad7efa0d8741d74f0cf299f89b3622c7`](https://github.com/onflow/fcl-js/commit/18d24c8bad7efa0d8741d74f0cf299f89b3622c7)]: + - @onflow/util-logger@1.3.3 + ## 1.2.3-alpha.0 ### Patch Changes diff --git a/packages/util-template/package.json b/packages/util-template/package.json index 8a0b63b09..f0d26c259 100644 --- a/packages/util-template/package.json +++ b/packages/util-template/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/util-template", - "version": "1.2.3-alpha.0", + "version": "1.2.3", "description": "Template Literal used for Cadence Interop", "license": "Apache-2.0", "author": "Dapper Labs ", @@ -14,7 +14,7 @@ }, "devDependencies": { "@babel/preset-typescript": "^7.25.7", - "@onflow/fcl-bundle": "1.6.0-alpha.1", + "@onflow/fcl-bundle": "1.6.0", "@types/jest": "^29.5.13", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", @@ -36,6 +36,6 @@ }, "dependencies": { "@babel/runtime": "^7.25.7", - "@onflow/util-logger": "1.3.3-alpha.0" + "@onflow/util-logger": "1.3.3" } } diff --git a/packages/util-uid/CHANGELOG.md b/packages/util-uid/CHANGELOG.md index 16f109a54..ee3c9b7b6 100644 --- a/packages/util-uid/CHANGELOG.md +++ b/packages/util-uid/CHANGELOG.md @@ -1,5 +1,11 @@ # @onflow/util-uid +## 1.2.3 + +### Patch Changes + +- [#1983](https://github.com/onflow/fcl-js/pull/1983) [`18d24c8bad7efa0d8741d74f0cf299f89b3622c7`](https://github.com/onflow/fcl-js/commit/18d24c8bad7efa0d8741d74f0cf299f89b3622c7) Thanks [@jribbink](https://github.com/jribbink)! - Update dependencies + ## 1.2.3-alpha.0 ### Patch Changes diff --git a/packages/util-uid/package.json b/packages/util-uid/package.json index 2217bc9a4..717ff941f 100644 --- a/packages/util-uid/package.json +++ b/packages/util-uid/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/util-uid", - "version": "1.2.3-alpha.0", + "version": "1.2.3", "description": "Utilities to generate Unique Identifiers", "license": "Apache-2.0", "author": "Dapper Labs ", @@ -14,7 +14,7 @@ }, "devDependencies": { "@babel/preset-typescript": "^7.25.7", - "@onflow/fcl-bundle": "1.6.0-alpha.1", + "@onflow/fcl-bundle": "1.6.0", "@types/jest": "^29.5.13", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0",