Skip to content

Commit f062915

Browse files
committed
bump 0.7.0
1 parent e2cce1d commit f062915

File tree

8 files changed

+15
-15
lines changed

8 files changed

+15
-15
lines changed

dabl-meta.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
catalog:
22
name: da-marketplace
3-
version: 0.6.0
3+
version: 0.7.0
44
short_description: DA Marketplace
55
description: A marketplace for issuing and trading digital tokens.
66
release_date: 2020-10-14
@@ -11,7 +11,7 @@ catalog:
1111
tags: [dabl-sample-app, application]
1212
icon_file: da-marketplace.svg
1313
subdeployments:
14-
- da-marketplace-0.6.0.dar
15-
- da-marketplace-triggers-0.6.0.dar
16-
- da-marketplace-exberry-adapter-0.6.0.tar.gz
17-
- da-marketplace-ui-0.6.0.zip
14+
- da-marketplace-0.7.0.dar
15+
- da-marketplace-triggers-0.7.0.dar
16+
- da-marketplace-exberry-adapter-0.7.0.tar.gz
17+
- da-marketplace-ui-0.7.0.zip

daml.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ parties:
1212
- Broker
1313
- Bank
1414
- Issuer
15-
version: 0.6.0
15+
version: 0.7.0
1616
dependencies:
1717
- daml-prim
1818
- daml-stdlib

docs/damlhub_deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,6 @@ Next, in deployments, click on the Integration and configure it with your Exberr
129129

130130
![13_click_exberry](https://user-images.githubusercontent.com/71082197/98867872-50139e00-243d-11eb-8448-479e46fd85df.png)
131131

132-
Finally, deploy an instance of `da-marketplace-exberry-adapter-0.6.0.tar.gz` and launch the automation as `Exchange`.
132+
Finally, deploy an instance of `da-marketplace-exberry-adapter-0.7.0.tar.gz` and launch the automation as `Exchange`.
133133

134134
If you would like to change which `SID` the Exberry adapter begins counting at for the `orderId` calls to Exberry, create a `Marketplace.Utils.ExberrySID` contract as the `Exchange` party _after_ launching the adapter.

docs/local_development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Alternatively, to only build the DAR file and regenerate the TypeScript bindings
3232

3333
```sh
3434
$ daml build
35-
$ daml codegen js .daml/dist/da-marketplace-0.6.0.dar -o daml.js
35+
$ daml codegen js .daml/dist/da-marketplace-0.7.0.dar -o daml.js
3636
$ cd ui
3737
$ yarn install --force --frozen-lockfile
3838
```

exberry_adapter/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup
22

33
setup(name='da-marketplace-exberry-adapter',
4-
version='0.6.0',
4+
version='0.7.0',
55
description='Daml Marketplace Exberry Adapter',
66
author='Digital Asset',
77
url='daml.com',

integrationTesting/daml.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ parties:
1212
- Public
1313
- Exchange
1414
- Broker
15-
version: 0.6.0
15+
version: 0.7.0
1616
dependencies:
1717
- daml-prim
1818
- daml-stdlib
1919
- daml-script
2020
data-dependencies:
21-
- ../.daml/dist/da-marketplace-0.6.0.dar
21+
- ../.daml/dist/da-marketplace-0.7.0.dar
2222
start-navigator: no
2323
sandbox-options:
2424
- --wall-clock-time

triggers/daml.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ parties:
1212
- Exchange
1313
- Broker
1414
- Ccp
15-
version: 0.6.0
15+
version: 0.7.0
1616
# trigger-dependencies-begin
1717
dependencies:
1818
- daml-prim
1919
- daml-stdlib
2020
- daml-trigger
2121
data-dependencies:
22-
- ../.daml/dist/da-marketplace-0.6.0.dar
22+
- ../.daml/dist/da-marketplace-0.7.0.dar
2323
sandbox-options:
2424
- --wall-clock-time
2525
build-options:

ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "da-marketplace-ui",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"private": true,
55
"dependencies": {
6-
"@daml.js/da-marketplace": "file:../daml.js/da-marketplace-0.6.0",
6+
"@daml.js/da-marketplace": "file:../daml.js/da-marketplace-0.7.0",
77
"@daml/hub-react": "^0.2.1",
88
"@daml/ledger": "1.12.0",
99
"@daml/react": "1.12.0",

0 commit comments

Comments
 (0)