From 4662928acccc8bc6555812cb7fab6d56d6b906d9 Mon Sep 17 00:00:00 2001 From: musicEnfanthen Date: Tue, 12 Nov 2024 16:32:37 +0100 Subject: [PATCH 1/2] fix(edition): fix wrong tracking index in tka table --- .../edition-tka-table/edition-tka-table.component.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/views/edition-view/edition-outlets/edition-complex/edition-detail/edition-tka/edition-tka-table/edition-tka-table.component.html b/src/app/views/edition-view/edition-outlets/edition-complex/edition-detail/edition-tka/edition-tka-table/edition-tka-table.component.html index adca25b4b0..9d59f7d0fe 100644 --- a/src/app/views/edition-view/edition-outlets/edition-complex/edition-detail/edition-tka/edition-tka-table/edition-tka-table.component.html +++ b/src/app/views/edition-view/edition-outlets/edition-complex/edition-detail/edition-tka/edition-tka-table/edition-tka-table.component.html @@ -18,7 +18,10 @@ } - @for (textcriticalComment of textcriticalCommentBlock.blockComments; track $index) { + @for ( + textcriticalComment of textcriticalCommentBlock.blockComments; + track textcriticalComment.svgGroupId + ) { From d839d5b6f6b556c3637340af4559b06507ade414 Mon Sep 17 00:00:00 2001 From: musicEnfanthen Date: Tue, 12 Nov 2024 16:33:06 +0100 Subject: [PATCH 2/2] chore(release): 1.0.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- src/app/app.globals.ts | 6 +++--- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22e884abaa..d57a3cbc53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## [1.0.1](https://github.com/webern-unibas-ch/awg-app/compare/v1.0.0...v1.0.1) (2024-11-12) + + +### Bug Fixes + +* **edition:** fix wrong tracking index in tka table ([4662928](https://github.com/webern-unibas-ch/awg-app/commit/4662928acccc8bc6555812cb7fab6d56d6b906d9)) + ## [1.0.0](https://github.com/webern-unibas-ch/awg-app/compare/v0.14.0...v1.0.0) (2024-10-26) ### ⚠ BREAKING CHANGES diff --git a/package.json b/package.json index f2207cbec5..b707bf91fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "awg-app", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "author": { "name": "Stefan Münnich", diff --git a/src/app/app.globals.ts b/src/app/app.globals.ts index 532d545752..2169e03f8c 100644 --- a/src/app/app.globals.ts +++ b/src/app/app.globals.ts @@ -1,15 +1,15 @@ // THIS IS AN AUTO-GENERATED FILE. DO NOT CHANGE IT MANUALLY! -// Generated last time on Sat, Oct 26, 2024 2:16:23 PM +// Generated last time on Tue, Nov 12, 2024 4:33:05 PM /** * The latest version of the AWG App */ -export const appVersion = '1.0.0'; +export const appVersion = '1.0.1'; /** * The release date of the latest version of the AWG App */ -export const appVersionReleaseDate = '26. Oktober 2024'; +export const appVersionReleaseDate = '12. November 2024'; /** * The URL of the AWG App