diff --git a/.changeset/fifty-buttons-serve.md b/.changeset/fifty-buttons-serve.md deleted file mode 100644 index 31966c74d..000000000 --- a/.changeset/fifty-buttons-serve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@onflow/fcl-bundle": minor ---- - -Switched to rollup-plugin-typescript2 diff --git a/.changeset/fluffy-yaks-allow.md b/.changeset/fluffy-yaks-allow.md deleted file mode 100644 index dd6cc2c28..000000000 --- a/.changeset/fluffy-yaks-allow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@onflow/types": minor ---- - -Convert @onflow/types to TypeScript diff --git a/.changeset/giant-ducks-tickle.md b/.changeset/giant-ducks-tickle.md deleted file mode 100644 index c93bc0d3f..000000000 --- a/.changeset/giant-ducks-tickle.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"@onflow/util-encode-key": minor -"@onflow/util-invariant": minor -"@onflow/util-template": minor -"@onflow/util-address": minor -"@onflow/util-logger": minor -"@onflow/util-uid": minor -"@onflow/rlp": minor ---- - -Convert to Typescript diff --git a/.changeset/hip-radios-behave.md b/.changeset/hip-radios-behave.md deleted file mode 100644 index 96891888c..000000000 --- a/.changeset/hip-radios-behave.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -"@onflow/util-encode-key": minor -"@onflow/transport-grpc": minor -"@onflow/transport-http": minor -"@onflow/util-invariant": minor -"@onflow/util-template": minor -"@onflow/util-address": minor -"@onflow/util-logger": minor -"@onflow/fcl-bundle": minor -"@onflow/util-actor": minor -"@onflow/typedefs": minor -"@onflow/util-uid": minor -"@onflow/config": minor -"@onflow/fcl-wc": minor -"@onflow/types": minor -"@onflow/fcl": minor -"@onflow/rlp": minor -"@onflow/sdk": minor ---- - -TS build diff --git a/.changeset/pre.json b/.changeset/pre.json deleted file mode 100644 index 17708f11b..000000000 --- a/.changeset/pre.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "mode": "exit", - "tag": "typescript", - "initialVersions": { - "@onflow/config": "1.1.2", - "@onflow/fcl": "1.7.0", - "@onflow/fcl-bundle": "1.3.1", - "@onflow/fcl-wc": "4.0.0", - "@onflow/protobuf": "1.2.1", - "@onflow/rlp": "1.1.0", - "@onflow/sdk": "1.2.3", - "@onflow/transport-grpc": "1.2.2", - "@onflow/transport-http": "1.7.2", - "@onflow/typedefs": "1.1.1", - "@onflow/types": "1.1.0", - "@onflow/util-actor": "1.2.0", - "@onflow/util-address": "1.1.0", - "@onflow/util-encode-key": "1.1.0", - "@onflow/util-invariant": "1.1.0", - "@onflow/util-logger": "1.2.2", - "@onflow/util-semver": "1.0.0", - "@onflow/util-template": "1.1.0", - "@onflow/util-uid": "1.1.0" - }, - "changesets": [ - "fifty-buttons-serve", - "fluffy-yaks-allow", - "giant-ducks-tickle", - "hip-radios-behave", - "tough-fishes-live", - "wise-apples-leave" - ] -} diff --git a/.changeset/tough-fishes-live.md b/.changeset/tough-fishes-live.md deleted file mode 100644 index 02a1a5d22..000000000 --- a/.changeset/tough-fishes-live.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@onflow/config": minor ---- - -Add Typescript to @onflow/config diff --git a/.changeset/wise-apples-leave.md b/.changeset/wise-apples-leave.md deleted file mode 100644 index efbbef93e..000000000 --- a/.changeset/wise-apples-leave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@onflow/util-actor": minor ---- - -Enhance TS support for @onflow/util-actor diff --git a/packages/config/CHANGELOG.md b/packages/config/CHANGELOG.md index b15da29f7..5ed863eee 100644 --- a/packages/config/CHANGELOG.md +++ b/packages/config/CHANGELOG.md @@ -1,5 +1,20 @@ # @onflow/config +## 1.2.0 + +### Minor Changes + +- [#1801](https://github.com/onflow/fcl-js/pull/1801) [`8881394b`](https://github.com/onflow/fcl-js/commit/8881394bc11fea507e330a4c507ef304fe456c42) Thanks [@nialexsan](https://github.com/nialexsan)! - TS build + +- [#1801](https://github.com/onflow/fcl-js/pull/1801) [`8881394b`](https://github.com/onflow/fcl-js/commit/8881394bc11fea507e330a4c507ef304fe456c42) Thanks [@nialexsan](https://github.com/nialexsan)! - Add Typescript to @onflow/config + +### Patch Changes + +- Updated dependencies [[`8881394b`](https://github.com/onflow/fcl-js/commit/8881394bc11fea507e330a4c507ef304fe456c42), [`8881394b`](https://github.com/onflow/fcl-js/commit/8881394bc11fea507e330a4c507ef304fe456c42), [`8881394b`](https://github.com/onflow/fcl-js/commit/8881394bc11fea507e330a4c507ef304fe456c42)]: + - @onflow/util-invariant@1.2.0 + - @onflow/util-logger@1.3.0 + - @onflow/util-actor@1.3.0 + ## 1.1.2 ### Patch Changes diff --git a/packages/config/package.json b/packages/config/package.json index 90d81b597..389355372 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/config", - "version": "1.2.0-typescript.0", + "version": "1.2.0", "description": "Config for FCL-JS", "license": "Apache-2.0", "author": "Dapper Labs ", @@ -14,7 +14,7 @@ }, "devDependencies": { "@babel/preset-typescript": "^7.22.11", - "@onflow/fcl-bundle": "^1.4.0-typescript.0", + "@onflow/fcl-bundle": "^1.4.0", "@types/estree": "^1.0.1", "@types/jest": "^29.5.4", "@typescript-eslint/eslint-plugin": "^6.5.0", @@ -39,9 +39,9 @@ }, "dependencies": { "@babel/runtime": "^7.18.6", - "@onflow/util-actor": "^1.3.0-typescript.0", - "@onflow/util-invariant": "^1.2.0-typescript.0", - "@onflow/util-logger": "^1.3.0-typescript.0", + "@onflow/util-actor": "^1.3.0", + "@onflow/util-invariant": "^1.2.0", + "@onflow/util-logger": "^1.3.0", "eslint": "^8.34.0", "eslint-plugin-jsdoc": "^40.0.0" } diff --git a/packages/fcl-bundle/CHANGELOG.md b/packages/fcl-bundle/CHANGELOG.md index b182bc8e7..f7fe536ba 100644 --- a/packages/fcl-bundle/CHANGELOG.md +++ b/packages/fcl-bundle/CHANGELOG.md @@ -1,5 +1,13 @@ # @onflow/fcl-bundle +## 1.4.0 + +### Minor Changes + +- [#1801](https://github.com/onflow/fcl-js/pull/1801) [`8881394b`](https://github.com/onflow/fcl-js/commit/8881394bc11fea507e330a4c507ef304fe456c42) Thanks [@nialexsan](https://github.com/nialexsan)! - Switched to rollup-plugin-typescript2 + +- [#1801](https://github.com/onflow/fcl-js/pull/1801) [`8881394b`](https://github.com/onflow/fcl-js/commit/8881394bc11fea507e330a4c507ef304fe456c42) Thanks [@nialexsan](https://github.com/nialexsan)! - TS build + ## 1.3.1 ### Patch Changes diff --git a/packages/fcl-bundle/package.json b/packages/fcl-bundle/package.json index ac6580793..2598910f8 100644 --- a/packages/fcl-bundle/package.json +++ b/packages/fcl-bundle/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/fcl-bundle", - "version": "1.4.0-typescript.0", + "version": "1.4.0", "description": "FCL Bundler Tool", "license": "Apache-2.0", "author": "Dapper Labs ", diff --git a/packages/fcl-wc/CHANGELOG.md b/packages/fcl-wc/CHANGELOG.md index 612d3c282..564b42f1a 100644 --- a/packages/fcl-wc/CHANGELOG.md +++ b/packages/fcl-wc/CHANGELOG.md @@ -1,5 +1,19 @@ # @onflow/fcl-wc +## 5.0.0 + +### Minor Changes + +- [#1801](https://github.com/onflow/fcl-js/pull/1801) [`8881394b`](https://github.com/onflow/fcl-js/commit/8881394bc11fea507e330a4c507ef304fe456c42) Thanks [@nialexsan](https://github.com/nialexsan)! - TS build + +### Patch Changes + +- Updated dependencies [[`8881394b`](https://github.com/onflow/fcl-js/commit/8881394bc11fea507e330a4c507ef304fe456c42), [`8881394b`](https://github.com/onflow/fcl-js/commit/8881394bc11fea507e330a4c507ef304fe456c42), [`8881394b`](https://github.com/onflow/fcl-js/commit/8881394bc11fea507e330a4c507ef304fe456c42)]: + - @onflow/util-invariant@1.2.0 + - @onflow/util-logger@1.3.0 + - @onflow/config@1.2.0 + - @onflow/fcl@1.8.0 + ## 4.0.0 ### Patch Changes diff --git a/packages/fcl-wc/package.json b/packages/fcl-wc/package.json index 8e0dbfffc..b9fa9ebc0 100644 --- a/packages/fcl-wc/package.json +++ b/packages/fcl-wc/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/fcl-wc", - "version": "5.0.0-typescript.0", + "version": "5.0.0", "description": "WalletConnect adapter for FCL", "license": "Apache-2.0", "author": "Dapper Labs ", @@ -25,21 +25,21 @@ "start": "fcl-bundle --watch" }, "devDependencies": { - "@onflow/fcl-bundle": "^1.4.0-typescript.0", + "@onflow/fcl-bundle": "^1.4.0", "better-sqlite3": "^7.6.2", "jest": "^29.5.0" }, "dependencies": { "@babel/runtime": "^7.18.9", - "@onflow/config": "^1.2.0-typescript.0", - "@onflow/util-invariant": "^1.2.0-typescript.0", - "@onflow/util-logger": "^1.3.0-typescript.0", + "@onflow/config": "^1.2.0", + "@onflow/util-invariant": "^1.2.0", + "@onflow/util-logger": "^1.3.0", "@walletconnect/modal": "^2.4.7", "@walletconnect/sign-client": "^2.8.1", "@walletconnect/types": "^2.8.1", "@walletconnect/utils": "^2.8.1" }, "peerDependencies": { - "@onflow/fcl": "^1.8.0-typescript.0" + "@onflow/fcl": "^1.8.0" } } diff --git a/packages/fcl/CHANGELOG.md b/packages/fcl/CHANGELOG.md index 503389d36..542890d96 100644 --- a/packages/fcl/CHANGELOG.md +++ b/packages/fcl/CHANGELOG.md @@ -1,5 +1,25 @@ # @onflow/fcl +## 1.8.0 + +### Minor Changes + +- [#1801](https://github.com/onflow/fcl-js/pull/1801) [`8881394b`](https://github.com/onflow/fcl-js/commit/8881394bc11fea507e330a4c507ef304fe456c42) Thanks [@nialexsan](https://github.com/nialexsan)! - TS build + +### Patch Changes + +- Updated dependencies [[`8881394b`](https://github.com/onflow/fcl-js/commit/8881394bc11fea507e330a4c507ef304fe456c42), [`8881394b`](https://github.com/onflow/fcl-js/commit/8881394bc11fea507e330a4c507ef304fe456c42), [`8881394b`](https://github.com/onflow/fcl-js/commit/8881394bc11fea507e330a4c507ef304fe456c42), [`8881394b`](https://github.com/onflow/fcl-js/commit/8881394bc11fea507e330a4c507ef304fe456c42), [`8881394b`](https://github.com/onflow/fcl-js/commit/8881394bc11fea507e330a4c507ef304fe456c42)]: + - @onflow/types@1.2.0 + - @onflow/util-invariant@1.2.0 + - @onflow/util-template@1.2.0 + - @onflow/util-address@1.2.0 + - @onflow/util-logger@1.3.0 + - @onflow/util-uid@1.2.0 + - @onflow/rlp@1.2.0 + - @onflow/util-actor@1.3.0 + - @onflow/config@1.2.0 + - @onflow/sdk@1.3.0 + ## 1.7.0 ### Minor Changes diff --git a/packages/fcl/package.json b/packages/fcl/package.json index 6b65e8343..e2ea15be4 100644 --- a/packages/fcl/package.json +++ b/packages/fcl/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/fcl", - "version": "1.8.0-typescript.0", + "version": "1.8.0", "description": "Flow Client Library", "license": "Apache-2.0", "author": "Dapper Labs ", @@ -19,8 +19,8 @@ } }, "devDependencies": { - "@onflow/fcl-bundle": "^1.4.0-typescript.0", - "@onflow/typedefs": "^1.2.0-typescript.0", + "@onflow/fcl-bundle": "^1.4.0", + "@onflow/typedefs": "^1.2.0", "@types/estree": "^1.0.1", "@types/node": "^18.13.0", "eslint": "^8.35.0", @@ -58,18 +58,18 @@ }, "dependencies": { "@babel/runtime": "^7.18.6", - "@onflow/config": "^1.2.0-typescript.0", + "@onflow/config": "^1.2.0", "@onflow/interaction": "0.0.11", - "@onflow/rlp": "^1.2.0-typescript.0", - "@onflow/sdk": "^1.3.0-typescript.0", - "@onflow/types": "^1.2.0-typescript.0", - "@onflow/util-actor": "^1.3.0-typescript.0", - "@onflow/util-address": "^1.2.0-typescript.0", - "@onflow/util-invariant": "^1.2.0-typescript.0", - "@onflow/util-logger": "^1.3.0-typescript.0", + "@onflow/rlp": "^1.2.0", + "@onflow/sdk": "^1.3.0", + "@onflow/types": "^1.2.0", + "@onflow/util-actor": "^1.3.0", + "@onflow/util-address": "^1.2.0", + "@onflow/util-invariant": "^1.2.0", + "@onflow/util-logger": "^1.3.0", "@onflow/util-semver": "^1.0.0", - "@onflow/util-template": "^1.2.0-typescript.0", - "@onflow/util-uid": "^1.2.0-typescript.0", + "@onflow/util-template": "^1.2.0", + "@onflow/util-uid": "^1.2.0", "cross-fetch": "^3.1.6" }, "peerDependencies": { diff --git a/packages/rlp/CHANGELOG.md b/packages/rlp/CHANGELOG.md index 7b291c04e..d9b8850d4 100644 --- a/packages/rlp/CHANGELOG.md +++ b/packages/rlp/CHANGELOG.md @@ -1,5 +1,13 @@ # @onflow/rlp +## 1.2.0 + +### Minor Changes + +- [#1801](https://github.com/onflow/fcl-js/pull/1801) [`8881394b`](https://github.com/onflow/fcl-js/commit/8881394bc11fea507e330a4c507ef304fe456c42) Thanks [@nialexsan](https://github.com/nialexsan)! - Convert to Typescript + +- [#1801](https://github.com/onflow/fcl-js/pull/1801) [`8881394b`](https://github.com/onflow/fcl-js/commit/8881394bc11fea507e330a4c507ef304fe456c42) Thanks [@nialexsan](https://github.com/nialexsan)! - TS build + ## 1.1.0 ### Minor Changes diff --git a/packages/rlp/package.json b/packages/rlp/package.json index 3b26b4158..b9e68c822 100644 --- a/packages/rlp/package.json +++ b/packages/rlp/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/rlp", - "version": "1.2.0-typescript.0", + "version": "1.2.0", "description": "Port of ethereumjs/rlp", "license": "MPL-2.0", "author": "Dapper Labs ", @@ -14,7 +14,7 @@ }, "devDependencies": { "@babel/preset-typescript": "^7.22.5", - "@onflow/fcl-bundle": "^1.4.0-typescript.0", + "@onflow/fcl-bundle": "^1.4.0", "@types/jest": "^29.5.3", "@typescript-eslint/eslint-plugin": "^6.4.0", "@typescript-eslint/parser": "^6.4.0", diff --git a/packages/sdk/CHANGELOG.md b/packages/sdk/CHANGELOG.md index 0a81749b7..e74d0c9cf 100644 --- a/packages/sdk/CHANGELOG.md +++ b/packages/sdk/CHANGELOG.md @@ -1,5 +1,23 @@ # @onflow/sdk +## 1.3.0 + +### Minor Changes + +- [#1801](https://github.com/onflow/fcl-js/pull/1801) [`8881394b`](https://github.com/onflow/fcl-js/commit/8881394bc11fea507e330a4c507ef304fe456c42) Thanks [@nialexsan](https://github.com/nialexsan)! - TS build + +### Patch Changes + +- Updated dependencies [[`8881394b`](https://github.com/onflow/fcl-js/commit/8881394bc11fea507e330a4c507ef304fe456c42), [`8881394b`](https://github.com/onflow/fcl-js/commit/8881394bc11fea507e330a4c507ef304fe456c42), [`8881394b`](https://github.com/onflow/fcl-js/commit/8881394bc11fea507e330a4c507ef304fe456c42), [`8881394b`](https://github.com/onflow/fcl-js/commit/8881394bc11fea507e330a4c507ef304fe456c42)]: + - @onflow/util-invariant@1.2.0 + - @onflow/util-template@1.2.0 + - @onflow/util-address@1.2.0 + - @onflow/util-logger@1.3.0 + - @onflow/rlp@1.2.0 + - @onflow/transport-http@1.8.0 + - @onflow/util-actor@1.3.0 + - @onflow/config@1.2.0 + ## 1.2.3 ### Patch Changes diff --git a/packages/sdk/package.json b/packages/sdk/package.json index ec29f38c2..2e3995974 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/sdk", - "version": "1.3.0-typescript.0", + "version": "1.3.0", "description": "Flow SDK", "license": "Apache-2.0", "author": "Dapper Labs ", @@ -18,8 +18,8 @@ } }, "devDependencies": { - "@onflow/fcl-bundle": "^1.4.0-typescript.0", - "@onflow/typedefs": "^1.2.0-typescript.0", + "@onflow/fcl-bundle": "^1.4.0", + "@onflow/typedefs": "^1.2.0", "eslint": "^8.35.0", "eslint-plugin-jsdoc": "^40.0.1", "jest": "^29.5.0", @@ -41,14 +41,14 @@ }, "dependencies": { "@babel/runtime": "^7.18.6", - "@onflow/config": "^1.2.0-typescript.0", - "@onflow/rlp": "^1.2.0-typescript.0", - "@onflow/transport-http": "^1.8.0-typescript.0", - "@onflow/util-actor": "^1.3.0-typescript.0", - "@onflow/util-address": "^1.2.0-typescript.0", - "@onflow/util-invariant": "^1.2.0-typescript.0", - "@onflow/util-logger": "^1.3.0-typescript.0", - "@onflow/util-template": "^1.2.0-typescript.0", + "@onflow/config": "^1.2.0", + "@onflow/rlp": "^1.2.0", + "@onflow/transport-http": "^1.8.0", + "@onflow/util-actor": "^1.3.0", + "@onflow/util-address": "^1.2.0", + "@onflow/util-invariant": "^1.2.0", + "@onflow/util-logger": "^1.3.0", + "@onflow/util-template": "^1.2.0", "deepmerge": "^4.2.2", "sha3": "^2.1.4", "uuid": "^9.0.1" diff --git a/packages/transport-grpc/CHANGELOG.md b/packages/transport-grpc/CHANGELOG.md index b9aedc552..c68edd685 100644 --- a/packages/transport-grpc/CHANGELOG.md +++ b/packages/transport-grpc/CHANGELOG.md @@ -1,5 +1,19 @@ # @onflow/transport-grpc +## 1.3.0 + +### Minor Changes + +- [#1801](https://github.com/onflow/fcl-js/pull/1801) [`8881394b`](https://github.com/onflow/fcl-js/commit/8881394bc11fea507e330a4c507ef304fe456c42) Thanks [@nialexsan](https://github.com/nialexsan)! - TS build + +### Patch Changes + +- Updated dependencies [[`8881394b`](https://github.com/onflow/fcl-js/commit/8881394bc11fea507e330a4c507ef304fe456c42), [`8881394b`](https://github.com/onflow/fcl-js/commit/8881394bc11fea507e330a4c507ef304fe456c42)]: + - @onflow/util-invariant@1.2.0 + - @onflow/util-template@1.2.0 + - @onflow/util-address@1.2.0 + - @onflow/rlp@1.2.0 + ## 1.2.2 ### Patch Changes diff --git a/packages/transport-grpc/package.json b/packages/transport-grpc/package.json index 1711a0b76..c1e708822 100644 --- a/packages/transport-grpc/package.json +++ b/packages/transport-grpc/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/transport-grpc", - "version": "1.3.0-typescript.0", + "version": "1.3.0", "description": "Flow SDK GRPC Transport Module", "license": "Apache-2.0", "author": "Dapper Labs ", @@ -13,8 +13,8 @@ "url": "https://github.com/onflow/flow-js-sdk/issues" }, "devDependencies": { - "@onflow/fcl-bundle": "^1.4.0-typescript.0", - "@onflow/sdk": "^1.3.0-typescript.0", + "@onflow/fcl-bundle": "^1.4.0", + "@onflow/sdk": "^1.3.0", "jest": "^29.5.0" }, "source": "src/sdk-send-grpc.js", @@ -34,9 +34,9 @@ "@improbable-eng/grpc-web": "^0.14.0", "@improbable-eng/grpc-web-node-http-transport": "^0.14.0", "@onflow/protobuf": "^1.2.1", - "@onflow/rlp": "^1.2.0-typescript.0", - "@onflow/util-address": "^1.2.0-typescript.0", - "@onflow/util-invariant": "^1.2.0-typescript.0", - "@onflow/util-template": "^1.2.0-typescript.0" + "@onflow/rlp": "^1.2.0", + "@onflow/util-address": "^1.2.0", + "@onflow/util-invariant": "^1.2.0", + "@onflow/util-template": "^1.2.0" } } diff --git a/packages/transport-http/CHANGELOG.md b/packages/transport-http/CHANGELOG.md index d21ec051f..a615e6bce 100644 --- a/packages/transport-http/CHANGELOG.md +++ b/packages/transport-http/CHANGELOG.md @@ -1,5 +1,19 @@ # @onflow/transport-http +## 1.8.0 + +### Minor Changes + +- [#1801](https://github.com/onflow/fcl-js/pull/1801) [`8881394b`](https://github.com/onflow/fcl-js/commit/8881394bc11fea507e330a4c507ef304fe456c42) Thanks [@nialexsan](https://github.com/nialexsan)! - TS build + +### Patch Changes + +- Updated dependencies [[`8881394b`](https://github.com/onflow/fcl-js/commit/8881394bc11fea507e330a4c507ef304fe456c42), [`8881394b`](https://github.com/onflow/fcl-js/commit/8881394bc11fea507e330a4c507ef304fe456c42)]: + - @onflow/util-invariant@1.2.0 + - @onflow/util-template@1.2.0 + - @onflow/util-address@1.2.0 + - @onflow/util-logger@1.3.0 + ## 1.7.2 ### Patch Changes diff --git a/packages/transport-http/package.json b/packages/transport-http/package.json index 1940fde3b..d8eb9a1ac 100644 --- a/packages/transport-http/package.json +++ b/packages/transport-http/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/transport-http", - "version": "1.8.0-typescript.0", + "version": "1.8.0", "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.4.0-typescript.0", - "@onflow/rlp": "^1.2.0-typescript.0", - "@onflow/sdk": "^1.3.0-typescript.0", - "@onflow/types": "^1.2.0-typescript.0", + "@onflow/fcl-bundle": "^1.4.0", + "@onflow/rlp": "^1.2.0", + "@onflow/sdk": "^1.3.0", + "@onflow/types": "^1.2.0", "jest": "^29.5.0" }, "source": "src/sdk-send-http.js", @@ -33,10 +33,10 @@ }, "dependencies": { "@babel/runtime": "^7.18.6", - "@onflow/util-address": "^1.2.0-typescript.0", - "@onflow/util-invariant": "^1.2.0-typescript.0", - "@onflow/util-logger": "^1.3.0-typescript.0", - "@onflow/util-template": "^1.2.0-typescript.0", + "@onflow/util-address": "^1.2.0", + "@onflow/util-invariant": "^1.2.0", + "@onflow/util-logger": "^1.3.0", + "@onflow/util-template": "^1.2.0", "abort-controller": "^3.0.0", "cross-fetch": "^3.1.6" } diff --git a/packages/typedefs/CHANGELOG.md b/packages/typedefs/CHANGELOG.md index 2180a078a..94ab601b9 100644 --- a/packages/typedefs/CHANGELOG.md +++ b/packages/typedefs/CHANGELOG.md @@ -1,5 +1,11 @@ # @onflow/typedefs +## 1.2.0 + +### Minor Changes + +- [#1801](https://github.com/onflow/fcl-js/pull/1801) [`8881394b`](https://github.com/onflow/fcl-js/commit/8881394bc11fea507e330a4c507ef304fe456c42) Thanks [@nialexsan](https://github.com/nialexsan)! - TS build + ## 1.1.1 ### Patch Changes diff --git a/packages/typedefs/package.json b/packages/typedefs/package.json index ffb6d1f5c..3c09ed194 100644 --- a/packages/typedefs/package.json +++ b/packages/typedefs/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/typedefs", - "version": "1.2.0-typescript.0", + "version": "1.2.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.4.0-typescript.0", + "@onflow/fcl-bundle": "^1.4.0", "@types/node": "^18.13.0", "eslint": "^8.33.0", "eslint-plugin-jsdoc": "^39.7.5", diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index d346f1c99..7bfb6c4fa 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -1,5 +1,18 @@ # @onflow/types +## 1.2.0 + +### Minor Changes + +- [#1801](https://github.com/onflow/fcl-js/pull/1801) [`8881394b`](https://github.com/onflow/fcl-js/commit/8881394bc11fea507e330a4c507ef304fe456c42) Thanks [@nialexsan](https://github.com/nialexsan)! - Convert @onflow/types to TypeScript + +- [#1801](https://github.com/onflow/fcl-js/pull/1801) [`8881394b`](https://github.com/onflow/fcl-js/commit/8881394bc11fea507e330a4c507ef304fe456c42) Thanks [@nialexsan](https://github.com/nialexsan)! - TS build + +### Patch Changes + +- Updated dependencies [[`8881394b`](https://github.com/onflow/fcl-js/commit/8881394bc11fea507e330a4c507ef304fe456c42), [`8881394b`](https://github.com/onflow/fcl-js/commit/8881394bc11fea507e330a4c507ef304fe456c42)]: + - @onflow/util-logger@1.3.0 + ## 1.1.0 ### Minor Changes diff --git a/packages/types/package.json b/packages/types/package.json index 5ac0b5228..c15f88071 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/types", - "version": "1.2.0-typescript.0", + "version": "1.2.0", "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.22.5", - "@onflow/fcl-bundle": "^1.4.0-typescript.0", + "@onflow/fcl-bundle": "^1.4.0", "@types/jest": "^29.5.3", "@typescript-eslint/eslint-plugin": "^6.4.0", "@typescript-eslint/parser": "^6.4.0", @@ -37,6 +37,6 @@ }, "dependencies": { "@babel/runtime": "^7.18.6", - "@onflow/util-logger": "^1.3.0-typescript.0" + "@onflow/util-logger": "^1.3.0" } } diff --git a/packages/util-actor/CHANGELOG.md b/packages/util-actor/CHANGELOG.md index c01689dd0..d393bbfc9 100644 --- a/packages/util-actor/CHANGELOG.md +++ b/packages/util-actor/CHANGELOG.md @@ -1,5 +1,13 @@ # @onflow/util-actor +## 1.3.0 + +### Minor Changes + +- [#1801](https://github.com/onflow/fcl-js/pull/1801) [`8881394b`](https://github.com/onflow/fcl-js/commit/8881394bc11fea507e330a4c507ef304fe456c42) Thanks [@nialexsan](https://github.com/nialexsan)! - TS build + +- [#1801](https://github.com/onflow/fcl-js/pull/1801) [`8881394b`](https://github.com/onflow/fcl-js/commit/8881394bc11fea507e330a4c507ef304fe456c42) Thanks [@nialexsan](https://github.com/nialexsan)! - Enhance TS support for @onflow/util-actor + ## 1.2.0 ### Minor Changes diff --git a/packages/util-actor/package.json b/packages/util-actor/package.json index 0f00374a8..5284fb821 100644 --- a/packages/util-actor/package.json +++ b/packages/util-actor/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/util-actor", - "version": "1.3.0-typescript.0", + "version": "1.3.0", "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.22.5", - "@onflow/fcl-bundle": "^1.4.0-typescript.0", + "@onflow/fcl-bundle": "^1.4.0", "@types/jest": "^29.5.3", "@typescript-eslint/eslint-plugin": "^6.4.0", "@typescript-eslint/parser": "^6.4.0", diff --git a/packages/util-address/CHANGELOG.md b/packages/util-address/CHANGELOG.md index c014ddafa..0f62648ce 100644 --- a/packages/util-address/CHANGELOG.md +++ b/packages/util-address/CHANGELOG.md @@ -1,5 +1,13 @@ # @onflow/util-address +## 1.2.0 + +### Minor Changes + +- [#1801](https://github.com/onflow/fcl-js/pull/1801) [`8881394b`](https://github.com/onflow/fcl-js/commit/8881394bc11fea507e330a4c507ef304fe456c42) Thanks [@nialexsan](https://github.com/nialexsan)! - Convert to Typescript + +- [#1801](https://github.com/onflow/fcl-js/pull/1801) [`8881394b`](https://github.com/onflow/fcl-js/commit/8881394bc11fea507e330a4c507ef304fe456c42) Thanks [@nialexsan](https://github.com/nialexsan)! - TS build + ## 1.1.0 ### Minor Changes diff --git a/packages/util-address/package.json b/packages/util-address/package.json index 622f4b940..e03876f4f 100644 --- a/packages/util-address/package.json +++ b/packages/util-address/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/util-address", - "version": "1.2.0-typescript.0", + "version": "1.2.0", "description": "Flow JS SDK Util -- Address", "license": "Apache-2.0", "author": "Dapper Labs ", @@ -14,8 +14,8 @@ }, "devDependencies": { "@babel/preset-typescript": "^7.22.5", - "@onflow/fcl-bundle": "^1.4.0-typescript.0", - "@onflow/types": "^1.2.0-typescript.0", + "@onflow/fcl-bundle": "^1.4.0", + "@onflow/types": "^1.2.0", "@types/jest": "^29.5.3", "@types/node": "^18.13.0", "@typescript-eslint/eslint-plugin": "^6.4.0", diff --git a/packages/util-encode-key/CHANGELOG.md b/packages/util-encode-key/CHANGELOG.md index a2a08e51f..756dc9532 100644 --- a/packages/util-encode-key/CHANGELOG.md +++ b/packages/util-encode-key/CHANGELOG.md @@ -1,5 +1,19 @@ # @onflow/util-encode-key +## 1.2.0 + +### Minor Changes + +- [#1801](https://github.com/onflow/fcl-js/pull/1801) [`8881394b`](https://github.com/onflow/fcl-js/commit/8881394bc11fea507e330a4c507ef304fe456c42) Thanks [@nialexsan](https://github.com/nialexsan)! - Convert to Typescript + +- [#1801](https://github.com/onflow/fcl-js/pull/1801) [`8881394b`](https://github.com/onflow/fcl-js/commit/8881394bc11fea507e330a4c507ef304fe456c42) Thanks [@nialexsan](https://github.com/nialexsan)! - TS build + +### Patch Changes + +- Updated dependencies [[`8881394b`](https://github.com/onflow/fcl-js/commit/8881394bc11fea507e330a4c507ef304fe456c42), [`8881394b`](https://github.com/onflow/fcl-js/commit/8881394bc11fea507e330a4c507ef304fe456c42)]: + - @onflow/util-invariant@1.2.0 + - @onflow/rlp@1.2.0 + ## 1.1.0 ### Minor Changes diff --git a/packages/util-encode-key/package.json b/packages/util-encode-key/package.json index 14d6f2f4d..ba977c2ab 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.0-typescript.0", + "version": "1.2.0", "description": "Flow JS SDK Util -- Encode Key", "license": "Apache-2.0", "author": "Dapper Labs ", @@ -14,8 +14,8 @@ }, "devDependencies": { "@babel/preset-typescript": "^7.22.5", - "@onflow/fcl-bundle": "^1.4.0-typescript.0", - "@onflow/types": "^1.2.0-typescript.0", + "@onflow/fcl-bundle": "^1.4.0", + "@onflow/types": "^1.2.0", "@types/jest": "^29.5.3", "@types/node": "^18.13.0", "@typescript-eslint/eslint-plugin": "^6.4.0", @@ -40,7 +40,7 @@ }, "dependencies": { "@babel/runtime": "^7.18.6", - "@onflow/rlp": "^1.2.0-typescript.0", - "@onflow/util-invariant": "^1.2.0-typescript.0" + "@onflow/rlp": "^1.2.0", + "@onflow/util-invariant": "^1.2.0" } } diff --git a/packages/util-invariant/CHANGELOG.md b/packages/util-invariant/CHANGELOG.md index 826b3b5d4..0781e5348 100644 --- a/packages/util-invariant/CHANGELOG.md +++ b/packages/util-invariant/CHANGELOG.md @@ -1,5 +1,13 @@ # @onflow/util-invariant +## 1.2.0 + +### Minor Changes + +- [#1801](https://github.com/onflow/fcl-js/pull/1801) [`8881394b`](https://github.com/onflow/fcl-js/commit/8881394bc11fea507e330a4c507ef304fe456c42) Thanks [@nialexsan](https://github.com/nialexsan)! - Convert to Typescript + +- [#1801](https://github.com/onflow/fcl-js/pull/1801) [`8881394b`](https://github.com/onflow/fcl-js/commit/8881394bc11fea507e330a4c507ef304fe456c42) Thanks [@nialexsan](https://github.com/nialexsan)! - TS build + ## 1.1.0 ### Minor Changes diff --git a/packages/util-invariant/package.json b/packages/util-invariant/package.json index efd0890dc..986583aad 100644 --- a/packages/util-invariant/package.json +++ b/packages/util-invariant/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/util-invariant", - "version": "1.2.0-typescript.0", + "version": "1.2.0", "description": "Flow JS SDK Util -- Invariant", "license": "Apache-2.0", "author": "Dapper Labs ", @@ -14,8 +14,8 @@ }, "devDependencies": { "@babel/preset-typescript": "^7.22.5", - "@onflow/fcl-bundle": "^1.4.0-typescript.0", - "@onflow/types": "^1.2.0-typescript.0", + "@onflow/fcl-bundle": "^1.4.0", + "@onflow/types": "^1.2.0", "@types/jest": "^29.5.3", "@typescript-eslint/eslint-plugin": "^6.4.0", "@typescript-eslint/parser": "^6.4.0", diff --git a/packages/util-logger/CHANGELOG.md b/packages/util-logger/CHANGELOG.md index 7d532bf11..11e1185d9 100644 --- a/packages/util-logger/CHANGELOG.md +++ b/packages/util-logger/CHANGELOG.md @@ -1,5 +1,13 @@ # @onflow/util-logger +## 1.3.0 + +### Minor Changes + +- [#1801](https://github.com/onflow/fcl-js/pull/1801) [`8881394b`](https://github.com/onflow/fcl-js/commit/8881394bc11fea507e330a4c507ef304fe456c42) Thanks [@nialexsan](https://github.com/nialexsan)! - Convert to Typescript + +- [#1801](https://github.com/onflow/fcl-js/pull/1801) [`8881394b`](https://github.com/onflow/fcl-js/commit/8881394bc11fea507e330a4c507ef304fe456c42) Thanks [@nialexsan](https://github.com/nialexsan)! - TS build + ## 1.2.2 ### Patch Changes diff --git a/packages/util-logger/package.json b/packages/util-logger/package.json index b5e36d800..9a7f39734 100644 --- a/packages/util-logger/package.json +++ b/packages/util-logger/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/util-logger", - "version": "1.3.0-typescript.0", + "version": "1.3.0", "description": "Logger for FCL-JS", "license": "Apache-2.0", "author": "Dapper Labs ", @@ -14,7 +14,7 @@ }, "devDependencies": { "@babel/preset-typescript": "^7.22.5", - "@onflow/fcl-bundle": "^1.4.0-typescript.0", + "@onflow/fcl-bundle": "^1.4.0", "@types/jest": "^29.5.3", "@typescript-eslint/eslint-plugin": "^6.4.0", "@typescript-eslint/parser": "^6.4.0", diff --git a/packages/util-template/CHANGELOG.md b/packages/util-template/CHANGELOG.md index 1d6b910bd..985661112 100644 --- a/packages/util-template/CHANGELOG.md +++ b/packages/util-template/CHANGELOG.md @@ -1,5 +1,18 @@ # @onflow/util-template +## 1.2.0 + +### Minor Changes + +- [#1801](https://github.com/onflow/fcl-js/pull/1801) [`8881394b`](https://github.com/onflow/fcl-js/commit/8881394bc11fea507e330a4c507ef304fe456c42) Thanks [@nialexsan](https://github.com/nialexsan)! - Convert to Typescript + +- [#1801](https://github.com/onflow/fcl-js/pull/1801) [`8881394b`](https://github.com/onflow/fcl-js/commit/8881394bc11fea507e330a4c507ef304fe456c42) Thanks [@nialexsan](https://github.com/nialexsan)! - TS build + +### Patch Changes + +- Updated dependencies [[`8881394b`](https://github.com/onflow/fcl-js/commit/8881394bc11fea507e330a4c507ef304fe456c42), [`8881394b`](https://github.com/onflow/fcl-js/commit/8881394bc11fea507e330a4c507ef304fe456c42)]: + - @onflow/util-logger@1.3.0 + ## 1.1.0 ### Minor Changes diff --git a/packages/util-template/package.json b/packages/util-template/package.json index 8f51aeeee..8040a7716 100644 --- a/packages/util-template/package.json +++ b/packages/util-template/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/util-template", - "version": "1.2.0-typescript.0", + "version": "1.2.0", "description": "Template Literal used for Cadence Interop", "license": "Apache-2.0", "author": "Dapper Labs ", @@ -14,7 +14,7 @@ }, "devDependencies": { "@babel/preset-typescript": "^7.22.5", - "@onflow/fcl-bundle": "^1.4.0-typescript.0", + "@onflow/fcl-bundle": "^1.4.0", "@types/jest": "^29.5.3", "@typescript-eslint/eslint-plugin": "^6.4.0", "@typescript-eslint/parser": "^6.4.0", @@ -36,6 +36,6 @@ }, "dependencies": { "@babel/runtime": "^7.18.6", - "@onflow/util-logger": "^1.3.0-typescript.0" + "@onflow/util-logger": "^1.3.0" } } diff --git a/packages/util-uid/CHANGELOG.md b/packages/util-uid/CHANGELOG.md index 841eb6100..4fd5f534e 100644 --- a/packages/util-uid/CHANGELOG.md +++ b/packages/util-uid/CHANGELOG.md @@ -1,5 +1,13 @@ # @onflow/util-uid +## 1.2.0 + +### Minor Changes + +- [#1801](https://github.com/onflow/fcl-js/pull/1801) [`8881394b`](https://github.com/onflow/fcl-js/commit/8881394bc11fea507e330a4c507ef304fe456c42) Thanks [@nialexsan](https://github.com/nialexsan)! - Convert to Typescript + +- [#1801](https://github.com/onflow/fcl-js/pull/1801) [`8881394b`](https://github.com/onflow/fcl-js/commit/8881394bc11fea507e330a4c507ef304fe456c42) Thanks [@nialexsan](https://github.com/nialexsan)! - TS build + ## 1.1.0 ### Minor Changes diff --git a/packages/util-uid/package.json b/packages/util-uid/package.json index 8d637b79e..d93bf74cc 100644 --- a/packages/util-uid/package.json +++ b/packages/util-uid/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/util-uid", - "version": "1.2.0-typescript.0", + "version": "1.2.0", "description": "Utilities to generate Unique Identifiers", "license": "Apache-2.0", "author": "Dapper Labs ", @@ -14,7 +14,7 @@ }, "devDependencies": { "@babel/preset-typescript": "^7.22.5", - "@onflow/fcl-bundle": "^1.4.0-typescript.0", + "@onflow/fcl-bundle": "^1.4.0", "@types/jest": "^29.5.3", "@typescript-eslint/eslint-plugin": "^6.4.0", "@typescript-eslint/parser": "^6.4.0",