Skip to content

Commit

Permalink
release 0.2.0-rc.3 (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmatson-da committed Aug 2, 2021
1 parent 599bbda commit 57b3fde
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 9 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ tag:
dabl-meta.yaml \
daml.yaml \
triggers/daml.yaml \
integrationTesting/daml.yaml\
exberry_adapter/setup.py \
$(UI_DIR)/package.json \
docs/local_development.md \
Expand Down
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.2
version: 0.2.0-rc.3
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.2.dit` file.
Upload the packaged `da-marketplace-0.2.0-rc.3.dit` file.

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

Expand Down
5 changes: 0 additions & 5 deletions scripts/tag-versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@ yq w -i $daml_yaml_triggers 'version' "$short_version"
yq w -i $daml_yaml_triggers 'data-dependencies' ""
yq w -i $daml_yaml_triggers 'data-dependencies[+]' "../.daml/dist/da-marketplace-$short_version.dar"

echo " Tagging integrationTesting daml.yaml"
yq w -i $daml_yaml_it 'version' "$short_version"
yq w -i $daml_yaml_it 'data-dependencies' ""
yq w -i $daml_yaml_it 'data-dependencies[+]' "../.daml/dist/da-marketplace-$short_version.dar"

echo " Tagging exberry_adapter setup.py"
sed -ri "s/version='$vregex/version='$short_version/" $exberry_setup

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

0 comments on commit 57b3fde

Please sign in to comment.