Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit e23ba9e

Browse files
release 0.2.0-rc.2 (#391)
* release 0.2.0-rc.2 * prettier
1 parent cd6faf1 commit e23ba9e

File tree

4 files changed

+4
-10
lines changed

4 files changed

+4
-10
lines changed

dabl-meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
catalog:
22
name: da-marketplace
3-
version: 0.2.0-rc.1
3+
version: 0.2.0-rc.2
44
short_description: DA Marketplace
55
description: A marketplace for issuing and trading digital tokens.
66
release_date: 2020-10-14

docs/damlhub_deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Under the deployments tab, click on "Upload File":
4040

4141
![3_upload_file](https://user-images.githubusercontent.com/71082197/98857330-ec817480-242c-11eb-8b07-4b0f88d3a39f.png)
4242

43-
Upload the packaged `da-marketplace-0.2.0-rc.1.dit` file.
43+
Upload the packaged `da-marketplace-0.2.0-rc.2.dit` file.
4444

4545
Click "Launch" for both the UI and the Model:
4646

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "da-marketplace-ui",
3-
"version": "0.2.0-rc.1",
3+
"version": "0.2.0-rc.2",
44
"private": true,
55
"dependencies": {
66
"@daml.js/da-marketplace": "file:../daml.js/da-marketplace-0.2.0",

ui/src/App.tsx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,7 @@ import { CustodyServiceTable } from './pages/network/Custody';
3030
import { TradingServiceTable } from './pages/network/Trading';
3131
import { BiddingAuctions } from './pages/distribution/bidding/Auctions';
3232
import Page from './pages/page/Page';
33-
import {
34-
ControlsIcon,
35-
ExchangeIcon,
36-
MegaphoneIcon,
37-
OrdersIcon,
38-
WalletIcon,
39-
} from './icons/icons';
33+
import { ControlsIcon, ExchangeIcon, MegaphoneIcon, OrdersIcon, WalletIcon } from './icons/icons';
4034
import { Instrument } from './pages/origination/Instrument';
4135
import { ClearingMembers } from './pages/clearing/Members';
4236
import { ClearingMember } from './pages/clearing/Member';

0 commit comments

Comments
 (0)