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",