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

Commit 57b3fde

Browse files
release 0.2.0-rc.3 (#408)
1 parent 599bbda commit 57b3fde

File tree

5 files changed

+3
-9
lines changed

5 files changed

+3
-9
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ tag:
102102
dabl-meta.yaml \
103103
daml.yaml \
104104
triggers/daml.yaml \
105-
integrationTesting/daml.yaml\
106105
exberry_adapter/setup.py \
107106
$(UI_DIR)/package.json \
108107
docs/local_development.md \

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.2
3+
version: 0.2.0-rc.3
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.2.dit` file.
43+
Upload the packaged `da-marketplace-0.2.0-rc.3.dit` file.
4444

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

scripts/tag-versions.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,6 @@ yq w -i $daml_yaml_triggers 'version' "$short_version"
4343
yq w -i $daml_yaml_triggers 'data-dependencies' ""
4444
yq w -i $daml_yaml_triggers 'data-dependencies[+]' "../.daml/dist/da-marketplace-$short_version.dar"
4545

46-
echo " Tagging integrationTesting daml.yaml"
47-
yq w -i $daml_yaml_it 'version' "$short_version"
48-
yq w -i $daml_yaml_it 'data-dependencies' ""
49-
yq w -i $daml_yaml_it 'data-dependencies[+]' "../.daml/dist/da-marketplace-$short_version.dar"
50-
5146
echo " Tagging exberry_adapter setup.py"
5247
sed -ri "s/version='$vregex/version='$short_version/" $exberry_setup
5348

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.2",
3+
"version": "0.2.0-rc.3",
44
"private": true,
55
"dependencies": {
66
"@daml.js/da-marketplace": "file:../daml.js/da-marketplace-0.2.0",

0 commit comments

Comments
 (0)