Skip to content

Commit

Permalink
release 0.2.0-rc.2 (#391)
Browse files Browse the repository at this point in the history
* release 0.2.0-rc.2

* prettier
  • Loading branch information
alexmatson-da authored Jun 30, 2021
1 parent cd6faf1 commit e23ba9e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion dabl-meta.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/damlhub_deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 1 addition & 7 deletions ui/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit e23ba9e

Please sign in to comment.