Skip to content

Commit

Permalink
release packages
Browse files Browse the repository at this point in the history
  • Loading branch information
onnovisser committed Sep 28, 2023
1 parent 0a38bea commit 2ec8cbf
Show file tree
Hide file tree
Showing 8 changed files with 87 additions and 12 deletions.
4 changes: 2 additions & 2 deletions centrifuge-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 0 additions & 1 deletion centrifuge-js/src/utils/web3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export function getPolkadotApi(
cached[wsUrl] ||
(cached[wsUrl] = ApiRx.create({
provider: new WsProvider(wsUrl),
// @ts-ignore
types,
rpc,
runtime,
Expand Down
26 changes: 26 additions & 0 deletions centrifuge-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
8 changes: 4 additions & 4 deletions centrifuge-react/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
49 changes: 49 additions & 0 deletions fabric/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
5 changes: 3 additions & 2 deletions fabric/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion fabric/src/components/Select/index.tsx
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 2ec8cbf

Please sign in to comment.