diff --git a/centrifuge-app/package.json b/centrifuge-app/package.json index 48763202cc..2f0e997010 100644 --- a/centrifuge-app/package.json +++ b/centrifuge-app/package.json @@ -31,8 +31,8 @@ "@ethersproject/providers": "^5.6.0", "@ethersproject/units": "^5.6.0", "@makerdao/multicall": "^0.12.0", - "@polkadot/extension-dapp": "^0.44.1", - "@polkadot/react-identicon": "^3.1.4", + "@polkadot/extension-dapp": "~0.45.5", + "@polkadot/react-identicon": "~3.1.4", "@stablelib/blake2b": "^1.0.1", "@styled-system/css": "^5.1.5", "@styled-system/should-forward-prop": "^5.1.5", diff --git a/centrifuge-js/src/utils/web3.ts b/centrifuge-js/src/utils/web3.ts index 4759efbd11..6f3a9dc08e 100644 --- a/centrifuge-js/src/utils/web3.ts +++ b/centrifuge-js/src/utils/web3.ts @@ -13,7 +13,6 @@ export function getPolkadotApi( cached[wsUrl] || (cached[wsUrl] = ApiRx.create({ provider: new WsProvider(wsUrl), - // @ts-ignore types, rpc, runtime, diff --git a/centrifuge-react/CHANGELOG.md b/centrifuge-react/CHANGELOG.md index 6026c77ebd..7aacd8042a 100644 --- a/centrifuge-react/CHANGELOG.md +++ b/centrifuge-react/CHANGELOG.md @@ -2,6 +2,32 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.1.1](https://github.com/centrifuge/apps/compare/centrifuge-react/v0.1.0...centrifuge-react/v0.1.1) (2023-09-28) + + +### Bug Fixes + +* **centrifuge-react:** polkadot versions ([2c1da2d](https://github.com/centrifuge/apps/commit/2c1da2d53265e5d73b4ccc18fbd4922f1a76fbf4)) +* **fabric:** subwallet ([be88c6b](https://github.com/centrifuge/apps/commit/be88c6b4979b038e735995c89196c8744fdef8b0)) + +## 0.1.0 (2023-09-27) + + +### ⚠ BREAKING CHANGES + +* **centrifuge-js:** Centrifuge->getChainId() now returns a Promise + +### Features + +* implement global onboarding status endpoint ([#1364](https://github.com/centrifuge/apps/issues/1364)) ([b64db29](https://github.com/centrifuge/apps/commit/b64db2904ad670aa012bb9a69396bf28ab31d5d7)) + + +### Bug Fixes + +* autoconnect wallet when visiting through gnosis safe app ([#1375](https://github.com/centrifuge/apps/issues/1375)) ([0991b30](https://github.com/centrifuge/apps/commit/0991b30ee0ffead4b1799496f49a7401c6371a14)) +* **centrifuge-js:** Get chain ID from chain ([#1535](https://github.com/centrifuge/apps/issues/1535)) ([e36462f](https://github.com/centrifuge/apps/commit/e36462fcc58589830f9fb9a68e0ba11302b1eb6e)) +* **centrifuge-react:** Add useBalances hook ([#1092](https://github.com/centrifuge/apps/issues/1092)) ([2eef4e1](https://github.com/centrifuge/apps/commit/2eef4e133cac560f62b6db0023b23875563e03cf)) + ### 0.0.4 (2023-01-05) diff --git a/centrifuge-react/package.json b/centrifuge-react/package.json index 99d312917d..8a3992671f 100644 --- a/centrifuge-react/package.json +++ b/centrifuge-react/package.json @@ -1,6 +1,6 @@ { "name": "@centrifuge/centrifuge-react", - "version": "0.0.4", + "version": "0.1.1", "description": "Centrifuge React Library", "main": "./dist/index.js", "typings": "./dist/index.d.ts", @@ -65,9 +65,9 @@ "@ethersproject/networks": "^5.6.0", "@ethersproject/providers": "^5.6.0", "@ethersproject/units": "^5.6.0", - "@polkadot/extension-dapp": "^0.44.6", - "@polkadot/react-identicon": "^3.1.4", - "@subwallet/wallet-connect": "^0.2.3", + "@polkadot/extension-dapp": "~0.45.5", + "@polkadot/react-identicon": "~3.1.4", + "@subwallet/wallet-connect": "0.2.5", "@types/bn.js": "^5", "@walletconnect/ethereum-provider": "^2.8.3", "@walletconnect/modal": "^2.5.4", diff --git a/fabric/CHANGELOG.md b/fabric/CHANGELOG.md index f8eb5438b7..06e452e9c1 100644 --- a/fabric/CHANGELOG.md +++ b/fabric/CHANGELOG.md @@ -2,6 +2,55 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.3.5](https://github.com/centrifuge/apps/compare/fabric/v1.3.4...fabric/v1.3.5) (2023-09-28) + + +### Bug Fixes + +* **fabric:** theme types ([7dd3507](https://github.com/centrifuge/apps/commit/7dd3507a3a22ea13c05102dbbaa71d25902bba58)) + +### [1.3.4](https://github.com/centrifuge/apps/compare/fabric/v1.3.3...fabric/v1.3.4) (2023-09-28) + + +### Bug Fixes + +* **fabric:** color type ([a509a89](https://github.com/centrifuge/apps/commit/a509a890318fa1b268210d018f6b995ae1d66721)) + +### [1.3.3](https://github.com/centrifuge/apps/compare/fabric/v1.3.2...fabric/v1.3.3) (2023-09-28) + + +### Bug Fixes + +* **fabric:** theme types ([54e6a7c](https://github.com/centrifuge/apps/commit/54e6a7c8691fc5e7ea55804d6123e1a6f8417136)) + +### [1.3.2](https://github.com/centrifuge/apps/compare/fabric/v1.3.1...fabric/v1.3.2) (2023-09-27) + + +### Bug Fixes + +* **fabric:** subwallet ([be88c6b](https://github.com/centrifuge/apps/commit/be88c6b4979b038e735995c89196c8744fdef8b0)) + +### [1.3.1](https://github.com/centrifuge/apps/compare/fabric/v1.3.0...fabric/v1.3.1) (2023-09-27) + + +### Bug Fixes + +* **fabric:** npm ([db8d7d5](https://github.com/centrifuge/apps/commit/db8d7d56ddf29409c989003d17b80dab11c8e624)) + +## 1.3.0 (2023-09-27) + + +### Features + +* **fabric:** Add Github Action to publish Fabric ([#567](https://github.com/centrifuge/apps/issues/567)) ([2094230](https://github.com/centrifuge/apps/commit/209423015ddece52cb8067803e57f9edd7124b00)) +* **fabric:** File upload ([#621](https://github.com/centrifuge/apps/issues/621)) ([d52dafc](https://github.com/centrifuge/apps/commit/d52dafc4042ad2e6fd4a503003bf970953483395)) +* **fabric:** Text input, checkbox and radio button components ([#612](https://github.com/centrifuge/apps/issues/612)) ([b2876b1](https://github.com/centrifuge/apps/commit/b2876b1088d520cd13844d139f126098273c557a)) + + +### Bug Fixes + +* Toast overflowing message ([#1360](https://github.com/centrifuge/apps/issues/1360)) ([9762914](https://github.com/centrifuge/apps/commit/97629144782b189e7dbaa3593bca37f902393f67)) + ## [1.2.0](https://github.com/centrifuge/apps/compare/fabric/v1.1.0...fabric/v1.2.0) (2022-10-26) diff --git a/fabric/package.json b/fabric/package.json index b430195dd6..eb9ca9424f 100644 --- a/fabric/package.json +++ b/fabric/package.json @@ -1,11 +1,12 @@ { "name": "@centrifuge/fabric", - "version": "1.2.0", + "version": "1.3.5", "description": "Fabric Component Library", "main": "./dist/index.js", "typings": "./dist/index.d.ts", "files": [ - "dist" + "dist", + "assets" ], "scripts": { "build": "yarn build:icons && tsc", diff --git a/fabric/src/components/Select/index.tsx b/fabric/src/components/Select/index.tsx index 0079a6cc17..af5f30e705 100644 --- a/fabric/src/components/Select/index.tsx +++ b/fabric/src/components/Select/index.tsx @@ -1,6 +1,6 @@ import * as React from 'react' import styled from 'styled-components' -import { IconChevronDown } from '../..' +import { IconChevronDown } from '../../icon' import { Box } from '../Box' import { InputBox } from '../InputBox' import { Stack } from '../Stack' diff --git a/yarn.lock b/yarn.lock index 5e31244402..1c2b9c848b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1916,7 +1916,7 @@ __metadata: "@storybook/addon-links": ^6.5.16 "@storybook/builder-vite": ^0.1.41 "@storybook/react": ^6.5.16 - "@subwallet/wallet-connect": ^0.2.3 + "@subwallet/wallet-connect": 0.2.5 "@types/babel__core": ^7 "@types/bn.js": ^5 "@types/eslint": ^7 @@ -7952,7 +7952,7 @@ __metadata: languageName: node linkType: hard -"@subwallet/wallet-connect@npm:^0.2.3": +"@subwallet/wallet-connect@npm:0.2.5, @subwallet/wallet-connect@npm:^0.2.3": version: 0.2.5 resolution: "@subwallet/wallet-connect@npm:0.2.5" dependencies: