diff --git a/dabl-meta.yaml b/dabl-meta.yaml index f56bfced..8dce9b6e 100644 --- a/dabl-meta.yaml +++ b/dabl-meta.yaml @@ -1,6 +1,6 @@ catalog: name: da-marketplace - version: 0.2.0-rc.1 + version: 0.2.0-rc.2 short_description: DA Marketplace description: A marketplace for issuing and trading digital tokens. release_date: 2020-10-14 diff --git a/docs/damlhub_deployment.md b/docs/damlhub_deployment.md index 61fb7a03..c2810fc6 100644 --- a/docs/damlhub_deployment.md +++ b/docs/damlhub_deployment.md @@ -40,7 +40,7 @@ Under the deployments tab, click on "Upload File": ![3_upload_file](https://user-images.githubusercontent.com/71082197/98857330-ec817480-242c-11eb-8b07-4b0f88d3a39f.png) -Upload the packaged `da-marketplace-0.2.0-rc.1.dit` file. +Upload the packaged `da-marketplace-0.2.0-rc.2.dit` file. Click "Launch" for both the UI and the Model: diff --git a/ui/package.json b/ui/package.json index a9c2a436..e9b1bb82 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "da-marketplace-ui", - "version": "0.2.0-rc.1", + "version": "0.2.0-rc.2", "private": true, "dependencies": { "@daml.js/da-marketplace": "file:../daml.js/da-marketplace-0.2.0", diff --git a/ui/src/App.tsx b/ui/src/App.tsx index 356c856d..c9ba6323 100644 --- a/ui/src/App.tsx +++ b/ui/src/App.tsx @@ -30,13 +30,7 @@ import { CustodyServiceTable } from './pages/network/Custody'; import { TradingServiceTable } from './pages/network/Trading'; import { BiddingAuctions } from './pages/distribution/bidding/Auctions'; import Page from './pages/page/Page'; -import { - ControlsIcon, - ExchangeIcon, - MegaphoneIcon, - OrdersIcon, - WalletIcon, -} from './icons/icons'; +import { ControlsIcon, ExchangeIcon, MegaphoneIcon, OrdersIcon, WalletIcon } from './icons/icons'; import { Instrument } from './pages/origination/Instrument'; import { ClearingMembers } from './pages/clearing/Members'; import { ClearingMember } from './pages/clearing/Member';