From 6dd1ef17c77d7248c26f643625c08337653634d7 Mon Sep 17 00:00:00 2001 From: Zachary Brown Date: Thu, 7 Mar 2024 15:42:25 -0800 Subject: [PATCH 1/3] chore: update app versions --- app-builds.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-builds.js b/app-builds.js index 02ecac9..f343ed7 100644 --- a/app-builds.js +++ b/app-builds.js @@ -1,14 +1,14 @@ module.exports = { cadt: { - tag: "1.3.3", + tag: "1.3.6", url: "https://github.com/Chia-Network/core-registry-cadt-ui/releases/download/{{tag}}/core-registry-cadt-ui-web-build.tar.gz", }, climate_explorer: { - tag: "1.1.6", + tag: "1.1.11", url: "https://github.com/Chia-Network/climate-explorer-ui/releases/download/{{tag}}/climate-explorer-ui-web-build.tar.gz", }, climate_tokenization_engine: { - tag: "1.1.5", + tag: "1.1.8", url: "https://github.com/Chia-Network/Climate-Tokenization-Engine-UI/releases/download/{{tag}}/climate-tokenization-engine-ui-web-build.tar.gz", }, }; From 999eac1ab338621e1cc37b19c44b2c4696691f76 Mon Sep 17 00:00:00 2001 From: Zachary Brown Date: Thu, 7 Mar 2024 15:44:15 -0800 Subject: [PATCH 2/3] chore: bump version 0.0.13 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a3e5c02..ff459e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "core-registry-ui", - "version": "0.0.12", + "version": "0.0.13", "scripts": { "start": "nf start -p 3001", "electron": "electron .", From f8a1fa00c272b49168fe7705e21ff752e16b60dd Mon Sep 17 00:00:00 2001 From: Zachary Brown Date: Thu, 7 Mar 2024 15:45:25 -0800 Subject: [PATCH 3/3] chore: automated repo updater config --- .repo-content-updater.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .repo-content-updater.yaml diff --git a/.repo-content-updater.yaml b/.repo-content-updater.yaml new file mode 100644 index 0000000..3906fd0 --- /dev/null +++ b/.repo-content-updater.yaml @@ -0,0 +1,4 @@ +pr_target_grant: develop +assign_users: + - TheLastCicada +commit_prefix: "chore: "