From 4adb0e0c88d1e7ef03dbbb4bda39232df03ce936 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 13:46:25 +0000 Subject: [PATCH] chore(main): release ui 3.11.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index dac16de..b550562 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.10.1" + ".": "3.11.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 199e7ad..b9c7057 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.11.0](https://github.com/UVerify-io/uverify-ui/compare/ui-v3.10.1...ui-v3.11.0) (2026-07-05) + + +### Features + +* support uv_tid as short alias for uverify_template_id ([54a7aa8](https://github.com/UVerify-io/uverify-ui/commit/54a7aa8539258a2c1f9c913f599a050c08f0a280)) + ## [3.10.1](https://github.com/UVerify-io/uverify-ui/compare/ui-v3.10.0...ui-v3.10.1) (2026-06-13) diff --git a/package-lock.json b/package-lock.json index 0498f20..917a640 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@uverify/ui", - "version": "3.10.1", + "version": "3.11.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@uverify/ui", - "version": "3.10.1", + "version": "3.11.0", "license": "AGPL-3.0-only", "dependencies": { "@cardano-foundation/cardano-connect-with-wallet": "^0.2.22", diff --git a/package.json b/package.json index 509b7a4..0fbc1ec 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@uverify/ui", "license": "AGPL-3.0-only", "type": "module", - "version": "3.10.1", + "version": "3.11.0", "scripts": { "dev": "node config.js && vite", "dev:expose": "node config.js && vite --host",